/* CSS Document */
	
body {
	margin:0px;
	padding:0px;
	text-align:center;
	background-color: #293439;
	background-image: url(graffix/background_new.jpg);
	background-repeat: repeat-x;
	line-height:1.5em;
	}
	
a:link, a:visited, a:active{
	text-decoration: none;
	color: #2A5F2F;
	font-weight:bold;
}

a:hover{
	text-decoration: underline;
	color: #2A5F2F;
	font-weight:bold;
}


#container {
	margin-left:auto;
	margin-right:auto;
	width:950px;
	text-align:left;
	}
	
#header {
	background-image: url(graffix/header.jpg);
	height:134px;
	}
	
#contact {
	height: 25px;
	text-align:right;
	padding-right:20px;
	padding-top: 5px;
	color:#FFFFFF;
	font-size:12px;
	}
	
#navbar {
	height: 2px;
	margin: 0px;
	padding-top: 13px;
	padding-bottom: 0px;
	padding-left: 178px;
	padding-right: 0px;
	background-image: url(graffix/navbar.jpg);
	background-repeat: no-repeat;
	color: #000000;
	font-size: 12px;
	text-align:left;
	}
	
#board {
	height:350px;
	color:#000000;
	}
	
#mainbody {
	background-image: url(graffix/mainbody_2.jpg);
	background-repeat:repeat;
	background-color:#ffffff;
	clear:both;
	}
	
#footer {
	}

#footer2 {
	height:60px;
	color:black;
	background-image: url(graffix/footer2.jpg);
	padding-top:10px;
	text-align:center;
	}