@import url('comp_mod.css') ;


*
{
margin: 0px;
padding: 0px;
}


body {
	
	background: #f9ece0 url(../images/layout/back_all.gif) repeat-x;
	font: 13px Arial, Helvetica, sans-serif;
	color: #383838;
}

img{
	margin:10px 10px 10px 10px;
}

#content
{
	margin: 0 auto;
	background: #ffffff;
	width: 900px;
	text-align: left;
}

#main
{
width: 900px;
padding-top: 10px;
}

#back
{
width: 900px;
padding-left: 10px;
padding-right: 10px;
background: #ffffff;
}

#header {
	height: 449px;
	text-align: right;
	background: url(../images/layout/header_1.jpg) no-repeat;		
}

#logo {

width: 900px;
height: 348px;
text-align: left;
padding-left: 20px;
padding-top: 20px;
}

#menu
{
width: 900px;
height: 63px;
background: url(../images/layout/menu.gif) no-repeat;
margin:0 auto;
}

#menu_items{
	padding-left:25px;
	padding-top:18px;
}

#left
{
	width: 220px;
}

#left H3
{
width: 195px;
height: 39px;
font-size: 14px;
font-weight: bold;
padding-left: 25px;
padding-top: 15px;
text-transform: uppercase;
color: #ffffff;
background: url(../images/layout/title.gif) repeat-x
}

#left ul {
	list-style: none;
	margin-bottom: 10px;
	background: url(../images/layout/title_back.gif) repeat-x top;
}

.reflection{
	width: 220px;
	background: url(../images/layout/title_back.gif) repeat-x top;
}

#left ul {
	border: 0px;
	margin-bottom: 10px;
	padding-top: 20px;
}

#left li {
	padding: 4px;
}

#arc li
{
padding-left: 30px;
}

#left a {
	color: #B66411;
}
#left a:hover {
	color: #B66411;
	text-decoration:underline;
}

#left p
{
padding: 10px;
}

#right
{
float: right;
width: 640px;
padding-right: 10px;
}

#right H4
{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #C5C5C5;
}

#right a
{
color: #B66411;
text-decoration: none;
}

#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	text-align:center;
	color: #fff;
	height:54px;
	background: url(../images/layout/title_r.gif) no-repeat top;
}

#right ol, #right ul
{
margin-left: 30px;
}

#footer {
	height: 59px;
	width: 900px;
	clear: both;
	padding-top: 5px;
	background: url(../images/layout/footer.gif) repeat-x bottom;
	border-top: 4px solid #B66411;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}
