* {
	margin: 0;
	padding: 0;
}

body {
	font: 62.5%/1.5 Arial, Helvetica, sans-serif;
	padding: 20px;
	background: #4C2A20 url(../images/5bg.gif);
}

p, h2, h3 {
	font-size: 1.2em;
	color: #FFFFFF;
	padding-bottom:15px;
	text-align:justify;
}
h3{
	border-top: 1px solid #fff;
	padding-top: 15px;
}
input, select, textarea {
	font-size: 1.0em;
}
a {
	color: #FFFFFF;
}

#container {
	margin: 0 auto;
	width: 704px;
}

#container2 {
	margin: 0 auto;
	width: 704px;
	text-align:center;
	padding-top: 50px;
}
	#container2 p {
		text-align:center;
	}

#header {
	background: url(../images/headtile.gif) top left repeat-x;
}
	#header img {
		display:block;
		float:left;
	}

#subscribe {
	float:right;
}
	#subscribe img {
		float:none;
	}
	#subscribe div {
		float:right;
	}
	#subscribe div #bt {
		margin:38px 0 0 5px;
	}
	#subscribe div #em {
		margin:41px 0 0 5px;
	}

#content { 
	clear:both;
	background: #333 url(../images/bodybg.gif) top left repeat-y; 
}
	#content div { 
		background: url(../images/bodyhead.gif) top left no-repeat; 
	}
		#content div div {
			background: url(../images/bodyfoot.gif) bottom left no-repeat;
			padding:10px 14px 30px 10px;
		}
		
	#content img.mainimg {
		float:right;
		display:block;
		margin-left:10px;
	}

/*
---- Clearfix
*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
