@charset "utf-8";
/* CSS Document */

body { 
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 auto;
	}

img {
	border: none;
	}	

a {
	text-decoration: none;
	}
	 
#main {
	width: 950px;
	height: 630px; 
	margin: 0 auto;
	}
	  
#left_menu {
	width: 155px;
	height: 620px;
	float: left;
	}

.content {
	width: 356px;
	height: 620px;
	float: left;
	margin-left: 15px;
	}
		
.content_up { 
	width: 356px;
	height: 120px;
	font-size: 10px; 
	color: #336666; 
	padding-top: 25px;
	}
	
.content_down {
	width: 356px; 
	height: 486px; 
	float: left;
	}

.links {
	width: 356px;
	height: 162px;
	float: left;
	}

.picture {
	height: 140px;
	padding-bottom: 1px;
	margin-bottom: -1px;
	}

.title {
	height: 20px; 
	background: #37BEBC; 
	}

.title a {
	color: #FFFFFF;
	font-size: 16px;
	}	
	
.title a:hover {
	color: #666666;
	}
	
	
#ikon { 
	height: 135px;
	width: 89px;
	margin-right: 9px;
	float: right;
	}
	
	
#footer { width: 897px; float: left; height: 53px; margin-top: 12px; }
#footer_left { width:164px;  float: left; background: #FFFFFF; height: 30px;}
#footer_right { float: left; background: #37BEBC; height: 30px; margin-left:6px; width:727px;}
#footer_text { float: right; margin-top: 5px; margin-right: 10px; }
#footer_text a { font-size: 10pt; color:#333333; }
#footer_text a:hover { color: #FFFFFF; }
#footer_bottom {height: 23px; clear: both; font-size:9pt; }
#rf { float: right;   margin-top: 3px;}
#rf a { color:#333333;}
#rf a:hover { color: #37BEBC; }		