body {
	background-color: #999999;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: left top;
	margin: 0px;
}
#main {
	z-index: 1;
	height: 640px;
	width: 100%;
	left: 0px;
	top: 200px;
	background-image: url(imgs/main_tile.jpg);
	background-repeat: repeat;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
#head {
	position: absolute;
	height: 46px;
	width: 387px;
	left: 300px;
	top: 100px;
	z-index: 2;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4D4D4D;
}

#contentL {
	position: absolute;
	height: 500px;
	width: 300px;
	left: 400px;
	top: 155px;
	z-index: 3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-top-color: #999999;
	border-right-color: #999999;
	font-weight: bold;
}

#contentR {
	position: absolute;
	height: 500px;
	width: 300px;
	left: 700px;
	top: 25px;
	z-index: 3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	font-weight: bold;
}

#contentR2 {
	position: absolute;
	height: 500px;
	width: 300px;
	left: 1000px;
	top: 25px;
	z-index: 3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	font-weight: bold;
}

.contentHed {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #999999;
	font-weight: bold;
	background-color: #FF0000;
}

.contentSubHed {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #CCCCCC;
	font-weight: bold;
}
.contentSubText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C07B6B;
	font-weight: bold;
}

.subPage {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #333333;
}


a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #C07B6B;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #E08C70;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFBFA;
	text-decoration: none;
	font-weight: bold;
}
.series {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	background-color: #4D4D4D;
	padding-right: 40px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 1px;
	margin-top: 10px;
}
