body {
	font:"Trebuchet MS";
	font-size:14px;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.revenessence #container {
	width: 900px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.revenessence #header { 
	background-image:url(images/header_01.jpg);
	height:80px;
} 
.revenessence h1{
	font:"Trebuchet MS";
	font-size:18px;
}

.revenessence h2{
	font:"Trebuchet MS";
	font-size:16px;
} 

.revenessence h3{
	font:"Trebuchet MS";
	color:#FA53BC;
	font-size:14px;
} 

.revenessence #top-header { 
	margin: 0px;
	padding:0px;
} 

.revenessence #mainContent {
	padding: 0 20px 0 0; 
	background: #FFFFFF;
}
.revenessence #top_right {
	width:300px;
	padding: 50px 20px 0 0;
	float:right;
	text-align:right;
	background: #FFFFFF;
	}
.revenessence #top_right p{
	
	}

.revenessence .left_column {
	width:500px;
	padding: 0px 0 0 50px;
	float:left;
	background: #FFFFFF;
	}
	
.specials {
	width: 250px;
	text-align:center;
}

.revenessence .mainorder {
	width:510px;
	padding-right:10px;
	float:right;
	background: #FFFFFF;
	}
.revenessence .sideorder {
	width:300px;
	padding-left:25px;
	float:left;
	background-image: url(images/order_bgd.jpg);
	background-repeat: repeat-y auto;
	}

.revenessence #right_column {
	width:265px;
	color:#FFF;
	float:right;
	margin-right: 71px;
	}
.revenessence #right_column p {
	text-align:left;
	padding: 0 5px 0 12px;
	font-size:11px;
	}
.revenessence #footer { 
	padding: 150px 10px 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #FFFFFF;
	
	
} 
.revenessence #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.revenessence #footer .copy {
	text-align:right;
	font-size:10px;
}

label
{
width: 10em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

input
{
	color: #000;
	background: #ffe7f8;
	border: 1px solid #FA53BC;
}

fieldset
{
border: 1px solid #FA53BC;
width: 30em
}

legend
{
color: #000;
background: #ffe7f8;
border: 1px solid #781351;
padding: 2px 6px
} 

.submit input
{
margin-left: 4.5em;
} 

a.normal:link, a.normal:visited, a.normal:active {
	color:#FA53BC;
	text-decoration:none;
}

a.normal:hover {
	color: #000;
	text-decoration:underline;
}