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

#head {
	position:absolute;
	top:30px;
	background:url(../img/header.jpg) top left no-repeat;
	height:185px;
	width:903px;
	padding-bottom: 25px;
}

#nav {
	list-style-type: none;
	position: absolute;
	bottom: 0;
	left: 15px;
}

#nav li {
	float: left;
	padding: 0 10px;
}

#nav li a	{
	border-bottom: 1px dotted black;
}

#nav li a:hover {
	border-bottom: 1px solid black;
}

#content {
	margin-top:250px;
	padding: 30px 1px 0px 0px;
	width:560px;
	float:left;
	margin-bottom:20px;
}

#pics {
	float:right;
	width:300px;
	margin-top:300px;
	padding-left:25px;
	border-left:1px solid #e6e6e6;
}

#pics ul {
	margin:0px;
	padding:0px;
}

#pics li {
	list-style-type:none;
	background:url(../img/hr.jpg) bottom center no-repeat;
	padding:15px 0px;
	width:300px;
}

#pics li.last {
	list-style-type:none;
	background:none;
}