body	{
	padding: 0;
	border: 0;
	text-align: center;
	color: #4a4a4a;
	background-color: #b4a851;
	background-image: url(images/bg_bigshadow.gif);
	background-position: center;
	background-repeat: repeat-y;
	font-family: Verdana, Arial, sans=serif;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	}

img		{
	border: 0;
	display: block;
	}

#wrapper	{
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border: 0;
	width: 700px;
	font-family: Verdana, Arial, sans-serif;
	text-align: left;
	background: #ffffff;
	font-size:90%;
	}

#header	{
	background: #1E3152;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 0 0;
	border: 0;
	}

#footer	{
	clear: both;
	width: 700px;
	border: 0;
	border-top: 1px solid #f9f9f9;
	background-color: #e3e1c1;
	margin-left: auto; 
	margin-right: auto;
	}
	
#footer p	{
	font-size: x-small;
	background-color: transparent;
	color: #999;
	}

#right p	{
	text-align: left;
	margin: 0;
	font-size: small;
	background-color: transparent;
	color: #999;
	}


#content	{
	padding: 0 0 0 0;
	background-color: #ffffff;
	}
	
#leftbody	{
	background-color: #ffffff;
	width: 330px;
	float: left;
	padding: 0 10px;
	}

#rightbody	{
	background-color: #ffffff;
	width: 330px;
  	float: left;
	padding: 15px 0px 0px 10px;
	}

#leftbody p, #rightbody p {
	line-height: 140%;
	margin-top: 5px;
	margin-bottom: 1em;
	}



	


.floatleft 	{float: left; }
.floatright	{ float: right; }

.alignleft	{text-align: left;}
.alignright	{text-align: right;}


	/* Default links */

a:link, a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #817214;
	background: transparent; 
	}

a:hover {
	font-weight : bold; 
	text-decoration : underline;
	color: #1e3152;
	background: transparent; 
	}

a:active {
	font-weight : bold; 
	text-decoration : underline;
	color: #1e3152;
	background: transparent;  
	}