body {font-family: verdana, arial, sans-serif; font-size: 12pt; background-color:#41020d; text-align:center;}
h1 { font-size:25pt; font-family:  cambria;   color:#FFF8C6; text-align:center; font-weight: normal;}
h2 {font-family: cambria, verdana, arial, sans-serif; font-size: 16pt; color:#FFF8C6; font-weight: normal;}
h3 {font-family: verdana, arial, sans-serif; font-size: 12pt; color:#FFF8C6; font-weight: normal; text-align:justify;}
p {font-family: verdana, arial, sans-serif; font-size: 12pt; color:#FFF8C6;}

#outer_container {
	width: 1000px;
	height: 1000px;
	margin-left: 25%;
	border:1px solid gray;
	position: relative;
	left: 2px;   
	background-color:#3d4048;
}
#logo_text {
	width: 900px;
	height: 100px;
	top: 3px;
	left: 0px;
	position: absolute;
}
#logo_text2 {
	width: 900px;
	height: 100px;
	top: 75px;
	position: absolute;
}
#image {
	width: 150px;
	height: 132px;
	top: 160px;
	left:160px;
	position: absolute;
}
#main_txt {
	width: 900px;
	height: 500px;
	top: 120px;
	left: 400px;
	position: absolute;
	text-align: left;
	padding-left:5px;
	padding-right:5px;	/*background-color:#FFF8C6;*/
}
/*#top
     {
	width: 1000px;
	height: 1000px;
	position: absolute;
	left: 2px;
	top: 2px;
}
 Inner Boxes - Main Page 


 
#caption {
    background-color:#3d4048;
	width: 157px;
	height: 340px;
	top: 175px;
	left: 13px;
	position: absolute;
	padding-left: 15px;
	bottom: 74px;
	border-style:solid;
    border-width:2px;
	border-color:#736F6E;
}
#caption2 {
	padding-left:10px;
	padding-right:13px;
	background-color:#3d4048;
	width: 200px;
	height: 425px;
	top: 175px;
	left: 750px;
	position: absolute;
	padding-left: 15px;
	bottom: 1px;
	border-style:solid;
    border-width:2px;
	border-color:#736F6E;
}
#lower_txt {
    width: 900px;
	height: 350px;
	top: 630px;
	left: 200px;
	position: absolute;
	text-align: justify;
	padding-left:15px;
	padding-right:15px;
	background-color:#3d4048;
} 
*/
/* Horizontal Menu */
#navigation  {
    width: 280px;
	height:30px;
	/*background-color:#999;*/
	position: absolute;
	top:105px;
	left: 130px;
}
#navigation ul {margin:0px; padding:0px;}
#navigation ul li {display:inline; height:30px; float:left; list-style:none; margin-left:20px; margin-top:5px; font-weight: bold;}
#navigation li a:hover {text-decoration:underline;}
#navigation li a {color:#fff; text-decoration:none;}
