﻿body{
	
	font-family: Droid Sans, Helvetica, Arial, sans-serif;
	font-size:15px;
	background-color:#2A2C2B;
	color:white;
}

h1{
	color:#289976;
	font-size:55px;
	margin:0;
	padding:0;
}

h2{
	color:#289976;
	font-size:20px;
	margin:0;
	padding:0;
}


#header{
	position:fixed;
	width:100%;
	height:175px;
	background-color:#1E1E20;
	color:white;
	top:0;
	left:0;
	text-align:center;
	padding-top:10px;
}

#menu{
	position:relative;
  	top:0;
  	width:800px;
	height: 40px;	
	left:0;
	margin:0 auto;
}

#menu a{
	text-decoration:none;
	margin:0 auto;
	color:white;
	font-weight:bold;
	font-size:15px;

}

#menu ul{
	list-style:none;	
	margin:0;
	padding:0;


}

#menu li{
	position:relative;
	width:100px;
	height:35px;
	text-align:center;
	float:left;
	padding-top:15px;

	
}

#menu li:hover{
	
	background-color:#289976;
	color:white;
}

#content{
	width:800px;
	height:auto;
	position:relative;
	margin:0 auto;
	top:190px;
/*	background-color:silver;*/
	clear:both;
	margin-bottom:50px;
}

#top_content{
/*	background-color:white;*/
	position:relative;
	width:800px;
	height:auto;
	top:0;
	clear:both;
}

#top_content_left{
/*	background-color:gray;*/
	width:400px;
	height:auto;
	position:relative;
	float:left;
	top:0;
	padding:0;
	margin:0;
}

#top_content_right{
/*	background-color:orange;*/
	width:390px;
	height:auto;
	position:relative;
	float:right;
}

#middle_content{
/*	background-color:olive;*/
	position:relative;
	width:800px;
	height:850px;
	clear:both;
}

#left{
	
/*	background-color:maroon;*/
	position:relative;
	width:500px;
	float:left;
	height:auto;
	margin-top:10px;
	margin-bottom:10px;
	clear:both;
}
#right{
/*	background-color:purple;*/
	position:relative;
	width:290px;
	height:auto;
	float:right;
	margin-top:10px;
	margin-bottom:10px;
	
}

.window_infront{
	z-index:100;
}

.window_behind{
	z-index:200;
}

#view{
	display:block;
	width:100px;
	height:auto;
	text-align:center;
	border:thin #289976 solid;
	clear:both;
	padding:5px 5px 5px 5px;
	float:right;
}

#view a{
	text-decoration:none;
	color:#289976;
}

#view a:hover{
	display:block;
	color:white;
	background-color:#289976;
}

#underimage{
	position:relative;
	width:800px;
	height:auto;
	clear:both;
}

#footer{
	top:20px;
	clear:both;
	position:relative;
	height:100px;
	width:800px;
	border-top:medium;
	border-top-color:#800000;
	border-top-style:solid;
	margin:90px 0px 90px 0px;
}

#footerinsideleft{
	position:relative;
	margin: 20px 0px 0px 0px;
}