
@import url(content.css);

body{
	background: #000000 url("../images/new/background.jpg") no-repeat 0% 0%;
	font-family: "Verdana", sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

img{
	border: none;
}


/****************************************************
 M A I N   M E N U
****************************************************/
#mainmenu{
	font-size: 80%;
	font-family: "Arial Narrow", "Verdana", sans-serif;
	font-weight: bold;
	margin-top: 52px;
	margin-left: 555px;
	width: 180px;
	height: 100px;
}

#mainmenu a{
	text-decoration: none;
	float: left;
	display: white;
	width: 90px;
}

#mainmenu a, #submenu a{
	color: white;
	text-decoration: none;
}

#mainmenu a:hover, #submenu a:hover{
	text-decoration: underline;
}


/****************************************************
 S U B   M E N U
****************************************************/
#submenu{
	clear: both;
	float: left;
	font-size: 75%;
	width: 200px;
}

#submenu ul{
	margin: 0;
	padding: 0 5px;
	list-style-type: none;
}

#submenu ul li{
	text-align: right;
	margin: 0;
	padding: 3px;
}

#submenu ul .level2header{
	font-weight: bold;
	font-size: 120%;
}

#submenu ul .level2expanded{
	font-weight: bold;
}

#submenu ul .level3, #submenu ul .level3active{
	border-bottom: none;
	padding-right: 10px;
	font-size: 90%;
	font-weight: normal;
}

#submenu ul .level3active{
	font-weight: bold;
}


/****************************************************
 M A I N   C O N T E N T
****************************************************/
#content{
	width: 550px;
	font-size: 70%;
	color: white;

}
#content h1{
	font-size: 150%;
	margin: 0.5em 1em;
}
#content .textContainer{
	padding-left: 3em;
	color: grey;

}
#content .imageContainer{
	padding-left: 3em;
}
#content a{
	color: white;
}