@charset "UTF-8";
/* CSS Document */

body { text-align: center;
	min-width: 800px;
  	margin: 10px;
	background:#000000;
}

#container { 
	margin: 0 auto;  
	text-align: left;
	width: 800px;
	height:600px;
	background-image:url(images/bg_image.jpg);

}


#headerspl{
	background-image:url(images/header_splash_01.jpg);
	height:500px;
}

#navspl{
	background:#FFFFFF;
	width:238px;
	height:100px;
	float:left;
}

#tag{
	width:562px;
	height:100px;
	background-image:url(images/webring_splash_05.jpg);
	float:right;
}




#header{
	width:800px;
	height:146px;
	background-image:url(images/header_01.jpg);
}

#tag{
	height:100px;
	background-image:url(images/webring_splash_05.jpg);
}

#nav{
	width:202px;
	height:387px;
	float:left;
	text-align:right;
}

#nav .what{
	padding-bottom:7.5px;
}

#nav .how{
	padding-bottom:7.5px;
	
}

#nav .pricing{
	padding-bottom:7.5px;
	
}

#nav .gift{
	padding-bottom:7.5px;
	
}

#nav .testamony{
	padding-bottom:7.5px;
	
}

#nav .contact{
	padding-bottom:7.5px;
	
}

#content{
	font-family:Helvetica;
	font-size:14px;
	font-weight:lighter;
	line-height:16px;
	margin:0px 55px 0px 0px;
	width: 377px;
    float:right;
}

#content h4{
	font-weight:500;
	margin:0px;
}

#footer{
	height:66px;
	background-image:url(images/footer_17.jpg);
	background-repeat:no-repeat;
	background-position:right;
	width:799px;
	float:right;
	
}



