/* DEFAULT CSS ====================== */

body, html {
	margin: 0 0 20px 0;
	padding: 0;
	color: #333333;
	background: #393861 url(/images/bg.jpg) repeat;;
}
	
body {
	min-width: 800px;
}

#wrap {
	background: #9b9885;
	margin: 0 auto;
	margin-top: 10px;	
	width: 800px;
	border: #ffffff solid 3px;
}
#header {
	background: #585781 url(/images/bgh.jpg) no-repeat;
	height: 350px;
	width: 800px;
}

#main {
	background: #e6e3ce;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.5;
	float: left;
	width: 480px;
	padding: 15px 35px 45px 35px;	
}
	
#sidebar {
	background: #9b9885;
	float: right;
	text-align: center;
	width: 250px;
	padding-top: 35px;
}

#footer {
	background: #282743;
	clear: both;
}
	
#footer p {
	padding: 20px 0 20px 0;
	margin: 0;
	text-align: left;
	font-size: 11px;
	line-height: 1.75;
	font-weight: bold;
	color: #9eafd5;
}

hr {
	border: 0;
	width: 100%;
	color: #e6e3ce;
	margin: 6px 0 6px 0;
	background-color: #e6e3ce;
	border-bottom: #9b9885 dotted 1px;
}

a:link, a:visited {
    color: #496bb2;
    text-decoration: underline;
}

a:hover, a:active {
	color: #7694d3;
	text-decoration: none;
}

a.imglink:link, a.imglink:visited {
	border: none;
}

a.imglink:active, a.imglink:hover {
	background:transparent;
}

/* IMAGES ====================== */

.insetr {
	padding: 10px;
	border: #e6e3ce solid 1px;
	background: #ffffff;
	float: right;
	margin: 0 0 10px 10px;
}

/* HEADINGS ====================== */

h1 {
	font-family: "Arial Narrow" Arial, Helvetica, sans-serif;	
	color: #7e7b69;
	font-size: 24px;
	line-height: 1.25;
	font-weight: bold;
}

h2 {
	font-family: "Arial Narrow" Arial, Helvetica, sans-serif;		
	font-size: 18px;
	margin: 0 0 12px 0;
	padding: 6px 0 6px 0;
	border-bottom: #9b9885 dotted 1px;
}


/* END DEFAULT CSS ====================== */