/* CSS Document */

body {
	margin:0 auto; 
	background-image: url(../images/bg.jpg);
	padding: 0; 
}

a:link, a:visited, a:active {
	color:#666666;
	text-decoration:none;
}
a:hover {
	color:#072E69;
	text-decoration:underline;
}
#container {
	margin: 0 auto;
	margin-top:9px;
	width: 775px;
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif, "MS Sans Serif";
	color:#333;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}	
#top-header {
	height:75px;
}
#top-left {
	float:left;
	width:200px;
}
#top-right{
	margin-left: 30px;
	margin-top:40px;
	width:520px;
	float:left;
}
#reset {clear:both;}

#body-main { }
#body-left {
	width:226px;
	float:left;
}
#body-right {
	width:549px;
	float:left;
}
#body-left1 {
	width:175px;
	float:left;
}
#body-right1 {
	width:540px;
	float:left;
	background-image:url(../images/home-bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding: 15px 20px 60px 40px;
}
#left-nav {
	margin-bottom:10px;
	text-align:right;
}
#body-right-inside {
	width:524px;
	float:left;
	background-image:url(../images/main_img_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding: 15px 10px 10px 15px;
}
#body-right-blog {
	width:100%;
	float:left;
	background-image:url(../images/main_img_bg.jpg);
	background-position:top;
	background-repeat: repeat-x;
	padding: 15px 0 10px 0;
}

#footer {
	text-align:center;
	vertical-align:middle;
	padding:3px;
	font-family: Verdana, Arial, Helvetica, sans-serif, "MS Sans Serif";
	color:#666666;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
#footer li {
	display:inline;
}

#testi {
	padding:10px 10px 10px 10px;
	margin-bottom:20px;
	background-color:#D7EDF8;
}
