body
	{
	background: #6699cc url("./images/background_clouds.png") repeat-x;
	background-attachment: fixed;
	font-family: verdana;
	font-size: 12px;
	}
	
#background_top
	{
	background: url("./images/background_clouds.png") repeat-y #6699cc;
	position: fixed;
	top: 0px;
	z-index: -1;
	}
	
#background_left
	{
	background: url("./images/background_left.png") no-repeat #6699cc;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: -2;
	}
	
#background_center
	{
	height: 30px;
	width: 99%;
	background: #000000;
	position: fixed;
	bottom: 0px;
	z-index: -1;
	}
	
#background_right
	{
	background: url("./images/background_right.png") no-repeat #6699cc;
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: -2;
	}
	
#wrap
	{
	width: 750px;
	margin: 0 auto 0 auto;
	background: transparent;
	}

#sidebar
	{
	position: fixed;
	float: left;
	width: 165px;
	margin: 0 0 auto 0;
	padding: 5px 5px 5px 5px;
	background: #000000;
	border: 1px solid #ffffff;
	color: #cccccc;
	/* Mozilla Rounded Borders */
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px; 
	-moz-border-radius-bottomright: 10px; 
	-moz-border-radius-bottomleft: 10px;
	/* Webkit Rounded Borders */
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px; 
	-webkit-border-bottom-right-radius: 10px; 
	-webkit-border-bottom-left-radius: 10px;
	}

#content
	{
	width: 555px;
	margin: -5px 0px 0px 180px;
	padding: 0 0 -1px 1px;
	}

.content_section
	{
	width: 555px;
	padding: 10px 10px 10px 10px;
	margin: 5px 0 0 1px;
	background: #000000;
	color: white;
	border: 1px solid #ffffff;
	/* Mozilla Rounded Borders */
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px; 
	-moz-border-radius-bottomright: 10px; 
	-moz-border-radius-bottomleft: 10px;
	/* Webkit Rounded Borders */
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px; 
	-webkit-border-bottom-right-radius: 10px; 
	-webkit-border-bottom-left-radius: 10px;
	}	
	
a
	{
	text-decoration: none;
	}
	
a:link
	{
	color: #0099ff;
	}

a:visited
	{
	color: #0099ff;
	}
	
a:active
	{
	#996600;
	}
	
a:hover, a:focus
	{
	color: #0099ff;
	text-decoration: underline;
	}

div#header
	{
	width: 575px;
	margin: 0 0 1px 2px;
	}

div#header img
	{
	border: 1px black solid;
		/* Mozilla Rounded Borders */
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px; 
	-moz-border-radius-bottomright: 7px; 
	-moz-border-radius-bottomleft: 7px;
	/* Webkit Rounded Borders */
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px; 
	-webkit-border-bottom-right-radius: 7px; 
	-webkit-border-bottom-left-radius: 7px;
	}
	
h3.newest_posts
	{
	font-size: 14px;
	border-bottom: 1px white dashed;
	text-align: center;
	padding: 0 0 5px 0;
	}
	
h3.newest_posts a img
	{
	border: none;
	}
	
ul.newest_posts_list
	{
	list-style: none;
	margin: 0 0 0 -30px;
	}
	
ul.newest_posts_list li
	{
	margin: 0 0 5px 0;
	}
	
ul.navigation
	{
	margin: -3px 5px -3px 5px;
	}
	
li.nav_item
	{
	list-style: none;
	width: 50px;
	display: inline;
	margin: -25px 15px -25px 0px;
	padding: 5px 5px 5px 5px;
	font-size: 14px;
	font-weight: bold;
	}
	
li.nav_item:hover
	{
	list-style: none;
	width: 50px;
	display: inline;
	margin: -25px 15px -25px 0px;
	padding: 5px 5px 5px 5px;
	font-size: 14px;
	font-weight: bold;
	border-top: 1px white solid;
	border-bottom: 1px white solid;
	color: #0099ff;
	text-decoration: none;
	}

li.nav_item a:hover
	{
	text-decoration: none;
	}
	
.news_title
	{
	/* Mozilla Rounded Corners */
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px; 
	/* Webkit Rounded Corners */
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px; 
	border-bottom: 1px white solid;
	margin: -10px -10px 0 -10px;
	padding: 8px 8px 0 6px;
	height: 28px;
	background: #3399ff;
	}
		
h2 a.news_url
	{
	margin: 0 5px 0 5px;
	color: #000000;
	font-size: 16px;
	font-family: verdana;
	}
	
h2 a.news_url:hover
	{
	margin: 0 5px 0 5px;
	color: #000000;
	font-size: 16px;
	font-family: verdana;
	text-decoration: underline;
	}
	
.news_img_cont
	{
	margin: 20px 5px 5px 5px;
	text-align: center;
	}
	
.news_img
	{
	border: 2px white solid;
	}
	
.news_info
	{
	border-top: 1px white dashed;
	margin: 20px -9px -3px -9px;
	padding: 3px 10px 0 10px;
	}
	
.side_link
	{
	text-align: right;
	font-size: 12px;
	}