* {
	margin:0;
	padding:0;
}
body {
	background: #342B30 url(images/bg.jpg) repeat-x;
	text-align:center;
	font-family:arial,sans-serif;
	font-size:12px;
}
a:link, a:visited {
	color:#900835;
	font-weight:bold;
	text-decoration:underline;
}
b {
	color:#900835;
}
h3 {
	color:#900835;
	font-size:14px;
	margin-bottom:5px;
}
#wrap {
	text-align:left;
	width:760px;
	margin:0 auto;
}
h1#header {
	width:760px;
	height:68px;
	background: url(images/header.gif) no-repeat;
	text-indent:-999em;
}
#hero {
	width:760px;
	height:222px;
	background:url(images/hero.jpg) no-repeat;
}
#nav_wrap {
	width:760px;
	height:58px;
	background:url(images/nav.jpg) no-repeat;
}
#nav {
	width:566px;
	height:58px;
	margin:0 auto;
}
#nav ul {
	list-style-type:none;
}
#nav ul li {
	float:left;
}
#nav ul li a:link, #nav ul li a:visited {
	text-decoration:none;
}
#nav ul li a {
	display:block;
	height:58px;
	text-decoration:none;
	text-indent:-999em;
}
#nav ul li a:hover {
	background-position:0 -58px;
}
#home {
	background: url(images/home.jpg);
	width:86px;
}
#law {
	background: url(images/law.jpg);
	width:186px;
}
#about {
	background: url(images/about.jpg);
	width:163px;
}
#contact {
	background: url(images/contact.jpg);
	width:131px;
}
#middec {
	width:760px;
	height:10px;
	background:url(images/middec.gif) 0 -1px repeat-x;
}
#content_wrap {
	margin-top:2px;
	background: url(images/content_bg.gif) repeat-y;
}

#content_wrap:after {
	content: ".";
	visibility:hidden;
	height:0;
	clear:both;
	display:block;
}
#content_wrap {
	zoom:1;
}
#leftcol {
	float:left;
	width:523px;
}
#rightcol {
	float:right;
	width:231px;
	margin-left:6px;
}
#dec {
	width: 496px;
	height:105px;
	background: url(images/dec.jpg) no-repeat;
}
#box {
	margin:10px auto;
	border:1px solid #868184;
	width:496px;
	background: #fff;	
	padding-bottom:10px;
}

#box h2 {
	color:#900835;
	font-size:14px;
	margin-left:8px;
	margin-top:10px;
	margin-bottom:8px;
}

#box h3 {
	color:#000000;
	font-size:13px;
	margin-left:8px;
	margin-top:10px;
	margin-bottom:8px;
}

#box p {
	margin-bottom:1.2em;
	line-height:1.2em;
	padding:0 8px;
}
#box ul {
	margin-left:20px;
	padding-left:10px;
}
#footer {
	background: url(images/footer.gif) no-repeat;
	height:35px;
	width:760px; 
	margin-top:2px;
}

#footer p{
	color:#fff;	 
	text-align:center;
}
#footer p.short{ 
	line-height:.8em;
}
#footer a{
	color:#fff;	
}
h3#contact_us {
	background: url(images/qc.gif) no-repeat;
	width:92px;
	height:16px;
	text-indent:-999em;
	margin: 10px 0 10px 10px;
}
label {
	display:block;
	margin: 5px 0 2px 0;
	font-weight:bold;
}
#rightcol label {
	color:#fff;	
}
#leftcol label {
	color:#000;
}
input,textarea { 
	width:99%;
}
textarea {
	height:85px;
}
input.submit {
	width:auto;
	width:75px;
	background:#900835;
	color:#fff;
}
#rightcol form {
	width:200px;
	margin:0 auto;
}
#rightcol p {
	color:#fff;
	width:200px;
	margin:5px auto;
}
#rightcol a {
	color:#fff; 
}
form p {
	margin-top:5px;
	text-align:center;
}
#cform {
	width:350px;
	margin:15px auto;
}