/* CSS Document */

#Main		{
		
		Width: 100%;
		Height: 6000px;
		background-image: url("../design/divs/images/Background.png");
		background-repeat: repeat;
		text-align: center;
		
		}

#Body		{
		
		Width: 70%;
		Height: 100%;
	
		margin-right: auto; 
		margin-left:1%;
		text-align: Left;
		float: left;
		padding: .5em;
		

		}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #200645;
	
	
}


div.body img {
	float: left;
	margin: 5px;
}

.clear {
	clear: both;
}

img {
	border: 0;
	float: left;
	padding-right: 2em;
}


h1, h2 {
	color: #00CCFF;
	color: #999999;
	}



div.menu {
	clear: both;
	width: 22%;
	margin-right: 1%;
	float: left;
	text-align: right;
}




div.menu li a {
	color: #00CCFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 120%;
	line-height: 140%;

	
	
	
}

div.menu li {
	list-style: none;
}



div.title {
	float: right;

	margin-right: 4.5em;
}










