body {
	background: black url('../i/background.jpg') no-repeat top center;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	font-family: Georgia, Helvetica, serif;
	font-size: 0.9em;
}

#header {
	background: transparent url('../i/header_bg.png') repeat-x;
	height: 150px;	
	margin: 0px 100px;
}
#header .logo {
	position: absolute;
	top: 50px;
	right: 110px;
}
#header .pageTitle {
	position: absolute;
	top: 80px;
	left: 115px;
}
#header .pageTitle h1 {
	display: none;
}

.menu {
	position: absolute;
	top: 150px;
	left: 90px;
	padding: 15px 0px;
	margin: 0;
}
.menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.menu li {
	float: left;
	list-style-type: none;
	background-image: url('../i/bullet.png');
	background-repeat: no-repeat;
	background-position: 0px 2px; 
	padding: 0px 14px 0px 24px;
}
.menu li.first {
	background: none;
}

/*rollover menus*/
#muHome { display: block; width: 42px; height: 15px; background: url('../i/menu_home.png') no-repeat 0 0; }
#muServices { display: block; width: 59px; height: 15px; background: url('../i/menu_services.png') no-repeat 0 0; }
#muClients { display: block; width: 47px; height: 15px; background: url('../i/menu_clients.png') no-repeat 0 0; }
#muFAQ { display: block; width: 32px; height: 15px; background: url('../i/menu_faq.png') no-repeat 0 0; }
#muContact { display: block; width: 53px; height: 15px; background: url('../i/menu_contact.png') no-repeat 0 0; }

#muHome:hover, #muServices:hover, #muClients:hover, #muFAQ:hover, #muContact:hover { background-position: 0 -15px; }
#muHome span, #muServices span, #muClients span, #muFAQ span, #muContact span { display: none; }

#content {
	background: transparent url('../i/page_bg.png') repeat-x;
	height: 700px;	
	margin: 0px 100px;
	padding: 5px;
	clear: both;
}
#content #left {
	float: left;
	width: 100%;
	margin-right: -240px;
}
#content #left .mainText {
	margin-right: 240px;
	margin-top: 40px;
	padding-left: 10px;
}
#content #right {
	float: right;
	width: 190px;
	font-size: 80%;
	text-align: right;
	padding: 0 10px;
	margin: 0px;
}
#content .testimonial {
	font-style: italic;
}
#content #right .testimonial {
	text-align: left;	
	padding-top: 20px;
}
#content #right .client {
	color: rgb(64,73,124);
}

a {
	color: rgb(64,73,124);
}
a:hover {
	color: rgb(0,19,127);
}
a img {
	border: 0;
}
input, textarea {
	font-family: Georgia, Helvetica, serif;
}
input.sized, textarea.sized {
	width: 200px;
}
fieldset {
	border: 0;
}
.imgRight
{
	float: right;
	margin-left: 10px;
}
.imgLeft
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
}