body {
	background-color: #030;
	background-image: url(images/background.gif);
	background-repeat: repeat;
	text-align: center;
	font-family: "Times New Roman", Georgia, serif;
	font-size: 14px;
	line-height: 130%;
}
a {
	font-weight: bold;
	color: #030;
	border: none;
	}
ul,li {
	list-style-type:none;
	}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 289px;
	width: 728px;
	margin: 0 0 0 5px;
}
#header h1, #header h2 {
		text-indent: -9999px;
		margin: 0;
		padding: 0;
		}

/* ---- Main Content Area ---- */

#container {
	text-align: left;
	width: 738px;
	margin: 0 auto;
	background: #fff url(images/container_background.gif) repeat-y;
	border-top: solid #fff 4px;
	border-bottom: solid #fff 4px;
}
#content {
	width: 545px;
	float: right;
	padding-bottom: 30px;
	padding-top: 16px;
}
#content p, #content ul {
	padding: 0 15px 0 15px;
	color: #333;
	}
body.home #content p, body.contact #content p {
	font-size: 16px;
	}
#content h2 {
	font-weight: normal;
	font-size: 22px;
	font-variant: small-caps;
	color: #D9B341;
	font-family: "Trebuchet MS";
	padding-left: 15px;

	}
#content h3 {
	margin-bottom: 0;
	color: #040;
	font-weight: normal;
	font-size: 18px;
	font-family: "Trebuchet MS";
	padding-left: 15px;
	}
body.contact #content h3 {
	font-size: 16px;
	}
#content li {
	color: #333;
	}
#content img {
	padding: 4px;
	border: solid #D9B341 2px;
	margin-left: 15px;
	}

/* ---- Footer ---- */
#footer {
	clear: both;
	height: 40px;
	width: 738px;
	text-align: right;
	font-size: 13px;
	font-style: italic;
}
#footer p {
	padding-right: 20px;
	padding-bottom: 0;
	margin-bottom: 0;
	}
#footer p.center {
	padding-right: 200px;
	padding-top: 0;
	margin-top: 0;
	}
#footer a {
	font-weight: normal;
	}
	
/* ---- hCard ---- */
span.type {
	display: none;
	}
span.value {
	margin-left: 56px;
	}
div.vcard {
	margin-left: 40px;
	margin-top: 15px;
	font-variant: small-caps;
	color: #333;
	font-size: 16px;
	}
div.adr {
	margin-bottom: 5px;
	}
	
div.tel {
	margin-top: 3px;
	}
div.email {
	margin-top: 5px;
	}

/* ---- Navigation ---- */
#navigation {
	float: left;
	width: 180px;
	margin: 29px 0 0 10px;
	display: inline;
}


ul#nav {
	width: 166px;
	height: 121px;
	display: inline;

}

	ul#nav li {
		padding: 0;
		margin: 0;
		display: block;
		float: left;
		text-indent: -9999px;
	}

		ul#nav li a {
			border: 0;
			display: block;
			text-decoration: none;
			background: transparent url(images/nav.jpg) no-repeat;
			width: 166px;
		}

li#navhome a {
	height: 31px;
	}
li#navabout a {
	height: 30px;
	}
li#navservices a {
	height: 30px;
	}
li#navcontact a {
	height: 30px;
	}

li#navhome a:link, li#navhome a:visited {
	background-position: 0px 0px;
}

li#navhome a:hover, li#navhome a:focus {
	background-position: -166px 0px;
}

li#navabout a:link, li#navabout a:visited {
	background-position: 0px -31px;
}

li#navabout a:hover, li#navabout a:focus {
	background-position: -166px -31px;
}

li#navservices a:link, li#navservices a:visited {
	background-position: 0px -61px;
}

li#navservices a:hover, li#navservices a:focus {
	background-position: -166px -61px;
}
li#navcontact a:link, li#navcontact a:visited {
	background-position: 0px -91px;
}

li#navcontact a:hover, li#navcontact a:focus {
	background-position: -166px -91px;
}
/*---- Individual page links ----*/
body.home li#navhome a:link, body.home li#navhome a:visited {
	background-position: -332px 0px;
}
body.about li#navabout a:link, body.about li#navabout a:visited {
	background-position: -332px -31px;
}
body.services li#navservices a:link, body.services li#navservices a:visited {
	background-position: -332px -61px;
}
body.contact li#navcontact a:link, body.contact li#navcontact a:visited {
	background-position: -332px -91px;
}
