/* etherconnect.com main css file */
/* Mark H. Kathmann, 2005 LAN Services */

/* document */

body {
	margin: 0;
	padding: 0;
	background-color: #b0b9c2;
	background-image: url(images/layout/body_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin-left: 1px;
}
html>body {
	margin: 0;
}

/* page background */

#page_bg {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -375px;
	width: 750px;
	height: 800px;
	background-image: url(images/layout/bg3.gif);
	background-repeat: no-repeat;
	background-position: top left;
	z-index: 1;
}

/* header */

#header {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -375px;
	width: 750px;
	height: 205px;
	z-index: 2;
}

/* content frame */

#content_frame {
	position: absolute;
	top: 220px;
	left: 50%;
	margin-left: -375px;
	padding: 0;
	width: 750px;
	z-index: 2;
	overflow: hidden;
}

/* table of contents */

#toc {
	float: left;
	display: inline;
	margin-left: 15px;
	margin-top: 15px;
	padding: 10px;
	width: 100px;
	background-color: #e7f5fe;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
}
#toc li {
	list-style-type: square;
}
#toc ul {
	padding-left: 10px;
	margin-left: 0;
}
#toc a:link {
	color: #333366;
	text-decoration: none;
}
#toc a:visited {
	color: #333366;
	text-decoration: none;
}
#toc a:hover {
	color: #000066;
	text-decoration: underline;
}
#toc a:active {
	color: #000066;
	text-decoration: underline;
}

/* address block */

#address {
	float: left;
	display: inline;
	margin-left: 10px;
	margin-top: 15px;
	padding: 10px;
	width: 105px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 14px;
}
#address a:link {
	color: #333366;
	text-decoration: none;
}
#address a:visited {
	color: #333366;
	text-decoration: none;
}
#address a:hover {
	color: #000066;
	text-decoration: underline;
}
#address a:active {
	color: #000066;
	text-decoration: underline;
}

/* content */

#content {
	float: right;
	display: inline;
	margin: 0;
	padding: 0px 30px 10px 15px;
	width: 550px;
}
#content h1 {
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 1pt;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#content td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#content li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#content a:link {
	color: #336699;
	text-decoration: none;
}
#content a:visited {
	color: #336699;
	text-decoration: none;
}
#content a:hover {
	color: #6699cc;
	text-decoration: underline;
}
#content a:active {
	color: #6699cc;
	text-decoration: underline;
}

