/* CSS Document */

#headbanner {
	width:760px;
	height:218px;
	background-image:url(layout/mollylayout_01.jpg);
	background-repeat:no-repeat;
}

#container {
	width:760px;
}
/* START Navigation */
#nav {
	width:242px;
	height:584px;
	float:left;
}
#nav p {
	background-image:url(images/nav_button.gif);
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 6px 2px 6px 8px;
	margin: 5px;
}
#nav a:link, a:visited, a:active {
	font-weight:bold;
	color: #66FFFF;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
	color: #0066FF;
}
/* END Navigation */
/* START Content */
#content {
	width:518px;
	float:right;
	background-repeat:no-repeat;

}
#content p,ul,li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 30px;
	margin-top: 0px;	
}
#content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 25px;
}
#content a:link, a:visited, a:active {
	font-weight:bold;
	color: #66FFFF;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
	color: #0066FF;
}

#rugs p, table {
	font-size: 8pt;
	
	
}
