

body,html{
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
	background-color: #8ecbe6;
	margin:0; padding:0;
	height: 100%;
	font-family: Tahoma, Arial, Helvetica;	
} 
#container {
	margin: 0 auto 0 auto; 
	padding: 0;
	padding-top:33px;
	text-align: center;
	width: 1024px;
	background: #8ecbe6 url(images/bg.jpg) repeat-y;
}
#top {
	width: 843px;
	height: 123px;
	
}
#bottom {
	width: 1015px;
	height: 50px;	
	clear:both;	
	text-align: center;
	padding-top: 0px;
}

#menu {
	width: 844px;
	height: 56px;
	text-align: left;	
	background: #8ecbe6 url(images/menu_bg.jpg) top center no-repeat;
	clear:both;
}


#center {
	width: 843px;
	min-height: 344px;
	margin: 0 auto 0 auto; 
	padding: 0;
	text-align: center;
	background: #8ecbe6 url(images/content_bg.jpg) repeat-y;
}

#content {
	padding:30px;
	padding-top:20px;
	padding-bottom: 10px;
	text-align:left;
	min-height: 300px;	
	font-size: 14px;
	color:  black;
}

#content a, 
#content a:link, 
#content a:visited{
	color: white;
	border: 0px solid white;
}


h1 {

	font-size: 25px;
	font-weight: normal;
}

.thumb{
	display: inline;
	width: 150px;	
	height: 100px;	
	float: left;	
	margin:22px;	
}




