/************* GENERAL CSS ************/body {	margin: 0px;	padding: 0px;	background: #d52412;	text-align: justify;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 13px;	color: #000000;	height:100%;}body2 {	margin: 0px;	padding: 0px;	background: #d52412 url(images/back2.png) repeat-y center top;	text-align: justify;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 13px;	color: #3c9627;}#container{	width:770px;	background-color:#fff;	margin:auto;	padding:0px;	height:100%;}h1, h2, h3, h4, h5, h6 {	font-weight: bold;		font-family: Georgia, "Times New Roman", Times, serif;font-size: 18px;	color: #000000;}a {	font-weight: bold;		text-decoration: none;	color: #3c9627;}a:hover {		color: #3c9627;}h7 {	font-weight: bold;		font-family: Georgia, "Times New Roman", Times, serif;font-size: 18px;	color: #3c9627;}a {	font-weight: bold;		text-decoration: none;	color: #3c9627;}a:hover {		color: #3c9627;}/************* HEADER STUFF ************/#header {	width: 770px;	height: 200px;	margin: 0px auto;	padding: 0px 0px;	background: #ffffff url(images/header2.jpg);}#header h1 {	margin: 0px;	padding: 0px 0px 0px 10px;	text-align: left;	color: #3399FF;	font-size: 3em;	text-transform: uppercase;}#header h2 {	margin: 0px;	padding: 0px 0px 0px 20px;	text-align: left;	font-size: 1.5em;	text-transform: uppercase;}/************* MENU ************/#menu {	width: 770px;	margin: 0px auto;	padding: 0px 0px 0px 0px;	background-color: #ffffff;}#menu ul {	margin: 0px;	padding: 0px;	list-style: none;	text-align: center;}#menu li {	display: inline;}#menu a {	padding: 5px 13px;	text-transform: uppercase;	text-decoration: none;	font-size: 11px;	font-weight: italic;	color: #000000;}#menu a:hover {	background-color: #dffa9f;}/************* CONTENT ************/#content {	width: 770px;	margin: 0px auto;	padding: 20px 0px 0px 0px;}#content h2, #content h3, #content h4, #content h5, #content h6 {	font-weight: normal;}#content p, #content ul, #content ol {	line-height: 150%;}#content #left {	float: left;	width: 480px;	padding: 0px 20px 40px 20px;}#left2 {	float: left;	width: 700px;	padding: 0px 20px 40px 20px;}#content #right {	float: right;	width: 209px;	padding: 0px 0px 40px 20px;	color: #293155;}#footer /************* FOOTER ************/ {	clear: both;	width: 771px;	margin: 0px auto;	border-top: 0px solid #ffffff;	font-size: 9px;	text-align: center;	padding: 0px;	color: #333333;	padding-bottom:15px;}