body {
	text-align: center;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0E3049;
	background-image: url(../images/bg.gif);
}



#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #0E3049;
	width: 744px;
	background: url(../images/bg_wrap.gif) repeat;
}

#header {
	margin: 0 0 0px 0;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#container {
	
}

#side-a {
	margin: 0;
	float: left;
	width: 156px;
	position: relative;
}

#side-b { 
	margin: 0;
	float: left;
	width: 572px;
	padding: 10px 5px 0px 10px;
	_padding: 0px; /* targets ie6 andf below*/
	background-image: url(../images/large_watermark.jpg);
	background-repeat: no-repeat;
	background-position: right 166px;

}

#side-b p{ 
 _padding-left: 10px; /* targets ie6 andf below*/
}

#rotate_image{
	position: relative;
	left: -10px;
	_left: 0px;/* targets ie6 andf below*/
	top:-10px;
	_top: 0px/* targets ie6 andf below*/
}


#footer {
	clear: both;
	background: url(../images/bg_wrap.gif) repeat;
	height: 1% /* Holly hack for Peekaboo Bug */
}

#foot {
	padding-top:5px;
	clear: both;
	color: #FFFFFF;
}

#foot a:link, #foot a:active, #foot a:visited{
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}

#foot a:hover{
	text-decoration: none;
	
}
p a:link, p a:active, p a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #598F46;
	text-decoration: underline;
}
p a:hover{
	text-decoration: none;
	
}

#updates{
	width:180px; 
	float:right; 
	border:1px solid #0E3049; 
	margin-left:5px; 
	position:relative;
	margin-right:-14px;
}

#updates a{
	color: #598F46;
}
