body {	
	margin: 0px;	
	padding: 0px;		
	font-family: Arial;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

#wrapper {
	width: 760px;
	margin: 0 auto;
}

#header {
	height: 107px;
	margin: 1px 0px 0px 0px;
}

#nav {
	height: 30px;
}

#sidebar {
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-y;
	width: 216px;
	float: left;
	font-size: 11px;
	height: 461px;
	padding: 30px 0px 0px 0px;
}

#sidebar_inside {
	width: 179px;
	background-color: #FFF;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 15px;
	border: #E5E5CD solid 1px;
	color: #000;
	font-weight: bold;
}

#sidebar_inside a {
	color: #203B10;
	text-decoration: none;
	font-weight: normal;
}

#sidebar_inside a:visited {
	color: #203B10;
	text-decoration: none;
	font-weight: normal;
}

#sidebar_inside a:hover {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

#firm {
	width: 201px;
	background-color: #000;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 0px;
	text-align: center;
	margin: 0px 0px 0px 15px;
}

#main {
	float: right;
	width: 544px;
	background-color: #FFF;
}

#flash {
	background-image: url(../images/flash_bg.jpg);
	background-repeat: no-repeat;
	height: 247px;
	padding: 0px 0px 0px 78px;
}

#content {
	height: 245px;
}

#footer {
	clear: both;
	color: #999;
	font-size: 11px;
	padding: 30px 0px;
	line-height: 17px;
	text-align: center;
}

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

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

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

#cms_content {
	width: 720px;
}




/*body {
	background-color: #000000;
}

#wrapper {
	margin:0 auto;
	width:760px;
}

#header {
}

#nav {
	height:30px;
	background-color:#000000;
}

#footer {
	font-family:Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-size:11px;
	padding:20px 0px 5px 0px;
	text-align:center;
}

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

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

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

#sidebar {
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-y;
	width: 216px;
	float: left;
	font-size: 10px;
	height: 461px;
	padding: 30px 0px 0px 0px;
}

#sidebar_inside {
	width: 179px;
	background-color: #FFF;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 15px;
	border: #E5E5CD solid 1px;
	color: #883F00;
}

#firm {
	width: 201px;
	background-color: #000;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 0px;
	text-align: center;
	margin: 0px 0px 0px 15px;
}

#main {
	float: right;
	width: 544px;
	background-color: #FFF;
}

#flash {
	background-image: url(../images/flash_bg.jpg);
	background-repeat: no-repeat;
	height: 247px;
	padding: 0px 0px 0px 78px;
}

#content {
	height: 245px;
}

#footer {
	clear: both;
	color: #999;
	font-size: 11px;
	text-align: right;
	padding: 20px 0px;
	line-height: 17px;
}

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

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

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

#cms_content {
	width: 720px;
}*/