@charset "utf-8";
/* CSS Document */

#container
{
	width:999px;
	margin:0 auto;
}

#header
{
	background: url(images/collage_header.jpg) no-repeat center top;
	width:984px;
	height:98px;
	margin:0 auto;

}

#links
{
	width:850px;
	height:46px;
	margin:0 auto;
	padding:0;
	border-top: 3px #e06838 solid;
	
}

#home
{
	width: 101px;
	height:46px;
	text-align:center;
	padding:0 10px 0 0;
	float:left;
	background: url(images/home_bg.jpg) no-repeat center top;
	
}

#links ul
{
	list-style:none;
	padding:0;
	margin:0 auto;
}

#home a
{
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align:center;
	color: #fff;
}

#content
{
	width:999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding:0 90px 0 90px;
}

#footer
{
	background: url(images/collage_footer.jpg) no-repeat center top;
	width:984px;
	height:98px;
	margin:0 auto;
}

#footer div
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#999;
	text-align:center;
	line-height:12px;
}

#footer div a
{
	text-decoration:none;
	color:#999;
	text-decoration:underline;
}

#lists
{
	width:850px;
	margin:0 auto;
	padding:0;
}

#ads
{
width:730px;
margin:0 auto;
background-color:#ccc;
}

#lists li
{
	float:left;
}

#home a:hover
{
	text-decoration:underline;
}

.img_list
{
width:200px;
padding:10px;
float:left;

}

.img_list img
{
border:solid 3px #ccc;
}


.line
{
	background-image: url(images/line.jpg);
	background-repeat: no-repeat;
	width: 800px;
}

.brd
{
border:solid 2px #ccc;
}