body {
margin : 0px auto;
font : 77% Verdana, Tahoma, Arial, sans-serif;
background : #8e8e8e;
}
#main {
	height : auto;
	margin : 5px 100px;
	background : #000000;
	border : 1px solid;
	border-color : #505050;
}
#head {
	height : 200px;
	margin : 10px 10px 0px;
	background : url(http://www.jambasha.org/images/back.gif) no-repeat bottom left;
}
#menu {
background : #8e8e8e;
margin : 0px 10px;
padding-top : 5px;
padding-bottom : 5px;
text-align : center;
border : 1px #505050 solid;
}
#content {
padding-top : 10px;
padding-bottom : 5px;
padding-right : 5px;
height : 20%;
margin : 0px 10px 0px;
text-align : left;
}
#content p {
	color: #FFFFFF;
}
p.foot {
text-align : center;
}
#menu a {
font-weight : bold;
text-decoration : none;
color : #000000;
}
#menu a:hover {
text-decoration : underline;
}
#menu a:visited {
color : #000000;
}
#head h1 {
padding-top : 25px;
padding-left : 250px;
color : #cccccc;
}
