body
{
	margin: 0;
	padding: 0;
	background-color: black;
	color: #666666;
	font-family: Monaco, Lucida Console;
	font-size: 12px;
}

a
{
	color: yellow;
	text-decoration: none;
	border: 0;
	font-family: Monaco, Lucida Console;
}

#maincontainer
{
	margin-left: 50%;
	position: absolute;
	left: -393px;
	width: 800px;
	height: 600px;
	
}

#header { 
		background-color: black;
		position: relative; 
		background: url('newnav/navlogo.jpg') no-repeat;
	 	}

#logo {
		padding-top: 35px;
		
		}

#nav
{
	font-family: Monaco, Lucida Console;
	font-size: 15px;
	padding-left: 10px;
	color: #666666;
}

#nav a
{
	font-family: Monaco, Lucida Console;
	font-size: 15px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	border: 0;
}


#nav a:hover
{
	color: yellow;
	text-decoration: none;
	border: 0;
}

#contact
{
	font-family: Monaco, Lucida Console;
	font-size: 12px;
	padding-left: 10px;
	color: #666666;
	text-align: right;
	position: absolute;
	top: 35px;
	left: 445px;
}

#contact a
{
	font-family: Monaco;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	border: 0;
}

#contact a:hover
{
	color: yellow;
	text-decoration: none;
	border: 0;
}

#imgs 
{
		border: 2px solid white;
		width: 650px;
}

#body
{

	height: 410px;
	padding-top: 10px;

}


#about
{
	width: 650px;
	padding-left: 75px;
	
}

#aboutwholesale
{
	width: 620px;
	padding-left: 75px;
	
}


#about h1
{
	font-family: Monaco, Arial, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight: normal;
}

#aboutwholesale h1
{
	font-family: Monaco, Arial, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight: normal;
}


#buy
{
	position: absolute;
	top: 500px;
	right: 29px;
}

#about p
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	text-indent: 2em;
}


#infoz
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	color: #666666;
	text-align: center;

}