* {
	margin: 0;
	padding: 0;
}

body {
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #eee;
	background-image: url(backgroundpix2.jpg);
	background-position: right;
}

a {
text-decoration: none;
color: #FFE788;
}
a:hover {
text-decoration: none;
color: #eee;
}

#wrap {
	margin: 20px auto;
	width: 800px;
}

#header {
	height: 120px;
	line-height: 40px;
	background-image: url(../OTHER/MW%20Website/siteassistpro_images/meena_wells_banner.jpg);
	background-position: top left;
}
#header h1 {
color : #fff; 
font-size: 50px;
letter-spacing: -7px;
}

#left {
	margin-top: 10px;
	float: left;
	width: 160px;
	font-size: 13px;
	padding: 10px;
	border-color: #FFFFFF;
	border: white;
	border-width: 2;
	background-image: url(images/navbar.jpg);
	background-color: #3d2e4c;
}
#left ul {
	list-style-type: square;
	padding: 5px 0 10px 30px;
	color: #6699FF;
}
#left h2 {
	font-size: 20px;
	font-weight: 100;
	letter-spacing: -2px;
	padding: 5px 0 5px 0;
}

#right {
margin-top: 10px;
float: right;
width: 580px;
text-align: justify;
padding: 10px;
}
#right h2 {
	font-weight: 100;
	letter-spacing: -2px;
	font-size: 28px;
	padding: 15px 0 10px 0;
	border-color: #FFFFFF;
	border: 10px 10px 10px 10px;
}
#right h2 a {
}
#right h2 a:hover {
	color: #fff;
	text-decoration: none;
}

#footer {
	font-size: 11px;
	text-align: center;
	margin-top: 30px;
	padding: 5px 0;
}
