/* 		CSS for www.YourBathroomVanity.com      */	
body {
	margin: 0px;
	padding: 0px;
	font-family:"Verdana";
	font-size: 12px;		
	color: #000;
	background-color: #fff;   			/*  Background color     		*/
	}
.attribution{
	font-size: 10px;
	}
.wrap{
	margin: auto; 
	width: 750px;
	}
.header{
	margin-top: 4px; 
	width: 750px; 
	height: 60px; 
	background-image: url(images/header.jpg);
	} 
.nav{
	width: 750px; 
	}
.nav-adlinks{
	float: left; 
	width: 468px; 
	padding-top: 2px; 
	padding-bottom: 2px; 
	background-color: #CCCCCC; 
	}
.nav-links{
	float: left; 
	width: 282px; 
	padding-top: 2px; 
	padding-bottom: 3px; 
	background-color: #CCCCCC; 
	}
.sidebar{
	margin-top: 4px; 
	width: 125px; 
	background-color: #CCCCCC; 
	padding: 4px 4px 20px 4px; 
	float: left; 
	}
.sidetitle{ 
	font-weight: bold; 
	font-size: 10px;
	}
.content{
	float: right; 
	text-align: justify; 
	padding: 10px 4px; 
	width: 600px;
	}
.title{
	margin-top: 4px; 
	text-align: center;
	}
.titletext{
	font-size: 18px;
	}
.adunit{float: left; 
	padding-top: 2px; 
	padding-bottom: 2px; 
	padding-right: 2px; 
	padding-left: 2px; 
	}
.footer{
	clear: both; 
	width: 750px; 
	margin-top: 4px; 
	text-align: center; 
	font-size: 10px; 
	background-color: #CCCCCC; 
	height:30px; 
	}
.picture{
	float: left; 
	padding-top: 4px; 
	padding-right: 4px; 
	padding-bottom: 4px; 
	padding-left: 4px;
	}
.picture2{
	float: right; 
	padding-top: 4px; 
	padding-right: 4px; 
	padding-bottom: 4px; 
	padding-left: 4px;
	}
h1{
	font-size: 24px;
	}
a:link{
	text-decoration: underline;
	color: #00c; 
	font-size: 11px; 
	}
a:visited{
	text-decoration: underline;
	color: #55c; 
	font-size: 11px; 
	}