*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #ffffff;
	color: #000000;
	font-size: 12px;
	font-family: "verdana";
}

img
{
	border: 0;
}

#keywords
{
	margin: 0 auto;
	width: 900px;
	font-size: 8px;
	margin-bottom: 10px;
	text-align: center;
}

#keywords ul
{
	list-style-type: none;
}

#keywords ul li
{
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
	color: #010080;
}

#header
{
	margin: 0 auto;
	width: 900px;
	height: 187px;
	background: url('../images/design_01.gif') bottom no-repeat;
}

#menu
{
	margin: 5px auto;
	width: 900px;
	height: 40px;
	border-bottom: 1px solid #010080;
	border-top: 1px solid #010080;
}

#menu ul
{
	list-style-type: none;
	float: right;
}

#menu ul li
{
	display: inline;
}

#menu ul li a
{
	height: 30px;
	margin-left: 20px;
	text-decoration: none;
	font-weight: bold;
	color: #010080;
	line-height: 30px;
	padding: 0px 10px 0px 10px;
	float: left;
	font-size: 13px;
	border-bottom: 1px solid #010080;
}

#menu ul li a:hover
{
	color: #ff0000;
	border-bottom: 1px solid #ff0000;
}

#body
{
	margin: 0 auto;
	width: 898px;
	color: #010080;
	font-size: 14px;
	border: 1px solid #010080;
	background: #010080;
}

h1
{
	color: #ff0000;
	font-size: 18px;
	margin-bottom: 10px;	
}

p
{
	margin-bottom: 10px;	
}

#bodyleft
{
	float: left;
	width: 120px;
	text-align: center;
}

#bodyright
{
	float: right;
	width: 758px;
	padding: 10px;
	background: #ffffff;
}

#beforeandafter
{	
	margin: 0 auto;
}

#copyright
{
	line-height: 20px;
	margin: 0 auto;
	text-align: center;
	width: 900px;
	background: #010080;
	color: #ffffff;
	text-decoration: none;
	text-transform: capitalize;
}

#copyright a
{
	color: #ffffff;
	text-decoration: none;
}

.thumb
{
	float: left;
	padding: 2px;
	border: 1px dashed #28166F;
	margin: 0px 10px 10px 10px
	
}

.compare
{
	float: left;
	padding: 2px;
	margin: 20px 10px 10px 10px
	
}

span
{
	color: #ff0000;
	font-weight: bold;
}

a
{	
	color: #ff0000;
}

.bullets
{
	list-style-type: square;
	font-weight: bold;
	margin-left: 80px;
	padding-left: 40px;
	float: left;
}

.bullets li
{
	margin-bottom: 10px;
}


.address
{
	list-style-type: none;
	font-weight: bold;
	text-align: center;
}

.address li
{
	margin-bottom: 10px;
}

.clear
{
	clear: both;
}

.center
{
	text-align: center;
}

fieldset
{
	bordeR: 0px;
	text-align: center;
}