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

body{
	margin:0px;
	background:url(img/bkg.gif) repeat-x;
	font-family:Verdana;
	font-size:11px;
	color:#2d2d2d;
}

#main{
	width:910px;
	margin-left:auto;
	margin-right:auto;
	margin-top:46px;
	background:url(img/bkg_content.png) repeat-y center;
	margin-bottom:50px;
}

#main #top{
	background:url(img/bkg_top.gif) top no-repeat;
	height:103px;
	padding-left:40px;
}

#main #top #logo{
	margin-top:24px;
	border:0px;
}

#main #top #slogan{
	margin-left:30px;
}

#main #content{
	padding-top:20px;
	padding-left:40px;
}

#main #content #left{
	width:556px;
	float:left;
}

#main #content #menu img{
	float:left;
}

#main #content #menu a{
	background:url(img/bkg_btn.gif) repeat-x;
	color:#ffffff;
	text-decoration:none;
	height:26px;
	padding-top:5px;
	display:block;
	float:left;
	padding-left:8px;
	padding-right:8px;
	margin-right:1px;
	font-size:12px;
}

#main #content #menu #on{
	background:url(img/bkg_btn.gif) repeat-x;
	color:#ffffff;
	font-weight:bold;
	height:26px;
	padding-top:5px;
	display:block;
	float:left;
	padding-left:8px;
	padding-right:8px;
	margin-right:1px;
	font-size:12px;
}

#main #content #txt{
	margin-top:40px;
	padding-left:10px;
	padding-right:10px;
	text-align:justify;
	width:490px;
}

#main #content #txt h1{
	font-size:18px;
}

#main #content #txt h2{
	font-size:12px;
	color:#0a51a1;
	border-bottom:1px solid;
	margin-bottom:8px;
	margin-top:15px;
}

#main #content #txt a{
	color:#0a51a1;
	text-decoration:none;
}

#main #content #txt a:hover{
	text-decoration:underline;
}

#main #content #txt .rea{
	margin-right:5px;
	border:1px solid #2d2d2d;
}

#main #content #txt #partner{
	text-align:center;
	float:left;
}

#main #content #txt #partner img{
	border:0px;
}

#main #content #txt #partner img{
	padding-right:10px;
	padding-bottom:10px;
}

#main #content #postit{
	width:252px;
	height:170px;
	background:#ffe95e url(img/bkg_postit.gif) bottom right no-repeat;
	float:left;
	font-size:12px;
	color:#000000;
	padding-left:18px;
	padding-top:10px;
}

#main #content #postit .red{
	color:#ff0000;
	font-weight:bold;
}

#main .photo1{
	background:url(img/photo1.jpg) center no-repeat;
	height:298px;
	clear:left;
}

#main .photo2{
	background:url(img/photo2.jpg) center no-repeat;
	height:298px;
	clear:left;
}

#main #footer{
	background:url(img/bkg_footer.gif) no-repeat;
	text-align:center;
	padding-top:7px;
}

#main #footer a{
	text-decoration:none;
	color:#2d2d2d;
}

#main #footer a:hover{
	text-decoration:underline;
}



