body {
	background-color: white;
         background-image: url(../img/red/bg_main.jpg);
         background-repeat: repeat-x;
         margin:0;
         padding:0;
         text-align:center;
         font:16px/1.3em helvetica, arial, verdana, sans-serif;
}
h2 {
	font-size: 1.6em;
	line-height: 1.4em;
	color: #6F6F6F;
	font-weight: normal;
}
h3{
	font-size:1.6em;
         font-weight: normal;
         color:#FFBF00;
         padding: 5px 0;
}
h4 {
         background: url(../img/red/bg_h4.jpg) top repeat-x;
         font-weight: normal;
	font-size: 1.2em;
	padding: 5px 0;
	color: #4F4F4F;
	border-top: 1px solid #ccc;
}
