body{
	font-size:1em;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		color:yellow;
}

#awrapper{
width:90%;
max-width:1200px;
margin: 20px auto;
}

#aheader{
 width:60%;
 float:left;
}

#bheader{
	width:60%;
 margin:auto;
}

#acontact{
	width:20%;
	float:right;
	font-size:1.1em;
}
#acontent{
	width:60%;
	margin:auto;
	clear:both;
	padding:10px;
}

#bcontent{
	width:25%;
	margin:auto;
	/* clear:both; */
	margin-top:20px;
	padding:10px;
	float:right;
	text-align:center;
}
#bbcontent{
	width:97%;
	/* margin:auto; */
	
	clear:both;
	margin-top:350px;
	padding:10px;
	
	/*text-align:center;*/
}

.half {
	width:46%;
	margin:1% 0.5% 1% 1%;
	float:left;
	padding:10px;
}

.half img{
	width:100%;

	 -webkit-border-radius:10px;
		-moz-border-radius:10px;
			 border-radius:10px;
}

.half p{
	padding-bottom:10px;
}

.footer{
	clear:both; width:99%;
}


.lefty{float;left;}

h1{
	padding-top:10px;
	color:#FFFF00;
	text-align:center;
	font-size:3.5em;
	font-weight:normal;
	font-style:italic;
}

h2{
	color:#FFFF00;
font-weight:normal;
font-size:1.2em;
font-style:italic;
}

#acontent h3, #bbcontent h3 {
	font-size:1.2em;
	margin:25px 0;
	font-weight:normal;
	font-style:italic;
	color:yellow;
}


#inset{
	width:90%;
	margin:auto;
	font-size:0.8em;
}

.pusher2{
	height:20px;
	clear:both;
	color:yellow;
}

.yellow{color:yellow;}
