body {
	background-color: #ffffff;
	background-image: url(back.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
}

body, div {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#container{
	position: absolute;
	left: 50%;
	width: 700px;
	margin-left: -350px;
	background-image: url(nav_02.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#links {
	width:240px;
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
	padding-top: 140px;
	font-weight: bold;
	line-height: 22px;
}

#main{
	position: absolute;
	left: 50%;
	width: 750px;
	margin-left: -375px;
	top: 1200px;
	padding-bottom:300px;
}

div.new {clear:both; padding-top:700px}

div.thumbs {width:200px; float:left; margin-right:20px}

.thumbs img {margin-bottom:4px;}

div.content {width:530px; float:left;}
.content h2 {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: uppercase;
	color: #CF412F;
}
.morethumbs img {
	padding-right: 6px;
	padding-bottom: 2px;
}

.morethumbs {
	background-color: #eee;
	padding: 26px;
}



.content h1 {
	font-size: 24px;
	color: #D83F2C;
	margin-bottom: 8px;
	margin-top: 60px;
}
div.top {text-align:right; margin-top:24px}
div.top a {
	background-color:#dddddd;
	border:2px solid #eeeeee;
	color:#999999;
	padding:8px;
	font-size:9px;
	text-decoration:none;
}
div.top a:hover {
	color: #333333;
	background-color: #999999;
	border: 2px solid #DDDDDD;
}
#cvlinks {
	font-size: 12px;
	color: #f55c49;
}
#links a {color:#FFFFFF;}
a {
	color: #D83F2C;
	text-decoration: none;
}
#cvlinks a {
	color: #F55C49;
}
