body{
	margin: 0px;
	padding: 0px;
	background-image: url(../back3.jpg);
	background-repeat: repeat-x;
	background-color:#9a0000;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color:#666;
}

#cms_content{
	width: 450px;
}

#wrapper{
	margin: 0 auto;
	padding: 0px;
	width: 733px;
	background-color: #fff;
}

#header{
	margin: 0px;
	padding: 0px;
}

#nav{
	margin: 0px;
	padding: 0px;
}

#flash {
	margin: 0px;
	padding: 0px;
	width: 548px;
	float: left;
}

#contactForm{
	margin: 0px;
	padding: 0px;
	width: 178px;
	float: right;
	border: 1px solid #d9d9d9;
	border-top: none;
	background-color: #fff;
	height: 208px;
}

#contactForm form input, #contactForm form textarea{
	background-color: #f2f0e6;;
	border: 1px solid #d9d6c7;
	color: #575757;
	font-size: 11px;
	width:  150px;
	margin-top: 5px;
	margin-left: 10px;
	padding: 3px;
	font-family:Tahoma, Verdana, Arial, sans-serif;
}

#contactForm .submit{
	color: #fff;
	background-color: #a50503;
	border: 1px solid #790705;
	padding: 2px;
	width: 50px;
	text-transform: uppercase;
	margin-left: 120px;
}

#sidebar{
	clear: both;
	margin: 0px;
	padding: 0px;
	width:  245px;
	float: left;
}

.box {
	margin: -3px 0px -3px 0px;
	padding: 10px;
	padding-bottom: 0px;
	background-image:url(../images/office_back.jpg);
	background-repeat: repeat-y;
}

.box a{
	color:#666;
	text-decoration: none;
}

.box a:hover {
	color:#333333;
}

#content{
	margin: 0px;
	padding: 10px;
	width: 468px;
	float: right;
	background-color: #fff;
	line-height: 23px;
}

#footer {
	clear: both;
	margin: 0px;
	padding: 10px;
	font-size: 11px;
	text-align: right;
}

#footer a{
	color:#666;
	text-decoration: none;
}

#footer a:hover {
	color:#660000;
}

h1 {
	font-size: 18px;
	color:#333;
}

h2 {
	font-size: 14px;
	color:#660000;
	border-bottom: 1px dotted #660000;
}

a{
	color:#660000;
	text-decoration: none;
}

a:hover {
	color:#993300;
}

.dark {
	color:#333;
}




/* NAV */

#nav ul{
	margin: 0px;
	padding: 0px;
}

#nav ul li{
	display: block;
	float: left;
	list-style-type: none;
}

#nav a{
	background-image: url(../images/nav.jpg);
	height: 58px;
	display: block;
	overflow: hidden;
	float: left;
}

#nav .hidden{
	display: none;
}

a#home{
	background-position: 0px 0px;
	width: 156px;
}

a#home:hover{
	background-position: 0px -58px;
}

a#about{
	background-position: -156px 0px;
	width: 138px;
}

a#about:hover{
	background-position: -156px -58px;
}

a#services{
	background-position: -294px 0px;
	width: 132px;
}

a#services:hover{
	background-position: -294px -58px;
}

a#promotions{
	background-position: -426px 0px;
	width: 167px;
}

a#promotions:hover{
	background-position: -426px -58px;
}

a#contact{
	background-position: -593px 0px;
	width:  140px;
}

a#contact:hover{
	background-position: -593px -58px;
}


