body {
	font: normal 12px arial;
	background-image: url(gradient.jpg) ;
	background-repeat: repeat-x;
	background-attachment: fixed;
	}
	
list {
	font: Arial;
	color: #000000;
	line-height: 1.5;
	font-size: 11px;
	}
	
p {
	font: Arial;
	color: #000000;
	line-height: 1.5;
	font-size: 100%;
	}
   
superhead {
	font: Arial;
	color: #2A3990;
	line-height: 1.5;
	font-size: 200%;
   }

headline {
	font: Arial;
	color: #2A3990;
	line-height: 1.5;
	font-size: 150%;
   }
   
sub-head {
	font: Arial;
	color: #2A3990;
	line-height: 1.5;
	font-size: 125%;
   }
   
name {
	font: Arial;
	color: #000000;
	line-height: 1.5;
	font-size: 100%;
   }

a.body:link {color: #2A3990}     /* unvisited link */
a.body:visited {color: #2A3990}  /* visited link */
a.body:hover {color: #FFFFFF}   /* mouse over link */
a.body:active {color: #2A3990}   /* selected link */

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}
	
div#header {
	position: relative;
	top: 18px;
	z-index: 0;
	}	
	
div#menu {
	position: relative;
	left: -260px;
	top: 30px;
	height: 1000px;
	width: 150px;
	z-index: 2;
	}
	
div#wrapper	{
	position: relative;
	left: 95px;
	top: -969px;
	width: 524px;
	background-color: #2A3990;
    height:auto;
	text-align: left;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 2px solid #2A3990;
	border-top-width: 24px;
	border-bottom-width: 24px;
    background-color: #C2B59B; 
    z-index:1;
			}
			
hr {border: none 0;
	border-top: 1px solid #2A3990;/*the border*/
	width: 100%;
	height: 2px; /*whatever the total width of the border-top and border-bottom equal*/

}
			
div#footer	{
	position:inherit;
	height:auto;
	z-index:inherit;
			}