@charset "utf-8";

/* CSS Document */



/*------------------------------
Common
------------------------------*/

body {
	background: url(img/background.gif) #eee no-repeat top center;
}

a {
	color: #369;
	text-decoration: none;
}

a:visited {
	color: #f69;
}

a:hover {
	color: #d8cd25;
}

strong {
	font-weight: bold;
	color: #ff3131 ;
}

#wrapper {
	width: 888px;
	margin: 0 auto;
	}



/*------------------------------
Header
------------------------------*/

#header {
	width: 888px;
	height: 174px;
	background: url(img/head.gif) no-repeat top center;

}

/*------------------------------
Right
------------------------------*/
#right{
	width: 278px;
	margin: 25px 0 0 15px;
	float: left;
	font-size: 12px;
	color: #393939;
}


#right img{
	margin-bottom: 10px;	
}

#right p{
	line-height: 1.8em;
	margin: 0 0px 9px 15px;

}

#right li{
	background: url(img/list.gif) no-repeat;
	margin: 0 0 5px 25px;
	padding: 0 12px;
}

#right ul{
	margin-bottom: 15px;
	}
	
.sponser {
	font-size: 10px;
}

/*------------------------------
Left
------------------------------*/

#left{
	width: 548px;
	margin: 25px 0 0 25px;
	float: left;
	font-size: 12px;
	color: #393939;
}
#left img{
	margin-bottom: 10px;	
}

#left .pr{
	margin-left: 8px;	
	clear: both;	
}

#left p{
	line-height: 1.8em;
	margin: 0 35px 15px 15px;

}

#left li{
	background: url(img/list.gif) no-repeat;
	margin: 0 0 8px 15px;
	padding: 0 12px;
	display: block;
	width: 230px;
	float: left;
}

#left ul{
	margin-bottom: 20px;
}

#left dl{
margin-left: 40px;}

#left dt{
float:left;
padding-right:10px;
width:4em;
}


/*------------------------------
footer
------------------------------*/

#footer{
	background: url(img/foot.gif) no-repeat top center;
	height: 25px;
	width: 100%;
	clear:both;
} 



#list ol{
	margin-left: 20px;
	font-size: 10px;
	line-height: 1.5em;
	display: inline;
	width: 500px;
}

#list ol li{
	margin: 10px 0;
	background-image: none;
	display: inline;
		width: 500px;
}

#list ol ol{
	list-style: lower-roman;
}
