body {
	background-image: url(images/pattern_096.gif);
	font-family: Century Gothic, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4e4e4e;
	margin: 0px;
	padding: 0px;
}

#container {
	background-color: #fff;
	width: 600px;
	top: 0px;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	border-left: 10px solid #b1d6e3;
	border-right: 10px solid #b1d6e3;
	padding-bottom: 0px;
}

#nav {
	background-color: #4fb4d9;
	width: 595px;
	height: 30px;
	top: 0px;
	text-align: right;
	padding-right: 5px;
}
#nav a {
	font-size: 15px;
	letter-spacing: 2px;
	line-height: 27px;
	text-decoration: none;
	color: #4e4e4e;
}
#nav a:hover {
	text-decoration: underline;
}

#form {
	width: 500px;
	height: 100px;
	top: 0px;
	margin-left: 10px;
	position: relative;
}
.form p {
	padding: 0px;
}

#footer {
	width: 600px;
	height: 30px;
	margin-top: 140px;
	margin-bottom: 0px;
	text-align: center;
	font-size: 11px;
	position: relative;
	display: block;
	background-color: #fff;
}

h1 {
	padding-left: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
p {
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 7px;
	margin: 0px;
	position: relative;
}
#content{
width: 600px;
position: relative;
margin: 10px 0px 10px 0px;
padding: 0px;
float: none;
}
.right{
float: right;
margin-top: 20px;
padding-right: 5px;
border: 0px;
}

ul.thumbs{ 
	list-style: none; 
	width: 570px;
	margin-left: 20px;
	padding: 0px; 
}
ul.thumbs li{ float: left; padding: 0px; margin: 5px; position: relative; }
ul.thumbs li a img{ border: 5px solid #ccc; }
ul.thumbs li a:hover img{ border: 5px solid #98b3b1; }
ul.thumbs li img.new {display: block; position: absolute; top: -3px; right: -3px; z-index: 1; border: none; }

.clearfix:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; } 
.clearfix {display: inline-block;} 
/* Hide from IE Mac \*/ 
.clearfix {display:block;} 
/* End hide from IE Mac */ 
* html .clearfix{ height: 1px; } 