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

body{
	font-size: 11px;
	color: #c1c1c1;
	font-family: Verdana, Sans-Serif;
	background: #28312f url(images/bg.jpg) repeat-x; 
	margin: 0px;
	padding: 0px; /* required for Opera to have 0 margin */
	text-align: center; /* centers board in MSIE */
}

img{
	border: 0px none;
}

a:link{
	color: #c1c1c1;
	text-decoration: underline;
}

a:visited{
	color: #c1c1c1;
	text-decoration: underline;
}

a:hover{
	color: #565e5c;
	text-decoration: underline;
}

#wrapper{
	width: 1000px;
	margin: auto;
	background: #41504d url(images/header.jpg) no-repeat;
}

/* Header */
#logo{
	width: 500px;
	height: 151px;
	float: left;
}

#menu{
	width: 490px;
	height: 21px;
	text-align: right;
	float: right;
	padding-top: 130px;
	padding-right: 10px;
	font-size: 10px;
}

#menu a:link{
	color: #565e5c;
	text-decoration: none;
	font-weight: bold;
	padding: 3px;
	font-size: 11px;
}

#menu a:visited{
	color: #565e5c;
	text-decoration: none;
	font-weight: bold;
	padding: 3px;
	font-size: 11px;
}

#menu a:hover{
	color: #898989;
	text-decoration: none;
	font-weight: bold;
	padding: 3px;
	font-size: 11px;
}

.clear_float { 
	font-size: 0px; 
	line-height: 0px; 
	clear: both; 
} 

#top{
	height: 18px;
	background: transparent url(images/top.jpg) no-repeat;
}

/* Content */
.title{
	height: 24px;
	text-align: left;
	font-size: 16px;
	padding-top: 7px;
	padding-left: 10px;
	border-bottom: 1px solid #898989;
	color: #c1c1c1;
	font-family: Arial;
	background: transparent url(images/bg2.jpg) no-repeat;
}

.content{
	text-align: left;
	padding: 10px;
}

.thumb { 
	float: left; 
	width: 225px; 
	height: 150px;
} 

.data { 
	float: left; 
	width: 212px; 
	height: 30px;
	text-align: left;
	padding-left: 13px;
	padding-bottom: 10px;
} 

.right { 
	float: left; 
	width: 200px; 
	text-align: left;
} 

.left { 
	float: left; 
	width: 730px;
	text-align: left; 
	padding-right: 50px;
} 

.style1 {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

/* Footer */
#footer{
	height: 20px;
	background: transparent url(images/bottom.jpg) no-repeat bottom;
	text-align: left;
	padding-left: 10px;
	padding-top: 40px;
}