/* CSS Document */

/* ---- Reset all styles ---------------------------------------------------------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, label, input, p, blockquote, address, th, td {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
ol, ul {
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
fieldset, img {
	border: 0;
}
/* ---- Set new basic styles --------------------------------------------------------- */

body {
	background:#040b0d url(../images/bg.jpg) no-repeat center top;
	overflow: -moz-scrollbars-vertical !important; 
}
body, p, td, th, li, h1, h2, h3, h4, h5, h6  {
	font:normal 12px/1.5 Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.clear {
	clear:both;
}
h1 {
	font:normal 22px/2 Century Gothic, Avant Garde, Avantgarde, Tahoma, Trebuchet MS, sans-serif;
	color:#81610b;
}
h2 {

}
a, a:visited {
	color:#81610b;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.content {
	padding:25px;

}
/* ---- =Structure! --------------------------------------------------------- */

#container-outer {
	position:relative;
	width:775px;
	margin:0 auto;
}
#container-header {
	position:relative;
	width:775px;
}
#container-content {
	position:relative;
	width:775px;
	/* The following two styles control the bg opacity, enable should you prefer a semi-transparent background
	filter: alpha(opacity=70);
	-moz-opacity: .70;*/
}
#container-footer {
	position:relative;
	width:775px;
}

/* ---- =Header! --------------------------------------------------------- */

#header {
	position:relative;
	width:775px;
	height:300px;
}
#header h1 {
	/* Hide this accessibility heading from the visual display */
	position:absolute;
	text-indent:-9999px;
}
/* ---- =Nav --------------------------------------------------------- */
#nav {
	text-align:center;
	padding-bottom:15px;
}
#nav a {
	padding:0 10px;
}
/* ---- =Main Column --------------------------------------------------------- */

#main {
	position:relative;
	width:500px;
	background:#FFFFFF;
	margin:0 25px;
	float:left;
	display:inline;
}
/* ---- =Side Column --------------------------------------------------------- */

#side {
	position:relative;
	width:200px;
	background:#FFFFFF;
	float:right;
	display:inline;
	margin-right:25px;
}

/* ---- =Footer --------------------------------------------------------- */

#footer {
	font:normal 10px/13px  Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color:#915d21;
	padding:10px 25px 0 25px;
	text-align:right;
}
#footer a {
	color:#915d21;
	text-decoration:none;
}
#footer a:hover {
	color:#6f2c16;
}