body  { 
	background: #fff url(images/YPWebsites-bg.jpg) no-repeat;
	margin: 0;
	padding: 0;
	color:#303030;
	font-size:85%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
p {}
td {}
A:link {
	COLOR: #666699; TEXT-DECORATION: none
}
A:visited {
	COLOR: #666699; TEXT-DECORATION: none
}
A:active {
	COLOR: #cc0000; TEXT-DECORATION: none
}
A:hover {
	COLOR: #cc0000; TEXT-DECORATION: none
}
.logo {
	position: absolute;
	top: 52px;
	left: 50px
}
img {
	border: 0pt
}
h2 {
}

#header {
	width:900px;
	height:85px;
	margin:50px auto 0;
}
#header h1 {
	text-align:right;
	color:#fff;
}

#navigation {
	width:900px;
	margin:0 auto;
	padding:10px 0 0;
	text-align:center;
}
.nav-home {
	padding:0px!important;
}
#navigation .menu a {
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}
#content {
	width:900px;
	margin:50px auto;
	overflow:hidden;
}

#footer {
	color:#939496;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:900px;
	margin:0 auto;
	text-align:center;
	clear:both;
}