*{ 
	font-family:  tahoma;
	font-size: 14px !important;
	color: black;
	line-height: 17px;
	}

body{
	text-align: center; 
	font-size: 11px; 
	color: black;
	background: #000 url('img/nature_461.jpg') top center no-repeat;
	}

#page-container{
	position: relative; 
	width: 800px; 
	height: auto; 
	margin: 0 auto; 
	text-align: left; 
	background-color: #cfcfcf; 
	border: 2px solid black;
	}

#header{
	height: 135px; 
	background: #fff url('img/logo.jpg') top left no-repeat;
	
	}
	
#phone{
	padding-top: 5px;
	text-align: center; 
	position: relative; 
	top: 7px; 
	left: 400px;  
	width: 381px; 
	height: 29px; 
	background: url('img/green-box.jpg') no-repeat;
	}

#phone span{
	color: white; 
	font-weight: bold; 
	font-size: 14px; 
	font-face: verdana; 
	display: block;
	}

#navigation{
	background-color: black; 
	height: 25px;
	}

#navigation ul{ list-style-type: none;}

#navigation ul li{ 
	list-style-type: none;
	float: left;
	color: white;
	font-weight: bold;
	padding-top: 3px;
	}

#navigation ul li a{
	color: white;
	font-size: 12px !important;
	font-weight: bold;
	padding: 0 20px;
	text-decoration: none;
	}

#navigation ul li a:hover{
	text-decoration: underline;
	}
	
#content-container{
	padding-top: 5px;
	height: 450px;
	}

html > body #content-container{
	min-height: 450px;
	height: auto;
	}
	
#home-left{
	float: left; 
	height: 450px; 
	width: 365px;
	padding: 5px 7px;
	}

#home-right{
	float: right; 
	height: 450px; 
	width: 390px;
	padding: 5px 7px;
	}

#footer{
	height: 27px; 
	background-color: black;
	text-align: center;
	}

#footer-text{
	font-size: 10px !important; 
	font-weight: bold; 
	color: white;
	display: block;
	padding-top: 5px;
	}

#footer-text span{
	padding: 0px 10px;
	color: white;
	font-size: 10px !important;
	
	}
	
#footer-text *{
	color: white;
	text-decoration: none;
	font-size: 11px !important;
	}

h1{
	font-family: arial;
	font-size: 16px !important;
	/*color: #948161;*/
	color: black;
	font-weight: bold;
	}

h2{ font-size: 14px !important;}