/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License

Adapted to use in GetSimple by 3bits, modified

v1.0

*/

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFECD1;
}

h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
	color: #C48829;
	line-height: 150%;
}

h1 { font-size: 44px; }

h2 { font-size: 18px; }

h3 { font-size: 14px; }

p, ul, ol {
	margin-top: 0;
	line-height: 150%;
}

ul, ol { }

blockquote { }

a { color: #604315; }

a:hover { text-decoration: none; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { 
        color: #604315;
        width: 50%;

}


/* Header */

#header {
	width: 900px;
	height: 255px;
	margin: 0px auto;
}

/** LOGO */

#logo {
        float: center;
        height: 197px;
        width: 637px;
	margin: 0 auto;
	padding-top: 20px;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#banner {
	padding-bottom: 10px;
}

/* Menu */

#menu {
	padding-top: 10px;
        float: left;
        position: relative; 
        left: 50%;
        margin: 0 auto;
}

#menu ul {
        padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
        position: relative; 
        right: 50%;
	display: block;
/*	background: #FFFFFF;
	height: 30px;*/
}

#menu a {
	display: block;
	padding: 0px 20px 0px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: bold;
	color: #C48829;
        border-width:2px; 
        border-style:solid;
        border-color: #000000; 
}

#menu a:hover { 
	text-decoration: none;
	color: #FFECD1; 
}

#menu .current a {
	color: #FFECD1;
        border-width:2px; 
        border-style:solid;
        border-color: #C48829; 
}


/* Main Wrapper */

#wrapper {
	width: 900px;
	margin: 0px auto;
	background: #120E02;
        border-width:3px; 
        border-style:solid;
        border-color: #604315; 
}



/* Content */

#content {
	float: left;
	width: 580px;
	padding: 20px;
}



/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
	padding: 20px;
}

#sidebar p {
	margin: 0;
	padding: 0px 11px;
	line-height: 200%;
}

#sidebar h2 {
	height: 30px;
	margin: 0 0 10px 0px;
	padding: 6px 0 2px 14px;
	text-transform: capitalize;
	font-size: 18px;
	font-weight: normal;
}

#sidebar a {
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	color: #604315;
}


/* Footer */

#footer {
	width: 900px;
	height: 30px;
	margin: 0px auto;
	margin-top: 5px;
	
}

#copyright {
	display: block;
	float: left;
}

#footercolor {
	float: right;
	display: inline;
}

#footer p {
	margin: 0;
	padding: 20px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;
	color: #604315;
}

#footer a {
	color: #604315;
}

#footer {
	color: #C48829;
}