
body {
	background: url('/images/bg.jpg') repeat-y top center;
	background-color: #003300;
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: center;
}
html, body {
	padding:0px;
	margin:0px;
}	
#wrapper {
	width: 760px;
	border-bottom:#FFFFFF solid 4px;
	border-left:#FFFFFF solid 4px;
	border-right:#FFFFFF solid 4px;
	border-top: none;
	margin: 0 auto;
	text-align: left;			
}
#header {
	height: 200px;
		
}
#menu {
	height: 68px;

}
#content {
	background-color:#FFFFFF;
	text-align: center;
	width: 760px;
	margin: 0 auto;
}
#one_third {
	width: 235px;
	float: left;
	text-align: center;
	margin-top: 90px;
	margin-left:8px;
	margin-right:7px;
	
	border: red 0px solid;
			
}
#two_thirds {
	width: 506px;
	float: left;

}
#half {
	width: 360px;
	float: left;
	text-align: center;
	margin-top: 90px;
	margin-left:8px;
	margin-right:8px;
	
	border: red 0px solid;

}
#footer {
	/* height: 100px; */
	height: 20px;
	text-align:center;
	padding-top: 7px;
	background-color: #FFCC99;
	font-size: 10px;		
}	
* html #footer {
	font-size: 9px;		
}			
a {

}
a:link {
	color:#006600;
	text-decoration:none;
}
a:visited {
	color: #003300;
	text-decoration:none;
}							
a:active {
	color: #009900;
}
a:hover {
	color: #009900;
	text-decoration: underline;			
}		
.clear {
	float: none;
	clear:both;
	height: 1px;
}
td img, #flashcontent img, #flashcontent2 img {
	display: block;
}

img {
	border: 0px;
}
/*
table, tr, td {
	padding:0;
	margin:0;
	border-collapse:collapse;
}*/

form {
	padding:0;
	margin:0;
}