
body {
		 text-align: center;
		 margin:0px;
		 padding:0px;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	background-color: #03170F;
	/*background-image:  url(code.jpg);*/
	background-repeat: no-repeat;
	/*background-position: 800px 25px;*/
	xxxheight:100%;
}


#wrapper {
position: relative;
	text-align: left;
	xxheight: 100%;
	margin: 0 auto;
padding:0px;
	width: 800px;
}


#menuBar {

margin:0px;
padding:0px;
width: 200px;

background-color:#072819; 

}
#menu {
height:100%;
color:#ffffff;
}

#menu li { list-style-type: none; text-decoration: none; margin-left: 0px; margin-top:20px;}
#menu li a {font-size: 12pt; text-decoration: none; color: #ffffff; }
#menu li a:hover {font-size:13pt; color: #ffffff;}



menu a {color:#ffffff;}
menu a: {color:#ffffff;}


#contentBox {

	width:600px;
	background-color: #dddddd;
}

#content {

	color: #000000;
	padding: 30px;
	font: Arial, sans-serif;
	font-size:10pt;
}	

#content p {
font-size: 10pt;
}

#content h1 {
	font: normal 125% Arial, sans-serif;
}

#content h2 {
	font-size: 17px; 
}
#content h4{
font-size: 15px;
}

