#banner {
	margin:0 0 1.0em 1.0em;
}

#menu {
width: 12em; /* set width of menu */
background: #330066;
position:relative;top:0;float:left;margin:0 1.0em 1.0em 1.0em;
} 

/* style, color and size links and headings to suit */
#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #fff;
background: #9999CC;
text-transform: uppercase;
width: 100%;
}

#menu a {
color: #000;
text-decoration: none;
width: 100%;
}

#menu h3 {
background: white;
margin: 0;
}

#menu a:hover {
color: #000000;
background: #66FF33;
}


#content { 
	width: 50em; /* set width of menu */
	position:relative;top:0;float:left;margin:0 1.0em 1.0em 1.0em;	
}

#content h1{color:green;}

#content h2{color:green;}

#content p{
	font-family: 'Times New Roman,Times,Serif';
	font-size:14;
}