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

body{
	font-size: 11px;
	color: #FFFFFF;
	font-family: Arial, Verdana, Sans-Serif;
	background: #5a523f; 
	margin: 0px;
	padding: 0px; /* required for Opera to have 0 margin */
	text-align: left; /* centers board in MSIE */
}

img{
	border: 0px none;
}

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

a:link{
	color: #FFFFFF;
	text-decoration: none;
}

a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

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

#logo{
	background: #000 url(images/logo_bg.jpg);
	height: 58px;
}

#content{
	background: url(images/content_bg.jpg) repeat-x;
	min-height: 250px;
	padding: 20px;
}

#content img{
	border: 1px solid #FFF;
	margin: 2px;
	padding: 2px;
}

.index{
	width: 500px;
}
