/* CSS Document */
body {
	margin:0;
	padding:0;
	background-image:url(images/background.png);
	font:11px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}
#wrap {
	width:800px;
	background-color:#FFFFFF;
	background-image:url(images/wrap_bg.gif);
	background-repeat:repeat-y;
	margin: 0 auto;
	text-align:left;
}
#header {
	width:800px;
	height:137px;
	margin: 0 auto;
	background-image:url(images/waite_design_header.gif);
	text-align:left;
}
#header_line {
	width:800px;
	height:13px;
	margin: 0 auto;
	background-color:#000; /* was: a41984*/
	border-bottom: 1px #030215 solid;
}
#header img{
	position:relative;
	top:30px;
	left:10px;
}
#left {
	width:130px;
	background-color:#00b1b0;
	font: 12px Arial, Helvetica, sans-serif;
	color:#fff;
	float:left;
}
#left ul{
  font-weight: bold;
	margin:28px 0 0 0;
	padding:10px;
	list-style-type:none;
}
#left ul li {
 	border-bottom: 1px #fff solid;
	margin: 20px 0
}
#left ul li a{
	padding: 6px 0 6px 6px;
	color:#fff;
	text-decoration:none;
	display:block;
}
#left ul li a:hover{
	color:#fcb034;
}
#left li > ul{
	margin:10px 0;
}
#left li > ul li{
	border:0;
}
#logo {
text-align:center; 
margin-bottom:40px;
}
#content {
	width:640px;
	float:right;
	padding:60px 0;
}
#content h1{
	margin:0;
	padding:0;
	color:#0079c2;
	font: 18px Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

#content > h1, #content > p {
	line-height: 150%;
	width:465px;
	text-align:justify;
}

#content table {
	width:470px;
}


#footer {
	clear:both;
	background-color:#000; /* was #a41984*/
	border-top: 1px #030215 solid;
	text-align:center;
	color:#fff;
}
#footer a{
	color:#0079c2;
	text-decoration:none;
}
.underline {
	text-decoration:underline;
	font-weight:bolder;
}
#subfooter {
	clear:both;
	font-size: 90%;
	margin-top: 10px;
	padding-bottom: 10px;
	text-align:center;
	color:#0079c2;
}
#subfooter a{
	color:#0079c2;
	text-decoration:none;
}

/* background images */
.home_pagebg {
	background-image:url(images/x.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}
.services_pagebg {
	background-image:url(images/x.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
.portfolio_pagebg {
	background-image:url(images/x.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}
.linda_pagebg {
	background-image:url(images/seal.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}
.contact_pagebg {
	background-image:url(images/x.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}
.expo_pagebg {
	background-image:url(images/x.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

