body, html {
	margin:0;
	padding:0;
	font-family:arial, helvetica, verdana, sans-serif;
	font-size:90%;
	background-color:black;
	text-align:center;
}

.item a:link {color:white;}
.item a:hover {color:yellow;}

#wrapper {
	width:760px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color:#160D2B;
}

#header {
	background-color:#160D2A;
	width:760px;
	height:150px;
}

#content {
	width:760px;
	background-color:#160D2B;
}

#frame {
	width:530px;
	background-color:#160D2A;
	margin:20px 115px 20px 115px;
}

#slide {
	width:530px;
	background-color:white;
	margin:20px 115px 20px 115px;
}

#box {
	width:530px;
	color:white;
	padding:20px;
	background-color:#190F18;
	margin:20px 115px 20px 115px;
	w\idth:490px;
}

ul {
	width:760px;
	padding:0;
	margin:0;
	height:30px;
	border-top:1px solid black;
	background-color:#190F18;
}

li {display:inline;}

li a{
	color:white;
	padding:7px;
	padding-left:32px;
	padding-right:32px;
	text-decoration:none;
	display:block;
	float:left;
	background-color:#190F18;
	font-weight:bold;

}

li a:hover {
	background-color:#160D2B;
	color:yellow;
	position:relative;
	top:1px;
}

#index .index, #about .about, #gallery .gallery, #testimonials .testimonials, #pricing .pricing, #contact .contact 
{ 
background-color:#160D2B;
	color:yellow;
}


.picleft {float:left; margin:0px 20px 20px 0px; border:2px solid black;}
.item {color:#FFF568; font-weight:bold; margin-top:10px;}

#footer {
	width:760px;
	height:25px;
	color:gray;
	background-color:#190F18;
	clear:both;
	padding-top:8px;
	text-align:right;
}