body{

	background-image: url('images/bg.png');
}

p{

	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #484848;
	margin: 0;
}

a{
	
	text-decoration: none;
	color: #561818;
}

a:hover{
	
	text-decoration: underline;
	color: #561818;
}

ul{

	list-style: none;
	margin: 0;
	padding: 0;
}

li{
	display: inline;
	margin-right: 25px;
	padding: 0;
}

div.large{
	width: 706px;
	margin-left: auto;
	margin-right: auto;
}

div#top_banner{
	
	height: 56px;
	background-image: url("images/top_banner.png");
	background-repeat: no-repeat;

}

div#banner{
	height: 127px;
	background-repeat: no-repeat;
}

div#menus_bg{
	height: 87px;
	background-image: url('images/topmenus_bg.png');
	background-repeat: no-repeat;
}

div#action{
	
	background-image: url('images/action_bg.png');
	background-repeat: repeat-y;

}

div#right_part{

	float: right;
	min-height: 300px;
	width: 200px;
	text-align: justify;
	margin-right: 0px;
}

div#top_art{
	
	background-image: url("images/side_top_art.png");
	background-repeat: no-repeat;
	background-position: 44px 0;
	height: 84px;

}

div#side_menu{
	
	min-height: 100px;
}

div#bottom_art{
	
	background-image: url("images/side_bottom_art.png");
	background-repeat: no-repeat;
	height: 99px;
	padding-left: 100px;

}

div#action_text{

	min-height: 300px;
	width: 450px;
	text-align: justify;
	margin-left: 20px;
}

div#action_text p{
	
	padding-bottom: 20px;
	font-size: 14px;
}

div#footer{
	
	background-image: url('images/footer_bg.png');
	background-repeat: no-repeat;
	height: 60px;
}
div#footer p{
	
	text-align: center;
	padding-top: 15px;
	color: #561818;
}

div#menus{
	
	padding: 20px 0 0 20px;
}

div#side_menu a{
	
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
	color: #bf0000;
	margin-left: 25px;
}

div#side_menu a:hover{
	
	border-bottom: 2px solid #ffe38d;
}

div#side_menu ul{

	list-style: none;
	margin: 0;
	padding: 0;
}

div#side_menu li{
	display: block;
	padding: 0;
	
}

div#action_text p.raw_title{
	
	font-family: seriff;
	font-weight: bold;
	font-style: italic;
	font-size: 17px;
	color: #AB0A0A;
}

div#action_text ul{

	list-style: none;
	margin-left: 25px;
	padding: 0;
}

div#action_text li{
	display: block;
	padding: 0;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #484848;
}
