
/* CSS Document */



/* Import main breakdown template */
/* Style individual elements */

a {
	color: #921f00;
}

div#main_menu {
		background-image: url(../image/excess_bg_menu_autumn.png);
}

span.policy_top {
	background-image: url(../image/bg_policy_top_8style.png);
	display: block;
	width: 180px;
	height: 10px;
	background-color: #9cd3e7;	
}

div.policy_header {
	background-color: #9cd3e7;
}

div.policy_price {
	padding: 7px;
	background-color: #6c96a6;
	color: #FFFFFF;
	font-weight: bold;
	height: 180px;
}

div.policy_footer {
	background-color: #9cd3e7;
	padding-top: 10px;
	clear: both;
	padding-left: 5px;
}

span.policy_bottom {
	background-image: url(../image/bg_policy_bottom_8style.png);
	display: block;
	width: 180px;
	height: 10px;
	margin-bottom: 15px;
}

div#footer {
	background-color: #ff821c;
	clear: both;
	width: 775px;
	margin-bottom: 10px;
	color: #FFFFFF;
	font-size: .7em;
	text-align: center;
}

span#footer_top {
	display: block;
	background-image: url(../image/bg_footer_top_autumn.png);
	background-repeat: no-repeat;
	height: 10px;
	background-color: #ff821c;
	width: 775px;	
}			

span#footer_bottom {
	display: block;
	background-image: url(../image/bg_footer_bottom_autumn.png);
	background-repeat: no-repeat;
	height: 12px;
	background-color: #ff821c;
	width: 775px;	
}

div#footer a {
	color: #FFFFFF;
}	

/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
 
h1 {
color: #ffffff;
font-size: 20px;
font-weight: bold;
margin-bottom: 18px;
}
 
h2 
{
color: #921f00;
font-size: 20px;
font-weight: bold;
margin-bottom: 18px;
}
 
h3 {
color: #921f00;
font-size: 12px;
font-weight: bold;
margin-bottom: 12px;
}
 	