/* ELEMENTS */
html {
	height: 100%;
	margin:0;
	padding:0;
	border: 0 none;
}

body {
	text-align: center;
	font: 100.01%/1.5 Verdana,Arial,Helvetica,sans-serif; 
	background-color: #336633;
	color: #fff;
	margin: 1%;
	padding:0;
	height: 98%;
}

td {
	vertical-align: top;
	padding:0;
}

/* LAYOUT TABLE  */

#wrapper {
	text-align:left;
	margin: 0 auto;
	background-color: #fff;
	color: #000;
	font: 100.01%/1.5 Verdana,Arial,Helvetica,sans-serif; 
	border: 3px solid #333;
	width: 750px;
	height: 98%;
}

/* MSIE PC ONLY \*/
* html #wrapper {
	height: auto;
}

/* PAGE HEADER */

#header { 
	background: #333 url(bg-header.jpg) no-repeat; 
	color:white;
	padding: 130px 0 10px 0 ;
	text-align: center;
	vertical-align: bottom;
	line-height: 1.3;
}

#header h1 {
	font-size: 1.75em;
	margin: 0;
	padding: 0;
	font-variant: small-caps;
}
#header p {
	margin: 0;
}

/* NAV BARS */

#nav {
	width: 25%;
	padding: 10px;
	font-weight: bold;
	border-left: 1px solid #333;
}

#nav ul {
	list-style: none;
	margin:0;
	padding:0;
}

#nav ul a, #nav ul span {
	display:block;
	display: inline-block; /* MSIE ONLY */
	width: 90%;
	text-decoration: none;
	color: green;
	border: 2px outset #fff;
	padding: 2px 5px;
	margin: 2px 0;
}
#nav ul a:hover {
	color: white;
	background-color: green;
	border-color: #333;
}
#nav ul span {
	color: #333;
}
	

/* CONTENT */

#content {
	padding: 15px 15px 15px 20px;
	border-right: 1px solid #333;
	font-size: .95em;
}

/* FOOTER */

#footer {
	background: #333 url(bg-footer.jpg) no-repeat; 
	border-top: 3px solid #333;
	color:white;
	padding: 130px 10px 3px 10px ;
	text-align: right;
	vertical-align: bottom;
	font-size: .8em;
}


#footer a.email {
	width: 33%; /* or whatever fits */
	display:block;
	float:left;
	text-align:left;
	color: #fff;
}


#prices #footer {
	background: #333 url(bg-footer-p.jpg) no-repeat; 
	}
	
#contact1 #footer {
	background: #333 url(bg-footer-c.jpg) no-repeat; 
	}
	
#about #footer {
	background: #333 url(bg-footer-a.jpg) no-repeat; 
	}
	
#home #footer {
	background: #333 url(bg-footer-h.jpg) no-repeat; 
	}

div#designer {
	width:730px;
	height:10px;
	text-align:right;
	margin: 2px auto;
	font-size:.6em;
}
div#designer a { 
	color: #ccc;
	text-decoration: none;
}

div#designer a:hover { 
	text-decoration: underline;
}
