body {
	font-family: verdana;
	font-size: 11px;
	margin: 0;
	padding: 0;
	background: #435866 url(img/body_bg.jpg) repeat-x;
}

p, h2, img, ul, form {
	margin: 0;
	padding: 0;
}

p {
	line-height: 13px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
        cursor:hand;cursor: pointer;
}

ul {
	list-style: none;
}

.hidden {
	display: none;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.last {
	border: 0 !important;
}

blockquote {
	background: #F4F4F4;
	padding: 10px;
}

a img {
    border:none;
}

/* --- Wrap --- */

#wrap {
	width: 800px;
	margin: 0 auto;
	padding-top: 59px;
}

/* --- Top --- */

#top {
	width: 100%;
}

#top h2 {
	background: url(img/logo.jpg);
	width: 305px;
	height: 136px;
}

/* --- Menu --- */

#menu {
	width: 794px;
	height: 42px;
	border: #526878 3px solid;
	border-bottom: 0 !important;
	background: url(img/menu_bg.jpg);
}

#menu li {
        display: inline;
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;	
}

#menu li a {
        float: left;
	line-height: 42px;
	font-weight: bold;
        margin: 0px 25px 4px 15px;
	color: #fff;
        font-size: 10px;
}

#menu li a:hover {
         border-bottom: 7px solid #FFA510;
         padding-top: 7px;
         line-height: 28px; 
         color: #FFA510;
         text-decoration:none;
}

.current_page_item a {

}

/* --- Content Wrap --- */

#content_wrap {
	width: 100%;
	background: url(img/content_wrap.gif);
	padding-bottom: 20px;
}

#content_wrap a {
	color: #0066CC;
}

#content_wrap h2 a {
	color: #000;
}

/* --- Left --- */

#left {
	width: 200px;
	float: left;
	padding: 0 15px;
}

#left h2 {
	font-size: 13px;
	margin: 15px 0pt 0pt 0pt;
	font-family: "Trebuchet MS";
}

#left ul {
	padding: 15px 10px 10px 10px;
}

#left ul ul {
	padding: 3px 0 0 5px;
}

#left ul ul li {
	line-height: 18px;
	background: url(img/li.gif) no-repeat 0 6px;
	padding-left: 10px;
}

#leftfoot {
        padding-left: 15px;
        padding-top: 10px; 
        line-height: 25px;
}

.sear {
	background: none !important;
	padding: 0 !important;
}


/* --- Right --- */

#right {
	width: 517px;
	float: left;
	padding: 0 20px;
         overflow: hidden;
}

#right h2 {
	margin:30px 0pt 0pt;
	font-size: 24px;
	font-family: verdana;
	font-weight: normal;
}

#right ul {
	padding-left: 50px;
}

#right ul li {
	list-style: disc;
}

#right p {
	padding: 10px 0;
	line-height: 16px;
}

p.details {
	padding: 0 !important;
        font-size: 9px;
}

#more_posts {
	padding: 20px 0;
	font-weight: bold;
}

.quickfact {
	float: right;
	background-color: #ededed;
	border: 1px dashed #000000;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 10px;
	padding-top: 5px;
	padding-right: 5px;
	margin: 5px;
}

/* --- Comments --- */

.comment {
	width: 80%;
	background: #F5F5F5;
	border: #D9D9D9 1px solid;
	padding: 10px;
	margin: 10px auto;
}

.comment p {
	padding: 0 0 5px 0 !important;
}

#right label {
	padding-left: 10px;
}

#right form p {
	padding: 0 0 5px 0 !important;
}

.if {
	padding-bottom: 10px;
}


/* --- Footer --- */

#footer {
	width: 100%;
	clear: both;
	text-align: center;
	padding: 10px 0 50px 0;
	background: url(img/fotter_bg.jpg) no-repeat;
        font-size: 9px;
}

#footer p {
	line-height: 18px;
	color: #fff;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}


/* --- Fix --- */

#content_wrap:after,
.f_bellow:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


