body {background: #eaeaea;}
td {
	font: 65% Verdana, Helvetica, sans-serif;
	color: #000000;
}

.wrap_all {
	width: 950px;
	border-right: 1px solid #ee3b33;
	background: #fcfcfc;
	position: absolute; top: 0px; left: 0px;
}
.wrap_left {
	width: 184px;
	height: 450px;
	float: left;
}
.logo {
	width: 100%;
	text-align: left;
}
.logga {
	width: 175px;
	text-align: left;
}
.top {
	width: 100%;
	text-align: right;
}
.top_banner {
	width: 100%;
}
.wrap_right {
	width: 760px;
	float: right;
}
.wrap {
	width: 100%;
	text-align: left;
	position: relative; top: -4px; left: 0px;
	border-top: 5px solid #ee3b33;
}


/* menu block start */
.menu {
	width: 184px;
	text-align: left;
	border-bottom: 5px solid #ee3b33;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #cccccc;
}

#menu_container{	
	margin: 0px 0 0 12px;
}
#menu_item{margin: 0; padding: 0; list-style-type: none;}
#menu_item a{
	display: block;
	padding: 2px 0 2px 3px; 
	text-decoration: none; 
	font: 75% Verdana, Helvetica, sans-serif;
	font-weight: bold;
	height: 100%; 
	margin-top: 1px;
	background: #cccccc;
}
#menu_item ul{list-style-type: none;} 
#menu_item ul a{padding: 1px;}	
#menu_item a:link{color: #FFFFFF;}
#menu_item a:visited{color: #FFFFFF;}
#menu_item a:hover{background: #ee3b33;}	
#menu_item a#current{background: #ee3b33;}


/* main block start */
.wrap_main {
	width: 100%;
	
}
.main {
	width: 470px;
	padding: 15px;
	float: left;
	text-align: left;
	font: 75% Palatino Linotype, Verdana, Helvetica, sans-serif;
	color: #333333;
}
.main h1 {
	font: 130% Helvetica, Verdana, sans-serif; 
	font-weight: bold;
}
.main h2 {
	font: 100% Helvetica, Verdana, sans-serif; 
	font-weight: bold;
}
.main a { font: 100% Palatino Linotype, Verdana, Helvetica, sans-serif; font-weight: bold;}
.main a:link { color: #ee3b33; text-decoration: none; }
.main a:visited { color: #ee3b33; text-decoration: none; }
.main a:active { color: #ee3b33; text-decoration: none; }
.main a:hover { color: #ee3b33; text-decoration: underline;}

		
.footer {
	width: 100%;
	clear: both;
	background: #ee3b33;
	text-align: left;
	position: relative; top: 0px; left: 0px;
}
.footer div {
	padding: 3px;
	padding-left: 210px;	
	font: 65% Verdana, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
}
.footer a { font: 102% Helvetica, Verdana, sans-serif;font-weight: bold;}
.footer a:link { color: #ffffff; text-decoration: none; }
.footer a:visited { color: #ffffff; text-decoration: none; }
.footer a:active { color: #ffffff; text-decoration: none; }
.footer a:hover { color: #ffffff; text-decoration: underline; }
/* main block end */



/* news block start */
.news {
	width: 220px;
	padding: 15px;
	text-align: left;
	float: right;
	font: 75% Palatino Linotype, Verdana, Helvetica, sans-serif;
	color: #333333;
}
.n_top {background: #fcfcfc;}
.n_bottom {background: #fcfcfc;}

.n1{
	margin: 0 5px;  
	height: 1px; 
	overflow: hidden; 
	background: #666666; 
	border-left: 1px solid #666666; 
	border-right: 1px solid #666666;
}
.n2{
	margin: 0 3px; 
	height: 1px; 
	overflow: hidden; 
	background: #fcfcfc; 
	border-left: 1px solid #666666; 
	border-right: 1px solid #666666;
	border-width: 0 2px;
}
.n3{
	margin: 0 2px; 
	height: 1px; 
	overflow: hidden; 
	background: #fcfcfc; 
	border-left: 1px solid #666666; 
	border-right: 1px solid #666666;
}
.n4{
	margin: 0 1px; 
	height: 2px; 
	overflow: hidden; 
	background: #fcfcfc; 
	border-left: 1px solid #666666; 
	border-right: 1px solid #666666;
}
.news_content {
	padding: 5px;
	padding-top: 1px;
	background: #fcfcfc;
	border-left: 1px solid #666666; 
	border-right: 1px solid #666666;
}
.news_content h2 {
	font: 110% Helvetica, Verdana, sans-serif;
	color: #333333;
	font-weight: bold;
	line-height: 0%;
}
.news_head {
	float: left;
	font: 100% Palatino Linotype, Verdana, Helvetica, sans-serif;
	font-weight: bold;
}
.news_content a { font: 100% Palatino Linotype, Verdana, Helvetica, sans-serif;}
.news_content a:link { color: #ee3b33; text-decoration: none;}
.news_content a:visited { color: #ee3b33; text-decoration: none;}
.news_content a:active { color: #ee3b33; text-decoration: none;}
.news_content a:hover { color: #ee3b33; text-decoration: underline;}
/* news block end */

.image {
	width: 230px;
	padding: 15px;
	text-align: right;
	float: right;
}

.button {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 100%;
	color: #333333;
	font-weight: bold;
	border: 1px solid #333333;
	background-color: #FFFFFF;	
}
.input {
	border: 1px solid #333333;
	background-color: #FFFFFF;
}
.border_no {
	border: 0px;
}
.border_yes {
	border: solid 1px #000000;
}

