@charset "utf-8";
/* CSS Document */
#wrapper{
	background-color:#333;
	float:inherit;
	width:900px;
	position:relative;
	margin:0 auto 0 auto;
}
h1,h2,h3{
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	}
a{
	color:#FC0;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

nav a{
	color:#000;
	text-decoration:none;	
}

nav a:hover{
	color:#919191;
	text-decoration:underline;
}
header{
	float:left;
	width:875px;
	height:100px;
	background-color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:30px;
	padding:50px 0 5px 25px;
	color:#FC0;
}
nav{
	float:left;
	width:875px;
	height:30px;
	background-color:#FC0;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size:12px;
	color:#333;
	padding:17px 0 3px 25px;
}

article{
	float:left;
	width:650px;
	background-color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:12px;
	line-height:21px;
	color:#CCC;
	padding:25px 25px 5px 25px;
}

aside{
	float:left;
	width:170px;
	background-color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:12px;
	color:#CCC;
	padding:25px 15px 10px 15px;
	line-height:16px;
		}
#footer{
		clear:both;
		width:875px;
		height:30px;
		background-color:#FC0;
		font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#333;
	padding:20px 0 0 25px;
	}
.t_images
{
float: left;
width: 155px;
border: 1px solid #999;
margin: 0 15px 25px 15px;
padding: 5px;
}
.clearboth { clear: both; }

