body{
	margin:3 0;
	background-image:url(../images/bkgrnd/gradient.jpg);	
	background-repeat:repeat-x;
	background-position: left top;	
	background-color: #F0F6EA;
}

#wrapper{
    margin: 0 auto; /*return to normalcy*/
	text-align: centre;
	width:653px;
}

#heading{
	text-align: left;
	background-color:#FFFFFF;
	height: 180px;
	width: 653px;
	display:inline-block;
}

#menu{
	text-align: left;
	font-family: Arial;
	font-size: 10px;
	background-color: #CCCCCC;
	height: 30px;
	width: 653px;
}

#content{
	background-color: #FAFBF6;
	background-image: url(../images/bkgrnd/gradient1.jpg);
	background-repeat: repeat-x;
	border: 1px solid #333333;
	height: auto;
	width: 631px;
	position: relative;
	text-align: justify;
	padding: 10px;
	float: left;
	z-index: 9;
	font-family: Arial;
	font-size: 14px;
	color: #333333;
}

h1{
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

h2{
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}


#menub{
	position:relative;
	float:left;
	height:30px;
	width:653px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
}
