﻿body {
	width:99%;
	min-width:700px;	
	font-size:90%;
	background:#5e0304;	
	font-family:arial,verdana,helvetica,sans-serif;
	
}
#wrapper {
	border:0px solid silver;
	padding: 10px;
	font-size: medium;
}

#header {
	border:1px solid #000;
	padding: 0px;
	background-color: #5e0304;	
	background-image: url('../images/textured_hdr.jpg');
	background-repeat: repeat;
	background-position: right;
	margin-bottom: 0;
	height:176px;
	width:99%;
}

h1 {
	font-size: x-large;
		
}
h2 {
	font-size: large;	
}
h3 {
	font-size: small;	
}

a, a:link {	
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color:maroon;
	text-decoration: none;
}
p {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em; /* space under the paragraph */
	margin-left: 0;
}
a:visited	{
	color:  #FFFFFF;
	text-decoration: none;
	}
#left_col{
	border:2px solid #ffffff;
	float: left;
	width: 185px; /*  */
	padding-left:2px;
	background-color: #756f6f;
	height:900px;
	text-align:left;
	text-decoration:none;
	font-size:medium;
	font-weight:bold;
	margin-left: 0px;
	color:#000;
}
#amenu{
	text-align: left;
	padding: 2px;
	font-size:small;
	
}
#right_col {
	border:2px solid #ffffff;
	float: right;
	width: 204px;
	height:900px;
	margin-right: 10px; 
	margin-left: 0px;
	margin-bottom:0px;
	padding-right: 10px;
	 
	
	background-color: #756f6f;
	text-align: center;
}
#content_main {
	margin-left: 210px; /*  */
	border:2px solid #5f0097;
	height:900px;
	padding: 10px;
	background-color: #ffffff;
	margin-right: 252px; /*  */
	a:link:#000000;
}
#footer {
	border: 0px solid #000;
	clear:both;
	float:left;
	width:98%;
	height:15px;
	padding-top:0px;
	margin-left:10px;
	background: #756f6f;
	background-position: left;
	text-align: center;
	font-size:medium;
	
}
#footer a:link	{
	color: #4a4e74;
	text-decoration: none;
	}
#footer a:visited	{
	color:  #4a4e74;
	text-decoration: none;
	}
#footer a:hover	{
	color: #000000;
	text-decoration: none;
}
.menubox {
	font-weight:normal;
	margin-top:5px;
	margin-left:1%;
	padding-left:4px;
	padding-top:2px;
	width:90%;
	border:4px outset #b47403;
	height:22px;
	text-align:center;
}
.menubox:hover {
	border:4px #600010 inset;
}

