html{
	height: 90%;
}

body { 
	margin-top:0;
	background-color: #7E7661;
	font-family: Verdana;
	color: white;
	font-size: 14px; 
	height: 90%;

}

#container {
    width: 772px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	border-left: 1px white solid;
	border-right: 1px white solid;
	box-shadow:0px 0px 50px black;
	background-color: rgba(0, 0, 0, 0.80);

}

#header {

	background-image: url("logo.jpg");
    background-repeat: no-repeat;
	width:100%;
	height: 450px;
	border-bottom: 1px black solid;
}
	
#content {

	width: 542px;
	float: left;
	padding: 15px 15px 35px 15px;
}

#footer {

	width: 100%;
	height: 100%;
	text-align: center;
	clear:both;
	color: rgba(256, 256, 256, 0.50);
	padding-bottom: 15px;
	padding-top: 40px;
	font-size: 10px;
}	


#menu {

	width: 175px;
	float: right;
	padding: 35px 0 0 0;
	text-align: center;
	height: 100%;
	line-height: 36px;

}

#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
	

	
}

#menu li {
	list-style: none;
	width: 146px;
	height: 36px;
	margin-bottom: 10px;
	border: 1px #000066 solid;
	background-color: #CCCCCC;
}



#menu a {
	font-family: "Times New Roman";
	color: #321818;
	text-decoration: none;
	font-size: 16px;	
}

#menu a:hover {
	font-family: "Times New Roman";
	color: #d8b492;
	text-decoration: none;
	font-size: 16px;
}

#menu a:active {
	font-family: "Times New Roman";
	color: #362f2d;
	text-decoration: none;
	font-size: 16px;
}

h1 {  /* main title */
	font-size: 28px;
	font-family: "Times New Roman";
	color: #CCCCCC;
	font-variant: small-caps;
	padding-left: 30px;
	line-height: 113%; 
}

h2 {  /* sub title */
	font-size: 28px;
	font-family: "Times New Roman";
	color: #CCCCCC;
	font-variant: small-caps;
	padding-left: 30px;
	line-height: 113%;
}

h3 {  /* sub title 2 */
	font-size: 16px;
	font-family: "Times New Roman";
	color: #CCCCCC;
	text-decoration: underline;
	padding-left: 30px;
	padding-top: 10px;
}

h4 {  /* level titles */
	font-size: 28px;
	font-family: "Times New Roman";
	color: #CC9966;
	font-variant: small-caps;
	padding-left: 30px;
	padding-top: 10px;
}

a:link {
	color:#CC9966;
	text-decoration:underline;
}

a:visited {
	color:#d8b492;
	text-decoration:underline;
}

a:hover {
    color:#d8b492;
	text-decoration:underline;
}

a:active {
	color:#d8b492;
	text-decoration:underline;
}

.img {
	border: 3px solid #d4b562;
}
