/*	##################################
   	GENERAL
	################################## */
*	{
	margin:0;
	padding:0;
	}
html, body {
	height: 100%;
}
body {
	background:#2c2b30 no-repeat top center;
	color: #fff;
	font: 11px Verdana,arial, sans-serif;
}
a {
	color: #eee;
}
a:hover	{
	color:#fc0;
	}
#header	a,#footer a	{
	color:#eee;
	}
#header	a:hover,#footer a:hover	{
	color:#fc0;
	}
p {
	padding: 0 0 12px 0;
}

a img {
	border:none;
	}
a img.logo {
	vertical-align:middle;
	}
a em	{
	text-indent:-9999px;
	overflow: hidden;
	display:block;
	}
/*	##################################
   	BASIC LAYOUT
	################################## */
#page {
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -90px; /* the bottom margin is the negative value of the footer's height */
	background:#444 url("../images/369.jpg");
}
#menubar	{
	width: 960px;
	height: 69px;
	background:#000000 url("../images/menubar1.jpg") no-repeat;
	}
#header {
	width: 960px;
	height: 340px;
	background:#333 url("../images/header.jpg") no-repeat;
	position:relative;
}
#mast	{
	width: 960px;
	height: 85px;
	background:#000000 url("../images/mast.jpg") no-repeat;
	color:#000;
	}
#featured	{
	width: 900px;
	padding:15px 30px;
	height: 300px;	
	}
#featured img	{
	float:left;
	padding:15px;
	}
.more a {color:blue;}
.more a:hover {color:white;}
.more	{float:right;}
/****************BEGIN MENU AREA***************************************************/
ul#topnav {
	margin:0; padding: 0;
	float: left;
	width: 960px;
	list-style: none;
	position: relative;
	/*font-size: 1.2em;*/
	font: bold 12px Verdana,arial, sans-serif;
	background: url(../images/topnav_stretch.gif) repeat-x;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	/*border-right: 1px solid #555;*/
}
ul#topnav li a {
	padding: 10px 30px;
	display: block;
	color: #f0f0f0;
	text-decoration: none;
}
ul#topnav li:hover { background: #705e44 url(../images/topnav_active.gif) repeat-x; }
ul#topnav li span {
	float: left;
	padding: 10px 0;
	position: absolute;
	left: 0; top:34px;
	display: none;
	width: 960px;
	background: #f8cc07;
	color: #000;
	-moz-border-radius-bottomright: 10px;
	-khtml-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
}
ul#topnav li:hover span { display: block; }
ul#topnav li span a { display: inline; color:black;}
ul#topnav li span a:hover {text-decoration: underline;}
/****************END MENU AREA***************************************************/

#content {

}
#main {
	float: left;
	width: 650px;
	padding:30px 25px 25px;
	background:transparent url("../images/main.jpg") no-repeat;
	min-height:300px;
	/*background: rgba(50, 150, 100, 0.5);*/
}
#main p, #main ul, #main ol, #main dl	{
	line-height:18px;
	}
#main ul,#main ol	{
	margin-left:35px;
	}
#left	{
	width:315px;
	/*background: rgba(75, 150, 100, 0.5);*/
	float:left;
	}
#right	{
	width:315px;
	/*background: rgba(100, 150, 100, 0.5);*/
	float:right;
	}
#sidebar {
	padding:30px 25px 25px;
	float: right;
	width: 210px;
	background:transparent url("../images/sidebar.jpg") no-repeat;
	/*background: rgba(150, 150, 100, 0.5);*/
}

/*	##################################
   	HEADINGS
	################################## */
h1,h2,h3, h4, h5, h6 {color:#fff;}
h1#blog-title {
	text-indent:-9999px;
	line-height: 1;
	font-size: 16px;
	font-weight: normal;
	overflow: hidden;
}
h1#blog-title a {
	color: #fff;
	text-decoration: none;
}
h1, h2 {
	padding: 0 0 10px 0;
	font-family: Verdana,arial, sans-serif;
	font-weight:bold;
}
h2 {
	font-size: 20px;
}
h3, h4, h5, h6 {
	padding: 0px 0 5px 0;
	font-family: Verdana,arial, sans-serif;
}
h3 {
	font-size: 16px;
	}

/*	##################################
   	CONTENT
	################################## */

/*	##################################
   	FOOTER
	################################## */
#footer, .push {
	height: 50px; /* .push must be the same height as .footer */
}
#footer {
	clear:both;
	width: 900px;
	margin: 0 auto;
	padding: 20px 30px;
	background:#000 url("../images/bg-footer.png") no-repeat;
	color:#666;
	line-height:25px;
	font-size:11px;
	font-family:Verdana,arial, sans-serif;
}
#footer p {
	padding:0;
}
#legal	{float:left;padding:0;line-height:15px;}
#designed	{float:right;padding:0;line-height:15px;}
/*	##################################
   	USEFUL
	################################## */
.clear {
	clear: both;
}
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
/** CSS BASIC ELEMENTS */
hr {
	clear: both;
	height: 1px;
	margin: 20px 0;
	background: #ac6219;
	border: none;
}
fieldset {
	padding: 0 20px 20px 20px;
	border: none;
}
.floatLeft	{
	float:left;
	padding:0 5px 5px 0;
	}
.floatRight	{
	float:right;
	padding:0 0 5px 5px;
	}
a[href^="mailto"] 		{padding:0 18px 0 0; background: transparent url("../images/icon_mailto.gif") no-repeat center right; }
/*a[href$='.pdf'] 		{padding:0 18px 0 0; background: transparent url("../images/icon_pdf.gif") no-repeat center right;}*/

tr {vertical-align:top;}.center {
	text-align: center;
}
