<!--

/*** Elements ***/

body { 
	font-family: "Trebuchet MS", "Arial", "Verdana", sans-serif;
	color: #cccccc;
	font-size: 10px;
	text-align: center;
	margin: 0px auto;
	background-color: #666666;
	background-image: url("back.gif");
	background-repeat: repeat-x;
	background-position: left top;
}

#container {
	position: relative;
	top: 0px;
	left: 0px;
	width: 700px;
	margin: 0px auto;
}

#header {
	position: static;
	top: 0px;
	left: 0px;
	width: 700px;
	height: 400px;
	background-image: url("header.png");
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px auto;
	border: 1px solid white;
}

#content {
	position: relative;
	float: right;
	left: 0px;
	top: 0px;
	padding: 8px;
	text-align: left;
	font-family: "Trebuchet MS", "Arial", "Verdana", sans-serif;
	color: #cccccc; 
	font-size: 13px; 
	margin: 0px 0px 0px 0px;
	width: 500px;
	line-height: 20px;
}

#content p, pre, ul, ol { 
	font-family: "Trebuchet MS", "Arial", "Verdana", sans-serif;
	text-indent: 40px;
	width: 100%; 
	list-style-type: square;
	margin: 20px 5px 0px;
}

#content .noindent {
	text-indent: 0px;
}

#content img {
	border: 1px solid #000000;
	margin: 12px;
}

#content .fan {
	border: none;
	margin: 0;
}

#content img.thumb {
	border: none;
	border-left: 20px solid #000000;
	float: left;
	margin-right: 8px;
}

#content b {
	color: #ffffcc;
	background-color: #000000;
	font-variant: small-caps;
}

#content i {
	color: #333333;
	border-bottom: 1px dashed #333333;
}

#content u {
	color: #ffffcc;
	border-bottom: 2px solid #ffffcc;
	font-weight: bold;
}

#nav {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 180px;
	font-family: "Verdana", "Tahoma", sans-serif; 
	line-height: 22px;
	font-size: 10px;
	color: #ffffff;
}

#nav img {
	border: 0px;
	margin: 1px;
}

/*** Headers ***/

h1 {
	font-family: "Times New Roman", "Georgia", serif; 	font-size: 18px; 
	color: #000000; 
	text-align: left; 
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 10px; 
	font-weight: bold; 
	border-right: 70px solid #000000;
	background-color: #cccccc;
	text-transform: lowercase;
	font-variant: small-caps;
}

h2 {
	font-family: "Times New Roman", "Georgia", serif; 	font-size: 16px; 
	color: #cccccc; 
	text-align: center; 
	margin: 40px 40px 20px 40px; 
	padding: 0px; 
	font-weight: normal; 
	text-transform: uppercase;
	border-left: 10px solid #cccccc;
	border-right: 10px solid #cccccc;
	background-color: #000000;
	letter-spacing: 5px;
}

h3 {
	font-family: "Times New Roman", "Georgia", serif; 
	font-size: 16px; 
	color: #996633; 
	text-align: center; 
	margin: 8px 0px 8px 0px; 
	padding: 0px; 
	font-weight: bold; 
	background-color: #cccccc;
	border-left: 10px solid #000000;
	border-right: 10px solid #000000;
	text-transform: uppercase;
}

h4 {
	font-family: "Times New Roman", "Georgia", serif; 
	font-size: 10px; 
	color: #996633; 
	text-align: center; 
	margin: 8px 0px 8px 0px; 
	padding: 0px; 
	font-weight: bold; 
	background-color: #cccccc;
	border-left: 10px solid #000000;
	border-right: 10px solid #000000;
	text-transform: uppercase;
	width: 50%;
	left: 25%;
	position: relative;
}

/*** Links ***/

.navlink a:link, 
.navlink a:visited, 
.navlink a:active {
	display: block;
	font-family: "Verdana", "Tahoma", sans-serif; 
	font-size: 10px; 
	letter-spacing: 5px;
	color: #cccccc; 
	background-color: #000000; 
	margin: 0;
	padding: 0px;
	text-decoration: none; 	
	font-variant: small-caps;
}
.navlink a:hover {
	background-color: #444444; 
} 

.conlink a:link, 
.conlink a:visited, 
.conlink a:active {
	color: #ffcc66; 
	text-decoration: none; 
	font-weight: normal;
	border-bottom: 1px dotted #ffcc66;
}
.conlink a:hover {
	color: #000000; 
	border-bottom: 1px dotted #000000;
} 

-->