body {
	font-family:"Times New Roman", Times, serif;
	background-color:#988F6D;
	/*background-image:url(images/bg.jpg);*/
	margin:0 auto;
	font-size:80%;
}
a:link, a:visited{
	color:#660000;
	text-decoration:none;
}
a:hover{
	color:#CC0000;
	text-decoration:none;
}
h1{
	color:#660000;
	font-size:1.6em;
	font-weight:normal;
	margin:15px 0 15px -30px;
}
h2{
	color:#660000;
	font-size:1.4em;
	font-weight:normal;
	margin:0;
	padding:0;
}
h3{
	clear:left;
	color:#333333;
	font-size:1.3em;
	font-weight:normal;
	margin:0;
	padding:8px 5px;
}
p{
	margin:0;
	padding:0;
}
/********* layout ***********/
#wrapper{
	width:100%;
	height:100%;
	background-image:url(images/bg.gif);
	background-repeat:repeat;
	background-attachment:fixed;
	font-size:1.1em;
}
#main-wrapper{
	width:800px;
	background-color:#EBE6C9;
	background-image:url(images/bg-content.gif);
	background-repeat:repeat-y;
	margin:0 auto;
	border-right:#660000 solid 28px;
	border-left:#660000 solid 28px;	
}
#header{
	width:800px;
	height:365px;
	margin:0 auto;
	text-align:center;
	background-color:#EBE6C9;
	background-image:url(images/bg-content.gif);
}
.logo{
	padding-top:5px;
	padding-bottom:9px;
}
#banner{
	width:563px;
	height:279px;
	background-color:#660000;
	background-image:url(images/banner.jpg);
	background-repeat:no-repeat;
	/*background-position:bottom left;*/
	float:left;
}
#headerbox-right{
	width:229px;
	height:279px;
	background:#660000 url(images/bg-bannerbox.jpg) no-repeat;
	float:left;
	border-right:7px solid #fff;
	color:#fff;
	font-size:22px;
	line-height:1.5em;
}
#content{
	float:left;
	width:500px;
	padding:10px 50px 10px 60px;
}
#content p{
	color:#333333;
	font-size:1.0em;
	padding-bottom:1.4em;
	line-height:1.7em;
}
#nav{
	float:left;
	width:120px;
	height:200px;
	border-left:solid 3px #E3DDBA;
	margin-bottom:80px;
	padding-bottom:20px;
	margin-top:15px;
}
#nav ul{
	margin: 0;
	padding: 7px 0 0 50px;
	list-style: none;
}
#nav ul li{
	font-size:17px;
	color:#660000;
	line-height:1.8em;
}
#bbb{
	border:none;
	margin:30px 0 0 50px;
}
#phone{
	clear:both;
	text-align:center;
	background-image:url(images/footer-bar.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	border-bottom:#660000 solid 15px;
	width:800px;
	height:33px;
	color:#333333;
	font-size:18px;
	font-style:italic;
	font-weight:bold;
}
#phone p{
	padding-top:7px;
}
#footer{
	text-align:center;
	margin:5px 0;
}
#footer-links a:link, #footer-links a:visited{
	font-size:12px;
	color:#333333;
	text-decoration:none;
}
#footer-links a:hover{
	color:#D9D2A7;
	text-decoration:none;
}
#copyright{
	color:#333333;
	font-size:12px;
}
/********************** index *******************/
.index-list ul{
	margin: 0;
	padding: 7px 0 10px 15px;
	list-style:square;
}
.index-list ul li{
	color:#333333;
	line-height:1.5em;
}
.index-list{
	float:left;
}
.push{
	padding-right:60px;
	padding-left:80px;
}
/******************* testimonials ***************/
.author{
	float:right;
	font-style:italic;
	color:#660000;
}
#testimonials hr{
	clear:both;
	margin:8px;
	border:0;
	color:#E3DDBA;
	background-color:#E3DDBA;
	height:3px;
}
#testimonials #content p{
	text-align:justify;
}
/********************** gallery *****************/
#gallery #content{
	width:550px;
	padding:10px 0px 15px 60px;
	text-align:left;
}
.tn{
	float:left;
	border:solid #D9D2A7 5px;
	margin:0 12px 20px 0;
}
.border:hover img{
	border:solid #fff 5px;
}
.border:hover{ /* fix ie bug */
	color:#fff;
	border:0;
}
hr{
	clear:both;
	margin:0 13px 8px 0;
	border:0;
	color:#E3DDBA;
	background-color:#E3DDBA;
	height:3px;
}
/********************** contact ********************/
#contact-form{
	border-top:3px solid #E3DDBA;
	padding:15px 0;
}
#content #contact-form p{
	color:#333333;
	padding-bottom:0.1em;
	line-height:1.7em;
}
.label{
	width:200px;
	padding-right:5px;
}
#lower{
	width:100%;
	text-align:left;
	padding-top:10px;
}
/******************* testimonials ***************/
.author{
	float:right;
	font-style:italic;
	color:#660000;
}
#testimonials hr{
	clear:both;
	margin:8px;
	border:0;
	color:#E3DDBA;
	background-color:#E3DDBA;
	height:3px;
}
#testimonials #content p{
	text-align:justify;
}
/*********************** resume ********************/
#resume #content p{
	margin:0;
	padding:0;
}
.company{
	color:#660000;
	font-style:italic;
	margin-top:10px;
}
#resume hr{
	clear:both;
	margin:12px 0;
	border:0;
	color:#E3DDBA;
	background-color:#E3DDBA;
	height:3px;
}
.comment{
	color:#333333;
}
/************* hightlight current page link *********/
#resume .resume a, #home .home a, #gallery .gallery a, #feedback .feedback a, #about .about a, #contact .contact a{
	color:#cc0000;
}

/********** rotator ************/
    div#rotator {
	position:relative;
	height:255px;
	/*margin-left:-33px;
	margin-top:-2px;*/
	top:-3px;
	left:0;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
	top:0;
	left:7px;
}
/* rotator image style */	
	div#rotator ul li img {
	border:0;
	padding:0;
	background: #FFF;
}
    div#rotator ul li.show {
	z-index:500;
}
