@charset "UTF-8";
body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
}
#minutenav ul {
	font-size: 90%;
	text-align: center;
	text-weight: bold;
	list-style-type: none;
	width: 430px;
	height: 20px;
	color: #CCC;
}
#minutenav li {
	display: inline;
	color: #CCC;
}
#minutenav li a:link, #nav li a:visited {
	color: #CCC;
	margin-right: 5px;
	margin-left: 5px;
	padding: 5px;
}
#minutenav li a:hover, #nav li active, #nav li a:focus {
	color: #0CF;
	font-style: italic;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #CCC;
	background-color: #232323;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	height: 100%;
}
#wrapper {
	text-align: left;
	width: 641px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	background-image: url(images/header_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 210px;
}
#header h1 {
	padding-left: 190px;
	padding-bottom: 0px;
	height: 0px;
}
#nav {
	background-image: url(images/nav_bg.gif);
	background-repeat: no-repeat;
	height: 100px;
	width: 700px;
	float: left 284px;
	color: #CCC;
}
#nav ul {
	font-size: 90%;
	text-align: left;
	list-style-type: none;
	padding-bottom: 10px;
	padding-top: 25px;
	width: 710px;
	height: 20px;
	top: 227px;
	left: 284px;
	color: #CCC;
}
#nav li {
	display: inline;
	color: #CCC;
}
#nav li a:link, #nav li a:visited {
	text-decoration: none;
	color: #CCC;
	margin-right: 30px;
	margin-left: 30px;
	padding: 5px;
}
#nav li a:hover, #nav li active, #nav li a:focus {
	color: #0CF;
	font-style: italic;
}

#header span {
	left: -3000px;
	position: absolute;
}
#innerwrapper {
	background-image: url(images/content_bgvv.gif);
	background-repeat: repeat-y;
	background-position: center top;
	float: left;
	left: 284px;
	width: 700px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
#content {
	float: left;
	width: 460px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 15px;
}

#content a:link, #content a:visited, #content a:hover, #content a:active   {
	color: #CCC;
	text-decoration: underline;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#footer {
	background-image: url(images/footer_bg.gif);
	background-position: center;
	height: 75px;
	width: 700px;
}
#footer p {
	font-size: 70%;
	text-align: center;
	padding-top: 80px;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
#sidebar {
	float: left;
	width: 200px;
	margin-right: 0px;
}
#sidebar a:link, #sidebar a:visited, #sidebar a:hover, #sidebar a:active   {
	color: #CCC;
	text-decoration: underline;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#sidebar2 {
	float: left;
	width: 300px;
	margin-top: 0px;
	position: static;
}

#sidebar2 a:link, #sidebar2 a:visited, #sidebar2 a:hover, #sidebar2 a:active   {
	color: #CCC;
	text-decoration: underline;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#sidebar h2 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
}
#sidebar p {
	font-size: 80%;
	margin-top: 0px;
	margin-right: 11px;
	margin-left: 3px;
}
#content h2 {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
#content span {
	position: fixed;
	left: 500px;
	top: 300px;
}
#content p {
	font-size: 85%;
	line-height: 1.4;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 20px;
	text-decoration: none;
}
.lftflt {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 6px;
	border-top-color: #39F;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-color: #39F;
	border-bottom-color: #39F;
	border-left-color: #39F;
}

