/* CSS Document */
*, html, body, pre, form, label, fieldset, input, p, blockquote, th, td {
	margin:0px;
	padding:0;	
}

ol, ul, li {
	list-style:none
}

body {
	font-family: Arial, Helvetica,  sans-serif ;	
	//width: auto;
	min-width: 1048px;
	min-height: 860px;
	margin-top: 10px;	
	position: absolute;
	border: thick #036;
	background-color:#699;
}

h2{
	font-size: 28px;
	font-weight: bolder;
}

body p {
}


#Header {
	background: url(../Images/bg_header.png) repeat-x;
	height: 150px;
	width: auto;
}

#Error-Header{
}

#sidebar-left{
	position: absolute;
	margin-top: 10px;
	width: 240px;
	min-height: 555px;
	background-color: #069;
	//float: left;
}

#content-container{
}

#content-container p{
	margin-top: 20px;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border: thick;
	border-color: #333;
}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bolder;
	color: #1A311C;
	margin-top: 25px;
	text-transform: uppercase;
}

.contents{
	text-align: justify;
	position: absolute;
	margin-top: 10px;
	//margin-left: 120px;
	left: 308px;
	padding: 20px;
	width: 500px;
	height: 504px;
	background-color: #FFF;
	border-style: solid;
	border-radius: 5px;
}

#home-page{
	display: block;
}

#mission-page{
	display: none;
}

#services-page{
	display: none;
}

#services-page li{
	margin-top: 5px;
	margin-left: 40px;
	font-weight: bold;
}

#about-page{
	display: none;
}

#contact-page{
	display: none;
}

#contact-page li{
	margin: 5px 25px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #633;
}

#sidebar-right{
	//float: right;
	margin-top: 10px;
	position: absolute;
	margin-left: 800px;
	width: 240px;
	min-height: 555px;
	background-color: #069;
}

#sidebar-left img{
	margin: 10px;
}

#sidebar-right img{
	margin: 10px;
}

#footer{
	height: 120px;
	background: url(../Images/bg_footer.png) repeat-x;
	margin-top: 575px;
	position:relative;
}