body {
	width: 			700px;
	
	margin:			0px;
	
	background-color:	#FFCC00;
	font-family:		Verdana, Tahoma, Arial;
	font-size:		12px;
}

a {
	color:			#000000;
}

.Top {
	height:			100px;
	width:			700px;
	
	background-image:	url(images/top_background.jpg);
}

.Top h1 {
	margin:			0px;
	padding:		0px;
	padding-top:		84px;
	padding-left:		160px;

	text-transform:		uppercase;
	font-size:		11px;
}

.Menu {
	width:			150px;
	
	margin:			0px;
	padding:		0px;
	padding-bottom:		150px;
	
	background-color:	#E6E6E6;
	background-image:	url(images/menu_background.jpg);
	background-position:	bottom;
	background-repeat:	no-repeat;
	
	list-style-type:	none;
	list-style-position:	outline;
	
	float:			left;
	font-size:		11px;
}

.Menu li {
	height:			23px;
	
	margin-bottom:		1px;
	
	font-weight:		bold;
}

.Menu a {
	width:			140px;
	height:			17px;
	
	margin:			0px;
	padding-left:		10px;
	padding-top:		6px;
	
	text-decoration:	none;
	text-transform:		uppercase;
	
	display:		block;
}

.Menu a:hover, .Menu .Active {
	background-color:	#FFCC00;
}

.Content {
	width:			550px;
	height:			400px;
	min-height:		400px;
	
	background-color:	#FFFFFF;
	
	float: 			left;
}

.Content p {
	margin:			0px;
	padding:		5px;
	
	text-align: 		justify;
}

.Content ul {
	margin:			0px;
	padding:		5px;
	padding-left:		20px;
	
	list-style-type:	square;
	list-style-position:	outline;
}

.Bottom {
	width:			700px;
	height:			101px;

	background-image:	url(images/bottom_background.jpg);

	clear:			both;
}