* {
	margin:0;
	padding:0;
}

body{
	text-align:center;
	background-image:url('../images/bckgrndGradient.gif');
	background-repeat:repeat-x;
	background-color:#ffffff;
}

div#wrapper{
	
	width:1000px;
	margin:auto;
	margin-top:40px;
	display:block;
	overflow:hidden;
}

div#leftSideWrapper{
	float:left;
}
div#header{
	background-image:url('../images/headerLogo.gif');
	background-repeat:no-repeat;
	height:280px;
	width:584px;
}
div#mainContentArea{
/*
	border:2px solid green;
*/
	margin:0;
	padding:0;
	height:456px;
	width:584px;
	background-image:url('../images/contentAreaBackground.jpg');
	background-repeat:no-repeat;
}
div#footer{
	margin:auto;
	width:630px;
}
div#footer p.small{
	text-align:justify;
	margin-top:5px;
	font-size:.8em;
	color:#8A7870;
	width:630px;
}
div#bottomMenu {
	margin-top:15px;
	margin-bottom:10px;
}
div#bottomMenu a:link,div#bottomMenu a:visited {
	color:#695850;
	text-decoration:none;
	padding:0 6px 0 6px;
}
div#bottomMenu a:hover {
	font-weight:bold;
	color:#695850;
	text-decoration:underline;
	padding:0 6px 0 6px;
}
div#servicesOffered{
	z-index:0;
	padding-left:305px;
	padding-top:222px;
	width:280px;
}
div#servicesOffered p {
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.6em;
}
div#smallBox{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:1.0em;
	color:white;
	margin:162px 0 0 50px;
	padding:5px 0 5px 10px;
	float:left;
	width:200px;
	min-height:80px;
}

div#smallerBox{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:1.0em;
	color:white;
	margin:40px 0 0 10px;
	padding:5px 0 5px 10px;
	float:left;
	width:200px;
	min-height:80px;
}
div#twitterDiv{
	padding:20px 0 0 20px;
	margin:0 auto 0 auto;
}
