@charset "utf-8";
/* CSS Document */

*
{
	margin-top:0px;
}
.body
{
	background-image:url(../images/bg5.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#e0e0e0;
}

/* links */
a,a:link,a:visited {
  color:#355c9e;
  text-decoration:none;
}
a:hover{
  color:#216e06;
}
a img, img {
  border:none
}

#main
{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	
	
	
}
#header
{
	width:900px;
	height:auto;
}
#logo
{
	width:380px;
	height:90px;
	margin-top:15px;
}
.clear
{
	clear:both;
}
#cont
{
	width:900px;
}


#top_cont
{
	background-image:url(../images/top_cont.png);
	width:320px;
	height:10px;
}
#mid_cont
{
	background-image:url(../images/mid_cont.png);
	padding-left:8px;
}
#bot_cont
{
	background-image:url(../images/bot_cont.png);
	width:320px;
	height:10px;
}
#left_top
{
	background-image:url(../images/left_top.png);
	
	width:570px;	
	height:6px;
}
#left_mid
{
	background-image:url(../images/left_mid.png);
	padding-left:7px;
	background-repeat:repeat-y;
	width:570px;
	color: #F00;
	font-weight: bold;
	height: 300px;
}
#left_mid1
{
	background-image:url(../images/left_mid.png);
	padding-left:7px;
	background-repeat:repeat-y;
	width:570px;
	color: #F00;
	font-weight: bold;
	height: 465px;
}
#left_bot
{
	background-image:url(../images/left_bot.png);
	width:570px;
	height:10px;
}
.welcome {
	width: 570px;
	float: left;
}

.welcome2 {
	width: 320px;
	float:right;
	
}
.info {
	margin: 15px 0;
	font-size: 14px;
	color: #246EA7;
	padding: 9px 12px 15px 47px;
	background:  #fff url(../images/play.png) .5em .4em no-repeat;
	border: 1px solid #A7CEEC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow:0 0 6px #aaaaaa;
	-webkit-box-shadow:0 0 6px #aaaaaa;
	list-style: none;
} 

.wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}
#featureslit {
	z-index: 500;
	width: 100%;
	padding: 20px 0;
	left: -18px;
	margin-top:15px;
}
#featureslit a {
  color: #ffffff;
}
#featureslit p {
  color:#c6c6c6;
}
#footer
{
	width:890px;
	height:30px;
	background-image:url(../images/footer.png);
	padding-top: 13px;
	padding-left: 10px;
}

