body {
	background-image:url("../images/bg1.jpg");
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	}

p 	{font-family: Arial,"Sans Serif";}
h1 	{font-size:200%;font-family:Arial,"Sans Serif";margin-top:0px;}
h2 	{font-size:100%;margin-top:10px;margin-bottom:10px;font-family:Arial,"Sans Serif";}

ul {
   list-style-type: square;
   list-style-position: outside;
   padding-left: 20px;
   margin-left: 0;
}
	
img{border:none;}

#wrapper {
	margin:auto;
	width: 768px;
	height: 1000px;
	text-align:left;
}

#header {
	height: 170px;
	background-image:url("../images/layout/header.png");
	background-position: top;
}

#content { padding: 0px;}

/* Layout Stylesheet */ 

#lh-col{
 width: 60%;
 float: left;
 border: solid #333333;
 border-width: 0 0px 0 0;
/* background: #ffffff; 
 color: #333333; */
 margin: 0;
 padding: 10px;
 }
 
#rh-col{
/* background: #c0c0c0; */
 color: #333333;
 margin: 0;
 padding: 0;
 }
 
 h4 {
 margin:0; 
 padding: 5px 0;
 }
	
/* #container{
	margin:0 auto;
	position:relative;
	text-align:left;
	width:720px;
	margin-bottom:2em;
		}	*/		

#menu {
	background:#2A1887;
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 450px;
	margin-top:63px;
	margin-right: 15px;
}
#menu li {
	float: left;
	font: 77.5%, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #2A1887 url("../images/layout/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:bold;
}

#menu a.last { background-image: none; }
#menu a:hover {
	background: #2580a2 url("../images/layout/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;

