/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

body{
	text-align: center;
	background: #E2E2E2 url(img/bg.gif);
	font-family:  Verdana, Arial, Trebuchet ms, sans-serif;
}

#container{	
	margin: 0px auto 0px auto;
	position: relative;
	width: 820px;
	text-align: left;
	font-size: 14px;
	font-style: normal;
}

#header {
	background-color:#E2E2E2;
	height: 196px;
	width: 820px;
	position:relative;
	padding: 0px;
		
}


#guts {
	background-color: #E2E2E2 ;
	background-image: url("img/body_bg.gif");
 	background-repeat: repeat-y;
 	background-position: center;
	padding: 20px 50px 30px 50px;	
}


#guts ul {
	list-style-type: decimal;
	font-weight: bold;
	color: #ff0000; 
}

#guts ul li {
	margin-left: 45px;
	padding-top: 9px;
		
}

#guts ul li p2 {
	font-size: x-small;

}


#diagram {
	text-align:center;
}

#table ul {
	list-style-type: decimal;
		font-weight: bold;	
}

#table ul li {
	margin-left: 34px;
	padding-bottom: 4px;
	padding: 2px 0 4px 2px
}

#important {
	background-color: #FFFF99;
	border-color: #FF6600;
	border-style: dashed;
	margin: 25px auto 25px auto;
	padding: 15px 20px 15px 23px;
	border-width: 5px;
}

#quote {
	margin: 15px auto 0px auto;
	position:relative;	
	padding: 10px 15px 10px 15px;
	background-color: #E9FFDF;
	border: 1px solid #ff0000;
}

#quote a {
	color: #000000;
	
}

#guarantee {
	margin: 15px auto 0px auto;
	position:relative;	
	padding: 10px 10px 20px 10px;
	background-color: #FFFFCC;
	border-style: dashed;
	border-color: #000000;
	
}

p {
	font-weight: normal;
}

p1 {
	font-weight: normal;
	background-color: #FFFF66;
}

h1 {
	text-align: center;
	padding: 18px 0 8px 0px;
	font-size: 40px;
	color: #ff0000;
	font-weight: bold;
}

h2 {
	text-align:left;
	padding: 0 0 5px 10px;
	font-size: 34px;
	color: #082477;
	font-weight: bold;
}

h3 {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 34px;
	color: #082477;
	font-weight: bold;
	letter-spacing: -1px;
}	

h4 {
	text-align: left;
	padding-top: 6px;
	padding-bottom: 5px;
	font-size: 20px;
	color: #CC0000;
	font-weight: bold;
	text-decoration: underline;
}

h5, h5 a {
	text-align: center;
	padding: 30px 0 0 0 ;
	margin-top: 0px;
	font-size: 20px;
	color: #CC0000;
	font-weight: bold;
	letter-spacing: .02em;
}

h5 a:hover {
	color: #CC0000;
	font-size: 22px;
}

h6 {
	text-align: left;
	font-size: 16px;
	color: #082477;
	font-weight: bold;
}

#footer {
	background-color: #E2E2E2;
	background-image: url("img/footer.gif");
	background-repeat: no-repeat;
	height: 140px;
	width: 820px;	
	padding-bottom: 30px;	
}

#button {
	padding-top: 20px;
	padding-left: 538px;
}

#footer p {
	padding: 10px 0 0px 0;
	font-size: 13px;
	color: #000000;
	text-align: center;
	font-weight: bold;
}

#footer a {
	padding-top: 10px;
	font-size: 13px;
	color: #0000CC;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
}
