body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	margin-top: 0;
	background-color: #999999;
	
}

#container{
	margin:auto;
	width:760px;
	height:100%;
}

#banner {
	height: 170px;
	width: 760px;
	float: center;
	margin-bottom:0;
}

#nav {
	color: #FFFFFF;
	font-weight:bold;
	height: 31px;
	width: 760px;
	
	margin-bottom: 0;
	padding:0;
	float: center;
	
	
	
}


#content {
	height: 100%;
	width: 760px;
	background-color: #CCCCCC;
	float: center;
	padding:0;
	margin-top:-5px;
	background-image: url(images/slice.jpg);
	
}

P {
	font-size: small;
	color: #000000;
	text-align: left;
	margin: 0;
	margin-left: 10px;
	padding: 3px;
	text-align: left;
	
}

p.contact {
	font-size:12px;
	margin-top:0;
	line-height:1;
}

p.menu {
	font-size:12px;
	margin-top:0;
	
}

h1 {
	font-size: 12px;
	color: #000000;
	text-align: left;
	margin: 0px;
	padding: 3px;
	text-indent: 10px;
}


.imagefloatleft{
	float:left; padding:0; border:1px solid #ffffff; 
	margin-right:25px;
	margin-left:0;
}

.imagefloatright{
	float:right; padding:0; border:1px solid #ffffff; 
	margin-right:10px;
	margin-left:10px;
}


a:link {
color: #006699;
text-decoration: none;
}

a:visited {
color: #003366;
text-decoration: none;

}

a:hover {
color: #009999;

}

a:active {
color: #006699;
text-decoration: none;

}

/********** horizontal ********/
#horizontal-list {
	height:42px;
	
	margin:0;
	
}


#horizontal-list li {
	display:block;
	
	float:left;
	
}

#horizontal-list a:hover img {
	visibility:hidden;
	
}
#horizontal-list a {
	display:block;
	text-decoration:none;
	
}
#horizontal-list a/**/ {
	height:42px; /* hide from IE5.0/win */
	
}
/* fixes for IE/win \*/
* html #horizontal-list a {
	cursor:hand;
}
* html #horizontal-list li a:hover {
	height:1%;
}
/* */

/******** all rollover images ********/
.button1 { background: url("images/home2.jpg") bottom left no-repeat; }
.button2 { background: url("images/developer2.jpg") bottom left no-repeat; }
.button3 { background: url("images/web2.jpg") bottom left no-repeat; }
.button4 { background: url("images/photo2.jpg") bottom left no-repeat; }
.button5 { background: url("images/faq2.jpg") bottom left no-repeat; }
.button6 { background: url("images/contact2.jpg") bottom left no-repeat; }
