* { 
	padding: 0; 
	margin: 0; 
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #3b1f13;
}

#wrapper { 
	margin: 0 auto;
	width: 775px;
	padding: 0;
	border:1px solid black;
}

/* @group Navigation */

#navigation {
	padding: 0;
	margin: 0px 0px 0px 0px;
	background: #ABBEBE;
	width: 775px;
	height: 127px;
	background-color: #3b1f13;
}

#navigation ul.nav {
	width: 745px;
	height: 117px;
	float: left;
	border-bottom: 10px solid #2c160d;
	overflow: hidden;
	padding-left: 30px;
}

#navigation ul.nav li {
	color: #a5683a;
	font: 14px "Lucida Grande";
	float: left;
	width: 101px;
	height: 57px;
	list-style-type: none;
	text-align: center;
	background: url(../images/nav-bg.gif) no-repeat;
	padding-top: 60px;
	text-transform: uppercase;
}

#navigation ul.nav li.last {
	width: 99px;
}

#navigation ul.nav li a {
	color: #a5683a;
	text-decoration: none;
}



/* @end */

/* @group Content */

#content {
	width: 100%;
	padding: 0;
	margin-bottom: 0;
}

#content h2 {
	color: #fff;
	font: 17px "Lucida Grande";
	margin-bottom: 20px;	
}

#content p {
	color: #fff;
	font: 10px/14px Tahoma;
	margin-bottom: 5px;
}

#content p a {
	color: #bba128;
	font: 10px Tahoma;
}

#leftc { 
	display: inline;
	color: #333;
	margin: 0;
	padding: 0;
	width: 259px;
	float: left;
}


#leftc .left {
	border-top: 7px solid #2c160d;
	background-color: #3b1f13;
	padding-left: 15px;
	padding-top: 40px;
	padding-right: 15px;
}


#mainc { 
	float: left;
	color: #333;
	margin: 0;
	padding: 0;
	width: 257px;
	display: inline;
	position: relative;
	height: 325px;
}

#mainc .center {
	border-top: 7px solid #6f3815;
	background-color: #854a1e;
	height:285px;
	padding-left: 15px;
	padding-top: 40px;
	padding-right: 15px;
}

#mainc .center ul.clist {
	
}

#mainc .center ul.clist li {
	color: #fff;
	font: 10px/14px Tahoma;
	margin-bottom: 5px;
	list-style-type: none;
	background: url(../images/clist.gif) no-repeat 0 3px;
	padding-left: 18px;
}

#mainc .center ul.clist li a {
	color: #333;
}

#mainc2c { 
	float: left;
	color: #333;
	margin: 0;
	padding: 0;
	width: 516px;
	background-color: 854a1e;
}

#mainc2c .center {
	border-top: 7px solid #6f3815;
	background-color: #854a1e;
	padding-left: 15px;
	padding-top: 40px;
	padding-right: 15px;
}

#mainc2c .center ul.clist {
	
}

#mainc2c .center ul.clist li {
	color: #fff;
	font: 10px/14px Tahoma;
	margin-bottom: 5px;
	list-style-type: none;
	background: url(../images/clist.gif) no-repeat 0 3px;
	padding-left: 18px;
}

#mainc2c .center ul.clist li a {
	color: #333;
}

#rightc { 
	display: inline;
	position: relative;
	color: #333;
	margin: 0;
	padding: 0;
	width: 259px;
	float: right;
	height: 325px;
}

#rightc .right {
	border-top: 7px solid #2c160d;
	background-color: #3b1f13;
	height: 285px;
	padding-left: 15px;
	padding-top: 40px;
	padding-right: 15px;
}

#rightc .right ul.rlist {
	
}

#rightc .right ul.rlist li {
	color: #fff;
	font: 10px/14px Tahoma;
	margin-bottom: 5px;
	list-style-type: none;
	background: url(../images/rlist.gif) no-repeat;
	padding-left: 18px;
}

#rightc .right ul.rlist li a {
	color: #bba128;
}



/* @end */

/* @group Footer */

#footer p {
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	font: 10px Tahoma;
	margin-bottom: 5px;
}

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

#footer { 
	width: 775px;
	clear: both;
	margin: 0px 0px 10px 0px;
	background-color: #3b1f13;
	border-top: 2px dotted #854a1e;
	padding-top: 15px;
	padding-bottom: 10px;
}



/* @end */

.clear { 
	clear: both; 
	background: none; 
}
