@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-repeat:repeat-y;
	background-position:center;
	font-size: 10px;
	background-color: #000000;
}

p	{
	margin: 10px 0px 5px 0px;

	}
form	{
	margin:0;
	}

#container {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
}
#nav	{
	float:left;
	width:200px;
	height:220px;
	background-image:url(images/nav_bg.gif);
	background-repeat: repeat-y;
	}
#ftrpic	{
	float:right;
	height:220px;
	}
.bluebg	{
	background-image:url(images/nav_bg.gif);
	background-repeat: repeat-y;
	background-position:left;
	}
#content	{}
#news	{
	float:left;
	width:200px;
	}
#news .content	{
	margin:10px 20px;
	font-size:10px;
	}
#news .title	{
	background-image:url(images/icon_news.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	font-weight: bold;
	height: 18px;
	}
#news .moreinfo	{
	text-align:right;
	margin: 10px 0px;
	}
#intro	{
	float:left;
	width:400px;
	background-image:url(images/intro_bg.gif);
	background-repeat:repeat-y;
	}
#main	{
	width:900px;
	float:left;
	background-image:url(images/main_bg.gif);
	background-repeat:repeat-y;
	}
#main 	.content	{
	margin:10px 30px;
	font-size:10px;
	width: 840px;
	line-height: 1.3;
	}
#main	.line	{
	height:1px;
	background-color:#CCCCCC;
	margin: 20px;
	}
#intro	.content	{
	margin:10px 20px;
	font-size:10px;
	}
#ads	{
	width:300px;
	float:right;
	}
.text{
	display: none;
	overflow: hidden;
	text-align: left;
	height: 410px;
	width: 300px;
	}
#text0{
	display: block;
	width: 300px;
}
#footer	{
	height:100px;
	background-color:#333333;
	text-align:center;
	}
#footer	.menu	{
	color:#666666;
	font-size:12px;
	padding: 20px;
}
#footer	.menu	a{ color:#FFFFFF; font-size:12px; font-weight:bold;}
#footer	.menu	a:hover{ color:#666666; font-size:12px; font-weight:bold; text-decoration:underline;}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
