/* CSS Document */

body{
	background-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;	
	margin: 20px 0 10px 0;
	padding: 0px;
	}
	
#container{
	width:980px;
	margin: 0 auto;	
	}
	
#header{
	width:980px;
	height:87px;
	background-image:url(site_images/logo.gif);
	background-position:left;
	background-repeat:no-repeat;
	float:left;
	}
	
#navbar{
	width:980px;
	height:35px;
	float:left;
	margin-top:17px;
	}
	
#navhome{
	height:35px;
	margin: 0 0 0 0;
	float:left;
	}
	
#navclient{
	height:35px;
	margin: 0 0 0 0;
	float:left;
	}

#navweds{
	height:35px;
	margin: 0 0 0 0;
	float:left;
	}

#navlife{
	height:35px;
	margin: 0 0 0 0;
	float:left;
	}

#navbasket{
	height:35px;
	margin: 0 0 0 0;
	float:left;
	}
	
#wrapper{
	margin-top:17px;
	width:800px;
	margin: 10px 0 10px 50px;
	min-height:400px;
	height:auto !important;
	height:100%;
	float:left;
	}
	
#footer { 
	padding:20px 0px 2px 0px; 
	font-size:11.2px; 
	color:#999999; 
	margin-bottom:10px; 
	clear:both; 
	text-align:center; 
	}
	
#footer a:link, #footer a:visited { 
	color:#999999; 
	text-decoration:underline; 
	}
	
#footer a:hover, #footer a:active { 
	color:#CCCCCC; 
	text-decoration:underline; 
	}
	
.maxheight {height: 100%;}

.headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #cccccc;	
	}
	
.gentext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;	
	}
	
