/* redefined html tags */

body {
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background: #010000 url(/images/backgrounds/fade.gif) top left repeat-x;
}

p {
	margin:0px;
	padding:0px;
}

img {
	border:0px;
}


/* standard layout id's */
#container {
	position:relative;
	width:686px;
	border-top: 36px solid #fff;
	border-left: 40px solid #fff;
	border-right: 40px solid #fff;
	border-bottom: none;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
}

#header {
	position:relative;
	height:281px;
	margin-bottom:10px;
	background-color:#FFFFFF;
	z-index:9;
}

#sub_content {
	position:relative;
	float:right;
	right:32px;
	width:210px;
	margin-bottom:50px;
	line-height: 1.5em;
}

.sub_block {
	background-color: #efe9d8;
	padding: 14px;
	margin-bottom: 7px;
	color: #4E1A28;
	clear:both;
}

#main_content {
	position:relative;
	float:left;
	left:33px;
	width:387px;
	margin-bottom:50px;
	padding-top:12px;
	color: #4E1A28;
	line-height: 1.5em;
}


#footer {
	position:relative;
	clear:both;
	height:20px;
	padding-left:10px;
	line-height:20px;
	background: #4e1a28 url(/images/backgrounds/footer.gif) top left repeat-x;
	border-top: 1px solid #aa914f;
	color: #fff;
}

#site_credits {
	position:absolute;
	right:10px;
	top:0px;
}
#site_credits a {
	color: #fff;
	}


/* page numbers */
#page_numbers{
	width:100%;
	text-align:center;
}


#page_numbers li{
	display:inline;
	padding:2px;
}

#page_numbers li a{
	font-weight:bold;
	color: #0C69A2;
	font-size:11px;
}

li.current_page {
	color: #0C69A2;
	font-weight:bold;
	font-size:14px;
}


/* main menu code */
div#main_menu {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	background-color:#4E1A28; /* menu background color */
	z-index:9;
	border-bottom: 1px solid #aa914f;
	border-top: 1px solid #fff;
	height: 23px;
}
div#main_menu ul {
	margin:0px; 
	padding:0px; 
	border-bottom: 0px; 
}
div#main_menu li {
	position: relative; 
	list-style: none; 
	margin: 0px; 
	float: left;  
	line-height:20px;
}
div#main_menu li a {display: block; padding: 0; text-decoration: none; color: #fff;}



/* CONTACT FORM */
.contact_textbox {
	border: 1px solid #aa914f;
	width: 200px;
	padding:2px;
}

.contact_textarea {
	border: 1px solid #aa914f;
	width: 250px;
	padding:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 100px;
}
