body {
	margin: 0;
	padding: 10px 0 50px 0;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #000000;
	background-color:#E4E8E9;/*
	background-color:#F3F5F5;*/
	line-height: 1.5em;
	overflow: -moz-scrollbars-vertical;
	}
table {
	border: 0;
	font-size: 11px;
	}
img {
	border: 0;
	}
* html body {
	overflow: hidden;
	}
/* clear floats without structural markup (www.positioniseverything.net) */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end "clear floats without structural markup" */
.bold {
	font-weight: bold;
	}
#content_frame {
	position: relative;
	width: 770px;
	margin: 0 auto;
	padding: 15px 15px 10px 15px;
	background-color: #ffffff;
	text-align: left;
	}
* html div#content_frame {
	height: 100%;
	overflow-y: scroll;
	}
#top_menu{
	list-style: none;
	padding: 0;
	margin: 0 0 45px 0;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-family: arial, verdana, sans-serif;
	}
#top_menu li{
	position: relative;
	display: inline;
	margin: 0 8px 0 4px;
	}
#top_menu a{
	text-decoration: none;
	color: #504440;
	}
#top_menu .selected{
	color: #3A677B;
	}
.site_title {
	font-size: 14px;
	font-weight: normal;
	color: #3A677B;
	text-transform: uppercase;
	font-family: arial, verdana, sans-serif;
	margin: 0 0 10px 180px;
	letter-spacing: 0.05em;
	padding: 0;
	}
.site_subtitle {
	font-size: 14px;
    margin: 0 150px 25px 180px;
	color: #3A677B;
	}
.text_img {
	float: left;
	margin: 5px 0 0 20px;
	}
.text {
	margin: 0 150px 25px 180px;
	}
.page_img {
	margin: 20px 0;
	}
.img_preview  {
	float: left;
	width: 180px;
	margin-right: 10px;
	}
input.form_subject, textarea.form_text {
	width: 350px;
	}
#footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	background-color: #AFBBBF;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	line-height: 1.2em;
	color: #504440;
	}
@media screen {
	body>div#footer{
	position: fixed;
	}
	}
#real_footer{
	position: relative;
	top: 0;
	width: 770px;
	margin: 15px auto 0 auto;
	text-align: left;
	}
#real_footer a{
	text-decoration: none;
	color: #504440;
	}
#real_footer a.footer_logo{
	position: absolute;
	right: 0;
	top: 0;
	border: 0;
	}

.side_menu {
    float: left;
}

.side_menu_items {
    list-style-type: none;
    padding-left: 10px;
    font-size: 12px;
}

.side_menu_items a {
    text-decoration: none;
    color: #504440;
}

.logoimg	{
    position:relative;
    top:0px;
    left:10px;
    z-index:1;
    float:left;
}

