@import url("reset.css");
@import url("fonts.css");

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background:url(../images/background.jpg) no-repeat #FAFAFA 50% 0px;
	color:#fff;
}

a { color:#fff; text-decoration:underline; }
a:hover { text-decoration:none; color:#FFF88A; }

a.con { font-family:"Times New Roman", Times, serif; }

p {
	font-size:12px;
	margin-bottom:15px;
}

strong {
	font-weight:bold;
}

#wrapper {
	height:670px;
	width:1000px;
	position:relative;
	margin:50px auto;
	padding-top:160px;
	background:url(../images/leaves.png) no-repeat 0px -2px;
}

#logo {
	position:absolute;
	left:-67px;
	top:-110px;
}

#highlight {
	height:310px;
	width:273px;
	float:right;
	background:#0A0A0A;	
	margin-right:5px;
}

#left_panel, #left_panel_about {
	background:#0A0A0A;	
	height:281px;
	width:530px;
	padding:10px 40px 20px 20px;
	float:right;
	position:relative;
}
#left_panel_about {
	background:url(../images/chair.jpg) no-repeat top right #0A0A0A;
}
#left_panel table tr td { text-align:left; }

#content, #content_about {
	height:285px;
	width:540px;
	overflow:auto;
	padding-right:20px;
}

#content_about {
	width:335px;
}

#gallery { 
	position:relative; 
	left:-10px; 
	width:460px;
	height:280px;
	float:left;
	overflow:auto;
}

#gallery a { text-decoration:none; }
#gallery .thumb { margin:0 0 53x 3px; }
#gallery_controls h1 { margin-bottom:10px; }
#gallery_controls ul li a {
	text-decoration:none;
	font-size:1.2em;
}

.thumb_holder {
	position:relative;
}

#right_panel {
	width:80px;
	height:251px;
	padding:30px;
	padding-left:10px;
	color:#fff;
	text-align:left;
	font-size:15px; 
	font-family:"Times New Roman", Times, serif;
	background:url(../images/right_background.jpg) no-repeat #8F0037;
	float:right;
	margin-left:5px;
	margin-right:5px;
}

#right_panel ul#menu { margin-bottom:50px; }
#right_panel ul#menu li { margin:0 0 6px 0; }
#right_panel ul#menu li a, #right_panel ul#calltoaction li a { 
	text-decoration:none;
	font-weight:100;
}

#testimonials {
	height:285px;
	overflow:auto;
}

table tr th, table tr td { padding:5px 5px 5px 0; font-size:0.8em; }
table tr th { text-align:left; }
table tr td { text-align:right; }
.field {
	width:250px;
	padding:2px;
}

.fieldarea {
	padding:2px;
	width:350px;
}

#calltoaction { 
	color:#0A0A0A; 
	position:absolute;
	right:110px;
	bottom:320px;
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
}
#calltoaction span { margin:0 20px 0 0; }
#calltoaction a { color:#0A0A0A; }

