. { 
	top: 0; 
	left: 0; 
	padding: 0; 
	margin: 0;
	}

html { 
	background-color: black; 
	}

body {
	width: 800px;
	background-color: white;
	background-image: url('images/background3.gif');
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif; 
	font-size: 12pt;
	line-height: 1.5em;
	}

#allcontent {
	position: relative;
	}

#banner {
	width: 800px;
	height: 112px;
	background-image: url('images/banner.jpg');
	position: absolute;
	}

#banner h1 {
	visibility: hidden;
	margin: 0;
	padding: 0;
	}

div#menu {
	height: 34px;
	width: 800px;
	}

#blank {
	position: absolute;
	left: 0;
	top: 112px;
	width: 36px;
	height: 34px;
	background-image: url('images/menu1.jpg');
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	}

#about {
	position: absolute;
	left: 36px;
	top: 112px;
	width: 85px;
	height: 34px;
	background-image: url('images/about-off.jpg');
	}

a#about:hover {
	background-image: url('images/about-on.jpg');
}

a {
	color: #2F4F4F;
	font-weight: bold;
	}

#menu a {
	text-decoration: none;			
	}

a:hover {
	color: #483D8B;
	}
		
a span {
	visibility: hidden;
	}

#portfolio {
	position: absolute;
	left: 121px;
	top: 112px;
	width: 109px;
	height: 34px;
	background-image: url('images/portfolio-off.jpg');
	}

a#portfolio:hover {
	background-image: url('images/portfolio-on.jpg');
	}

#expect {
	position: absolute;
	left: 230px;
	top: 112px;
	width: 174px;
	height: 34px;
	background-image: url('images/expect-off.jpg');
	}

a#expect:hover {
	background-image: url('images/expect-on.jpg');
	}

#testimonials {
	position: absolute;
	left: 404px;
	top: 112px;
	width: 153px;
	height: 34px;
	background-image: url('images/testimonials-off.jpg');
	}

a#testimonials:hover {
	background-image: url('images/testimonials-on.jpg');
	}
	
#last {
	position: absolute;
	left: 557px;
	top: 112px;
	width: 243px;
	height: 34px;
	background-image: url('images/menu2.jpg');
}
	
#content {
	position: absolute;
	left: 0;
	top: 146px;
	width: 750px;
	padding: 25px;
	background-image: url('images/background3.gif');
	background-repeat: repeat;
	}

h2 {
	position: relative;
	margin-bottom: 0.5em;
	margin-top: 1.5em;
	}

h2 span {
	font-family: Rockwell, Georgia, Times New Roman, sans-serif;
	}	
	
p {
	font-size: 11pt;
	margin-bottom: 1em;
	margin-right: 50px;
	}

em {
	font-family: Rockwell, Georgia, Times New Roman, serif;
	font-weight: bold;
	font-style: normal;
	}

.mainimg {
	margin-top: -40px;
	margin-right: -75px;
	width: 309px;
	float: right;
	z-index: 1;
	}

#preload img {
	margin: 0;
	padding: 0;
	visibility: hidden;
	}
		
#footer {
	font-size: 9pt;
	}



