
img
{  border-style: none;
}

body {
	background-color: White;
}
#container {
	/*border: 2px solid #CCC;*/
	border: none;
	padding: 0px;
	width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color:#FAF9F9;
	

}
#header {
	background-color:#FFFFFF;
	background-image:url(images/header.png);
	background-position:left;
	background-repeat: no-repeat;
	font-family:"Century Gothic";
	color:#D1D1D1;
	font-style:normal;
	font-size:35px;
	text-align:right;
	border-bottom:none;
	margin-right: 200px;
	width: 800px;
	height:140px;
	padding: 0px;	
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	text-align: center;
}

#nav-menu {
	
	width: 600px;
	height: 23px;
	margin-left: 180.5px;
	margin-right: 19.5px;
	border:none;
	text-align: center;
	border-bottom:none;
	border-top:none;
	border-right:none;
	border-left:none;
	float:right;
	padding: none;
	
	}

#nav-menu ul
{
	
list-style: none;
padding: 0;
margin: 0;
} 
#nav-menu li
{
float: left;
margin: 0 0em;
} 
#nav-menu li a
{
	/*background: url(images/nav.jpg);*/
	background-color:#FFF;
	height: 2em;
	line-height: 2em;
	float: right;
	width:120px;
	display:block;
	border: none;
	color: white;
	font-family:"Century Gothic";
	text-decoration:none;
	text-align: center;
}
/* Hide from IE5-Mac \*/
#nav-menu li a
{
	float: none;
	color: #FFF;
}
/* End hide */ 


#home
{
  display: block;
  width: 120px;
  height: 25px;
  background: url("home.gif") no-repeat 0 0;

}

#home:hover
{ 
  background-position: 0 -25px;
}

#home span
{
  display: none;
}

#websites
{
  display: block;
  width: 120px;
  height: 25px;
  background: url("websites.gif") no-repeat 0 0;

}

#websites:hover
{ 
  background-position: 0 -25px;
}

#websites span
{
  display: none;
}

#ecommerce
{
  display: block;
  width: 120px;
  height: 25px;
  background: url("ecommerce.gif") no-repeat 0 0;

}

#ecommerce:hover
{ 
  background-position: 0 -25px;
}

#ecommerce span
{
  display: none;
}

#portfolio
{
  display: block;
  width: 120px;
  height: 25px;
  background: url("portfolio.gif") no-repeat 0 0;

}

#portfolio:hover
{ 
  background-position: 0 -25px;
}

#portfolio span
{
  display: none;
}

#contact
{
  display: block;
  width: 120px;
  height: 25px;
  background: url("contact.gif") no-repeat 0 0;

}

#contact:hover
{ 
  background-position: 0 -25px;
}

#contact span
{
  display: none;
}

#advert {
	width: 800px;
	height:260px;
	background-image:url(images/advert.jpg);
	margin-left:0;
	margin-right: none;
	border:none;
	float: left;
	color: #F90;
	
}

#advert_websites {
	width: 800px;
	height:260px;
	background-image:url(images/advert2.jpg);
	margin-left:0;
	margin-right: none;
	border:none;
	float: left;
	color: #F90;
	
}
#advert_contact {
	width: 800px;
	height:260px;
	background-image:url(images/advert3.jpg);
	margin-left:0;
	margin-right: none;
	border:none;
	float: left;
	color: #F90;
	
}

#advert_portfolio {
	width: 800px;
	height:260px;
	background-image:url(images/advert4.jpg);
	margin-left:0;
	margin-right: none;
	border:none;
	float: left;
	color: #F90;
	
}
#content {
	width: 35%;
	height:auto;
	margin-left:15px;
	margin-right: none;
	border:none;
	float: left;
	background-color:white;
	text-align: left;
	padding-top: 15px;
	font-family: "Century Gothic";
	font-size:14px;
	
	
}
#content2 {
	width:58%;
	height:auto;
	margin-left: none;
	background-color:white;
	margin-right: 18px;
	border:none;
	float: right;
	font-family:"Century Gothic";
	font-size:14px;
	padding-top: 10px;
	text-align: left;
}
#footer {
	height:auto;
	clear: both;
	background-color:#2069B5;
	text-align: center;
	font-family:"Century Gothic";
	color:#FFF;
	font-size:12px;
	padding-bottom: 0.5px;
	padding-top: 0.5px;
	
	
	
}

.blue_text {
	color: #009;
}

