body
{
	margin: 0px;
	padding: 0px;
	background-color: #947043;
	font: normal 12px "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
}

/* Links */

a:link { color: #335577; text-decoration: none; }

a:visited { color: #5f9119; text-decoration: none; }

a:hover, a:active { color: #993333; }

#content a:link { padding: 0px 2px;}

#content a:visited { padding: 0px 2px; }

#content a:hover, 
#content a:active {color: #ffffff;}

/* Html Elements */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #511F19;
}

h1 { font-size: 32px; }

h2 { font-size: 28px; }

h3 { font-size: 24px; }

h4 { font-size: 20px; }

h5 { font-size: 16px; }

h6 { font-size: 13px; text-transform: uppercase; margin: 5px 0px; }

ul { line-height: 1.8em; list-style-type: square; color: #333333; }

ol { line-height: 1.8em; color: #333333; }

table 
{ 
	color: #333333;
	border-left: 1px solid #999999; 
	border-top: 1px solid #999999; 
}

table caption 
{ 
	font-weight: bold; 
	margin-bottom: 5px; 
}

th, td 
{ 
	border-right: 1px solid #999999; 
	border-bottom: 1px solid #999999;
	padding: 2px 5px;
}

th { background-color: #cfcfcf; }

tr.alt td
{
	background-color: #eeeeee;
}

/* Structure */

#container
{
	margin: 5px auto 0px auto;
	width: 750px;
}

p#meta
{
	margin: 0px; 
	padding: 5px; 
	color: #aaaaaa;
	background-color: #2f2f2f; 
	border-bottom: 1px solid #000000;
}

#header
{
	background-color: #848859;
    width: 100%;
    border-bottom: 2px solid #494B32 ;

}

#navigation
{
	margin:auto auto;
	width: 100%;
}

#wrapper
{
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	width: 100%;
	background-color: #B99660;
}

#featured
{
	text-align: center;
    width: 100%;
	background-color: #511f19;
	padding: 5px 0px 5px 0px;
}
#featured1
{
	text-align: center;
    width: 100%;
	background-color: #511f19;
}

#content-wrapper
{
	width: 60%;
	float: left;
}
#content-wrapper index
{
	width: 93%;
	float: left;
}

#content
{
	float: left;
	padding: 20px;
	line-height: 1.6em;
    text-align: justify;
}
#content menu
{
	float: left;
	padding: 0px;
	line-height: 1.6em;
    text-align: justify;
}

#sidebar-wrapper
{
	width: 40%;
	float: left;
}

#sidebar
{
	float: left;
	padding: 20px;
}

#footer
{
	clear: both;
	float: left;
	width: 100%;
	margin: 0px;
	color: #B99660;
	text-align: center; 
	background-color: #848859;
}

/* Meta */

p#meta a:link, p#meta a:visited { padding: 0px 5px; color: #9cb1d0; }

p#meta a:hover, p#meta a:active { color: #bed3f0; }

/* Header */

#header h1 { margin: 0px; padding: 10px 5px 5px; }

#header h2 { font-size: 12px; margin: 0px; padding: 0px 5px 10px 20px; }

#header h1 a:link, #header h1 a:visited { color: #333333; }

#header h1 a:hover, #header h1 a:active { color: #000000; }

/* Navigation */

#navigation ul
{
	margin: 0px;
	padding:1px 0px 0px 0px;
	text-align:center;
	width: 100%;
	list-style-type: none;
	background-color: #B99660;
}

#navigation li { float: none; margin: 0px; padding: 0px; display: inline }

#navigation a:link,
#navigation a:visited
{
	float: none;
	display: inline;
	color: #511F19;
	padding: 5px 10px;
	background-color: transparent;
}

#navigation a:hover,
#navigation a:active
{
	color: #ffffff;
	background-color: #511F19;
}
#bhome li#lhome a,
#bmenu li#lmenu a,
#bnews li#lnews a,
#bcontact li#lcontact a,
#bmap li#lmap a,
#bbanq li#lbanq a
{
	color: #511F19;
	background-color: #D8C4A5;
}


/* Featured */

#featured p { margin: 20px 0px; }
#featured1 p { margin: 20px 0px; }

#featured img {
padding: 2px 0px 2px 0px; 
border: 1px solid #000000; 
}
#featured1 img { border: 0px }

/* Content */

#content > h3, #content .top { margin-top: 5px; }
#content li{font-weight: bold; }
#content menu h3,h2 {text-align:center;}
/* Sidebar */

/* Footer */

#footer a:link { color: #511F19; }

#footer a:visited { color: #947043; }

#footer a:hover, #footer a:active { color: #AC4135; }

#footer p { padding: 2px 0px; }
.center{text-align:center;font-size: 14px;}
