body{
	background-color: #D0CECF;
	position: absolute;
}


#vertical_bar{
	position: absolute;
	margin: 0px 0px 0px 15px;
	width: 5px;
	height: 1000px;
	background-color: white;
	border: 1px solid black;
}

#main_header{
	position: absolute;
	margin: 0px 0px 0px 0px;
	width: 900px;
	height: 150px;
	border: 1px solid black;
	background-color: #9C242E;
	font-family: 'Franklin Gothic Demi Cond';
	font-size: 36px;
	color: white;
}	

p.menu_item{
	position: absolute;
	border: 1px solid black;
	width: 150px;
	background-color: black;
	text-align: center;
	font-family: 'Arial Black';
	font-size: 30px;
	color: white;
}

p.menu_item a{
	color: white;
	text-decoration: none;
}

p.menu_item a:hover{
	color: red;
}

p.main{
	position: absolute;
	border: 1px solid black;
	width: 150px;
	background-color: black;
	text-align: center;
	font-family: 'Arial Black';
	font-size: 30px;
	color: white;
}

p.main a{
	color: white;
	text-decoration: none;
}

p.drop_down_item{
	position: absolute;
	border: 1px solid black;
	width: 150px;
	background-color: white;
	text-align: center;
	font-family: 'Arial Black';
	font-size: 30px;
	color: black;
	visibility: hidden;
}

p.drop_down_item a{
	color: black;
	text-decoration: none;
}

p.drop_down_item a:hover{
	color: white;
	text-decoration: none;
}

#text_content{
	width: 710px;
	border: 1px dashed black;
	background-color: white;
	font-family: 'Calibri';
	font-size: 16px;
}


#main_content{
	position: absolute;
	margin: 170px 0px 0px 185px;
	width: 760px;
	font-family: 'Calibri';
	font-size: 16px;
	padding-bottom: 50px;
}

#main_content p a{
	text-decoration: none;
	color: blue;
}

#main_content p a:hover{
	color: red;
}

#footer{
	width: 725px;
	height: 70px;
	background-color: #9C242E;
	border: 1px solid black;
	color: white;
	font-family: 'Microsoft Sans Serif';
	font-size: 18px;
	float: left;
	margin-top: 25px;
}
