body{
	background-color:#000000;
}
#container {
	margin: 0 auto;
	width: 690px;
	background-color:#333333;
}
#header-flash{
	height:298px;
	width:690px;
}
#nav{
	background-color:#6d1862;
	height:30px;
	padding-left:10px;
	}
#nav ul{
	padding:0;
	margin:0;	
}

#nav li{
	list-style:none;
	float:left;
	padding: 8px;
}
#nav a{
	display:block;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

#nav a:hover{
	color:#000000;
	background-color:#c4c4c4;
	
}
#content-holder{
	margin: 0 15px;
	width:  660px;
	background-color:#c4c4c4;
	padding:30px 0;
}
#content{
	padding: 0px 10px;
	line-height:1.25em;
	
}
#aside{
	
	width:300px;
	padding:0 10px;
	float:right;

}
#guarantee{width:300px;
	border: solid 1px #6d1862;
	color: #6d1862;
	}
#guarantee p{
	
	padding: 0 20px;
	font-size: 1.4em;
	
}
#guarantee h1{
	font-size:2em;
	color:#fff;
	background-color:#6d1862;
	padding: 0 0 0 20px;
}
a.contact {
	display:block;
	background: #c4c4c4 url(../images/contact-us.gif) bottom center no-repeat;
	width:250px;
	height:50px;
	
	}
a.contact:hover, a.contact:focus{
	background: #c4c4c4 url(../images/contact-us.gif) top center no-repeat;
	}
a.email{
	font-size:.8em;
	
}
a.email:hover{
	color:#e60000;
	
}
#footer-top{
	height:98px;
	background: #e60000 url(../images/membership.jpg) right center no-repeat;
	color:#FFFFFF;
	}

#footer-top ul{
	padding: 15px;
	}
#footer-top a, #footer-bottom a{
	color:#FFFFFF;
	text-decoration:none;
}
#footer-top a:hover{
color:#6d1862;
} 
#validation{
	float:right;
	color:#FFFFFF;
	list-style:none;
	padding-right: 12px;
}

#footer-top  li{
	list-style:none;
line-height: 1em;

}
#footer-bottom{
	height: 25px;
	background-color:#333333;
	padding-top: 5px;
	overflow: hidden; /* clear and enclose floats in good browsers */ 

}

#footer-bottom a:hover{
	text-decoration:underline;
	}

#footer-bottom li{
	float:left;
	padding:0 10px 0 0;
}



/* Clearfix */

/* Float Clearing for IE6 */

* html #aside, 
* html #content-holder,
* html #footer-top
{
	height: 1%;
	overflow: visible;
}

/* Float Clearing for IE7 */
*+html #aside, 
*+html #content-holder,
*+html #footer-top


{
	min-height: 1%;
}

/* Float Clearing for Everyone Else */


#aside:after,
#content-holder:after,
#footer-top:after


{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* Firefox Scrollbar Hack */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}
