body {
	margin: 0;
	padding: 0;
	background-color: #8E0208;
}

img {
	display: block;
	border: 0;
}

#outer_wrapper {
	width: 879px;
	margin: 30px auto;
}

#logo {
	margin-bottom: 5px;
}

#inner_wrapper {
	width: 879px;
	height: 465px;	
	margin: auto;
}

#inner_left {
	float: left;	
}

#inner_right {
	float: left;
	width: 9px;
	height: 465px;	
}

#ir_top {
	width: 9px;
	height: 9px;
}

#ir_bottom {
	width: 9px;
	height: 457px;
	background: url('images/rt_grad_red.gif') repeat-y;
}

#inner {
	width: 850px;
	height: 445px;
	background-color: #FFFFFF;
	border: 10px solid #CD856A;
}

#inner_bottom {
	width: 879px;
	height: 9px;
}

#ib_left {
	float: left;
	width: 9px;
	height: 9px;
	background: url('images/bl_grad_red.gif') top left no-repeat;
}

#ib_mid {
	float: left;
	width: 861px;
	height: 9px;
	background: url('images/bm_grad_red.gif') repeat-x;
}

#ib_right {
	float: left;
	width: 9px;
	height: 9px;
	background: url('images/br_grad_red.gif') no-repeat;
}

#content_wrapper{
	height: 100%;
	background: url('images/org_bar.gif') bottom left repeat-x;
}

#nav_wrapper {
	padding: 10px;
}

#nav {
	margin: 0;
	padding: 0;
}

#nav li {
	float: left;
	display: block;
	width: 130px;
	background-color: #81D8E8;
	text-align: center;
	margin-right: 5px;
}

#nav li.active {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 0 5px 0;
	background-color: #2A2E28;
}

#nav li a {	
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
}

#nav li a:hover {
	display: block;
	background-color: #80ACA6;
	padding: 5px;
}

#content {
	height: 358px;
	padding: 0 15px 0 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;	
}

#content p {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: justify;
}

#content ul {
	margin-top: 10px;
	margin-bottom: 0;
}

#content li {
	list-style-type: square;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 3px 0 3px 0;
}

/* Homepage */

.Home #content_wrapper_inner {
	height: 100%;
	background: url('images/txt_elegance.gif') bottom left no-repeat;
}

.Home #content {
	height:360px;
	overflow: auto;
	background: url('images/martini.jpg') bottom right no-repeat;
}

.Home #content p {
	width: 560px; <!spi - change from 530px!>
}

/* Services */

.Services #content_wrapper_inner {
	height: 100%;
	background: url('images/txt_services.gif') bottom left no-repeat;
}

.Services #content {
	height: 320px;
	overflow: auto;
	background: url('images/flower.jpg') top right no-repeat;
}

.Services #content p {
	width: 560px; <!spi - change width from 700px!>
}

/* Portfolio */

.Portfolio #content_wrapper_inner {
	height: 100%;
	background: url('images/txt_portfolio.gif') bottom left no-repeat;
}

.Portfolio #content {
	height: 320px;
	overflow: auto;
}

.Portfolio #content p {
	width: 750px; <!spi - change from 700px!>
}

/* Testimonials */

.Testimonials #content_wrapper_inner {
	height: 100%;
	background: url('images/txt_testimonials.gif') bottom left no-repeat;
}

.Testimonials #content {
	height: 320px;
	overflow: auto;
}

.Testimonials p {
	font-style: italic;
	text-align: justify; 
	width: 750px; <!spi - add width of 800px!> 
}

.Testimonials span.author {
	font-weight: bold;
}

/* Events */

.Events #content_wrapper_inner {
	height: 100%;
	background: url('images/txt_events.gif') bottom left no-repeat;
}

.Events #content {
	height: 320px;
	overflow: auto;
}

.Events #content p{
	width: 700px; <!spi - review!>
}

/* Contact */

.Contact #content_wrapper_inner {
	height: 100%;
	background: url('images/txt_contact.gif') bottom left no-repeat;
}

.Contact #content {
	height: 320px;
	overflow: auto;
	background: url('images/cherry.jpg') top right no-repeat;
	
}

.Contact #emailForm {
	float: left;
	width: 600px;
}

.Contact #contactInfo {
	float: right;
	width: 200px;
	font-weight: bold;
}

.Contact .label {
	width: 70px;
	font-weight: bold;
	white-space: no-wrap;
	padding-right: 5px;
	text-align: right;
	vertical-align: top;
}

.Contact .inputfield {
	width: 250px;
}

.Contact #emailSuccess {
	float: left;
	font-size: 12px;
	width: 400px;
	text-align: center;
}


#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	margin-bottom: 50px;
}

#footer a, #footer a:visited {
	text-decoration: none;
	color: #FFF;
}

#footer_left {
	float: left;
	font-weight: bold;
}

#footer_right {
	float: right;
	padding-right: 9px;
	font-weight: bold;
}

.clear {
	clear: both;
	overflow: hidden;
	height: 1px;
}