﻿body {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background: #F8F7F2 url('3.jpg') repeat-x;
}
#header {
	width: 100%;
	height: 200px;
	background: url('2.jpg') top left no-repeat;	
}
#header h1 {
	font-size: 50px;
	position: absolute;
	top: -10px; 
	left: 200px;
}
#header h2 {
	font-size: 20px;
	position: absolute;
	top: 60px;
	left: 200px;
}
#rtheader {
	position: absolute;
	top: 0px;
	right: 0px;
	background: url('4.jpg') no-repeat;
	width: 204px;
	height: 200px;
}
#hzmenu {
	width: 100%;
	background: #F9F5DD url('1.jpg') repeat-x;
	height: 34px;
}
/*left menu styling*/
#menu dl {width: 150px; margin: 0 auto; padding: 0 0 10px 0; background: #A24400 url(bottom.gif) no-repeat bottom left;}
#menu dt {margin:0; padding: 10px; font-size: 12px; font-weight:bold; color: #fff; 
border-bottom:1px solid #fff; background: #A24400 url(top.gif) no-repeat top left;}
#menu dd {margin:0; padding:0; color: #fff; font-size: 11px; border-bottom:1px solid #fff; background: #47a;}
#gallery a, #gallery a:visited {color:#fff; text-decoration:none; display:block; padding:5px 5px 5px 20px;
background: #B64C00 url(arrow.gif) no-repeat 10px 10px; width:125px;
}
#gallery a:hover {background: #8E3B00 url(arrowr.gif) no-repeat 10px 9px; color:#F8F7F2;}

ol li {font-size:11px;}

#content {
	padding: 20px;
	background: #F8F7F2;
}

#colOne {
	float: left;
	width: 170px;
	border-right: 2px #4A7C9C dotted;
}

#colTwo {
	float: left;
	width: 48%;
	padding: 0 0 0 2em;
}

#colTwo h2 {
	margin-bottom: .2em;
	font-size: 1.5em;
	color: #4477AA;
}

#colThree {
	float: right;
	width: 23%;
}

/* Footer */

#footer {
	padding: 20px 0;
}
#credits{
	font-size: 11px;
	color: #79786c;
	text-align: center;
	background: #F9F5DD url(1b.jpg) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: .85em;
}
.rt {
	float: right;
	margin-left: 5px;
}
.lft {
	float: left;
	margin-right: 5px;
}
/* Boxed */

.boxed h2 {
	margin: 0;
	padding: 10px 0 3px 10px;
	background: url(images/img2.gif) no-repeat;
	font-size: 1.2em;
	color: #4477AA;
}

.boxed h3 {
	margin: 0;
	font-size: 1em;
	color: #4477AA;
}

.boxed ul {
	margin-top: 0;
}

.boxed p {
	margin-top: 0;
}

.boxed ul {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
	color: #CADAFF;
}

.boxed-content {
	padding: 10px;
}