*, html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dd, dt, img,
blockquote, q, table, thead, tbody, tfoot, caption, th, tr, td, a, form,
input, textarea, fieldset
{margin: 0; padding: 0;}

/* SET BASE FONT ATTRUBUTES */
html, body {
	font-family:"century gothic","trebuchet ms", trebuchet,verdana, geneva, "vera sans",tahoma,arial,helvetica,sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	color:#000;
	font-weight: normal;
	font-style: normal;
}

h1 {
	display:none;
}

body {
	background:#333333;
}
a:link, a:visited, a:active {
	text-decoration:none;
	color:#336633;
}
a:hover {
	color:#003300;
	text-decoration:underline;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #6c6c6b;
	border-top: 1px solid #6c6c6b;
	height: 1px;
	width: 90%;
}
img{
	border: 0;
}
form {
	margin: 0;
}

#outer{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
}
#main {
	margin-left: -400px;
	position: absolute;
	top: -300px;
	left: 50%;
	
	width: 800px;
	height:600px;
	/*margin: auto;*/
	/*padding: 258px 0px 0px 5px;*/
	background-color:transparent;
	background-image: url(images/main.jpg) ;
	background-repeat:no-repeat;
}

.address_bar{
	/*display:none;*/
	padding:20px 5px 5px 0px;
	height: 60px;
	width:300px;
	float:right;
	text-align:right;
	/*color: #daa940;*/
	color: #762123;
	font-weight:bold;
}
.address_bar span{
	display:block;
}
div.menu {
	font-size: 11px;
	font-weight:bold;
	/*margin-top:258px;
	margin-left:5px;*/
	padding: 258px 0px 0px 7px;
	/*padding: 1px 5px 1px 5px;*/
	background-color:transparent;
	background-image: url(images/bg_menu.jpg) ;
	background-repeat:no-repeat;
	background-position:7px 258px ;
}
.menu ul{
	margin: 0;
	padding:0;
	list-style: none;
}
.menu li {
	margin: 10px 10px 10px 0px ;
	padding: 0;
	list-style: none;
}

.menu a:link, .menu a:visited, .menu a:active, .menu a:hover {
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}

.menu a:hover {
	color: #748c43;
}
.menu strong {
	color: #a6141a;
}

li.menu-current { display:none; }

.content {
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	text-align: justify;
	clear: right;
}

.footer {
	display: none;
	padding-top:100px;
	clear: both;
	font-size: 10px;
	color: #666666;
	text-align: left;
	line-height: 1.3em;
}
.powered_by {
	text-align: center;
	font-size: 10px;
	padding-top: 2px;
}
