body
{
	background-color:		#ffffff;
	font-family:			arial;
	color:					#000000;
	font-size:				12px;
	padding:		 		0;
	margin:					0;
	height:					100%;
	text-align:				center;
}

td
{
	font-family:			arial;
	color:					#000000;
	font-size:				12px;
}

#container
{
	background:				url("../images/bg.jpg") top left repeat-y;
	width:					754px;
	position:				relative;
	margin:					0 auto;
	text-align:				left;
}

#header
{
	height:					227px;
	width:					754px;
	background:				url("../images/header.jpg") no-repeat;
	margin-bottom:			30px;
}

#footer
{
	background:				url("../images/footer.jpg") top left no-repeat;
	width:					754px;
	height:					24px;
}

#content
{
	width:					550px;
	margin-left:			110px;
	padding-top:			0px;
	margin-bottom:			10px;
	margin-right:			30px;
	padding-bottom:			10px;	
	min-height:				420px;
}

*html #content
{
	height:					400px;
}

#content a:link {
text-decoration:underline; color:#000000;} 
#content a:visited {
text-decoration:underline; color:#000000;} 
#content a:hover {
text-decoration:underline; color:#000000;} 

h1
{
	font-size:				13px;
}

#author
{
	position:absolute;
	right:65px;
	bottom:5px;
	font-size:9px;
	color:#3f3e3c;
}

#author a:link {
text-decoration:underline; color:#000000;} 
#author a:visited {
text-decoration:underline; color:#000000;} 
#author a:hover {
text-decoration:underline; color:#000000;} 

#menu
{
	position:absolute;
	top:167px;
	left:20px;
	font-size:				14px;
	color: #ffffff;
}

* html #menu
{
	top:180px;
}

#menu ul
{
	list-style-type:none;
}

#menu li
{
	display:inline;
	margin-right:10px;
	margin-left:10px;
}

#menu a:link {
text-decoration:none; color:#ffffff;} 
#menu a:visited {
text-decoration:none; color:#ffffff;} 
#menu a:hover {
text-decoration:underline; color:#ffffff;} 

.thumbnail
{
	padding: 2px;
	border: 1px solid #ddd;
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}	

.caption{ font-size: 0.9em; padding-top: 0.2em ;	}

.thumbnail a:link {
text-decoration:none; color:#003f27;} 
.thumbnail a:visited {
text-decoration:none; color:#003f27;} 
.thumbnail a:hover {
text-decoration:none; color:#003f27;} 

.caption a:link {
text-decoration:underline; color:#003f27;} 
.caption a:visited {
text-decoration:underline; color:#003f27;} 
.caption a:hover {
text-decoration:underline; color:#003f27;} 

.clearfix:after 
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	