
body {
	margin: 0;
	padding: 0;
	background: url(images/01.jpg);
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #5A554E;
}

a {
	color: #506C00;
}

#wrapper {
	background: url(images/02.jpg) repeat-x;
}

.container {
	width: 1000px;
	margin: 0 auto;
}

.clearfix {
	clear: both;
}

/* Header */

#header {
	height: 305px;
	background: url(images/04.jpg);
}

/* Logo */

#logo {
	float: left;
	width: 950px;
	height: 200px;
        padding-left: 25px;
	padding-top: 93px;
}



/* Menu */

#menu {
	height: 76px;
	background: url(images/04.jpg) no-repeat 0 -211px;
}

#menu ul {
	height: 67px;
	margin: 0 25px;
	padding: 9px 0 0 14px;
	background: url(images/05.jpg);
	list-style: none;
	
}

#menu li {
	float: left;
	height: 35px;
	padding: 15px 20px 0 20px;
}

#menu li.active {
	background: url(images/06.jpg) no-repeat;
}

#menu a {
	
	text-decoration: none;
	letter-spacing: -1px;
	font-size: 17px;
	color: #FFFFFF;
}

#menu a:hover {
	color: #000000;
}





#page {
	background: url(images/03.jpg) repeat-y;
}



#content {
	float: left;
	width: 655px;
	padding: 0 24px 0 25px;
	
}



#sidebar {
	float: right;
	width: 246px;
	padding: 24px 50px 0 0;

}




.two-cols {
	margin: 0 25px;
	padding: 35px 35px 0 35px;
	background: #28241E url(images/09.jpg) repeat-x;
	color: #736F6A;
}

.two-cols .col1 {
	float: left;
	width: 595px;
}

.two-cols .col2 {
	float: right;
	width: 100px;
	padding: 0 0 0 25px;
	border-left: 1px solid #423C31;
	color: #ffffff;
    	
}

a {
    color: Red;
    text-decoration: inherit;
    font-weight: normal;
}



#footer {
	background: url(images/10.jpg) no-repeat;
	padding: 55px 0;
}


