


/* Global Settings*/



* { margin: 0px; padding: 0px; }

body {
	background-image:url(images/gradient.gif);
	background-repeat:repeat-x;
	background-color: #006666;
}
#topnav {
	margin-left: 10px;
	background: url(images/top.jpg); width: 710px; height: 24px;
}
h1{
	margin-left: 10px;
	text-indent: -9999em;
	background: url(images/banner.jpg); width: 710px; height:124px;
}
.navtop {
	padding-left: 7px;
	display: inline;
	list-style-type: none;
	color: #006666;
	font-family:"Times New Roman", Times, serif;
}
#container {
	width: 730px;
	margin: 0 auto;
	background: #ccc url(images/background.gif) repeat-y 50% 0;
}
#nav {
	background: url(images/linksbar.gif) no-repeat;
	height: 33px;
	margin-left: 10px;
	padding-left: 349px;
	text-indent: -9999em;
	list-style-type: none;
}
nav li a {
	display: block;
	list-style-type: none;
}
#about a{
	height: 33px;
	background-image:url(images/about.gif); width: 128px;
	float: left;
}
#services a{
	height: 33px;
	float: left;
	background-image:url(images/services.gif); width: 69px;
}
#projects a{
	height: 33px;
	float: left;
	background-image:url(images/projects.gif); width: 68px;
}
#contact a{
	height: 33px;
	float: left;
	background-image:url(images/contactus.gif); width: 94px;
}
li {
	list-style-type: none;
	float: left;
}

#footer {
	background: url(images/footer.gif) no-repeat;  height: 100px;
}
#footerlinks{
	padding-top: 25px;
	color: #FFFFFF;
}
.navbottom {
	float: left;
	padding-left: 2px;
	color: #FFFFFF;
}
#copyright {
	color: #FFFFFF;
	font-style: italic;
	float: right;
}

/*Content Settings*/

#contentleft {
	width: 400px;
	float: left;
}


#contentright{
	width: 200px;
	float:right;
}
h3 {
	color: #006666;
	font-size: 22px;
	font-style: italic;
	padding-left: 12px;
	padding-bottom: 15px;
}
.leftcol {
	display:block;
	padding-left: 30px;
	padding-bottom: 10px;
}
.rightcol {
	padding-bottom: 10px;
}
h2 {
	margin-left: 10px;
	background-image: url(images/news.gif); width: 710px; height: 36px;
	text-indent: -9999em;
}
#building{
	padding-left: 3px;
	float:right;
}
#faux {
	margin-left: 14px;
	background: #ccc url(images/faux.gif) repeat 50% 0; width: 702px;
	overflow: auto;
}

