* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6B6B6B;
}

body#realbody {
	background:#9e9882 ;
/*url(images/bg2.gif) center repeat-y;*/
}

form {
}

input, textarea {
	padding: 2px 5px;
	border: 1px solid #EBEBEB;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6B6B6B;
}

h1, h2, h3, h4 {
	margin: 0;
}

h2, h3, h4 {
	margin-bottom: 20px;
	padding-bottom: 9px;
	border-bottom: 1px solid #F2F2F2;
	letter-spacing: -0.035em;
	font-weight: normal;
	color: #37404C;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 170%;
	text-align: justify;
}

ul, ol {
	margin-left: 3em;
}

dl.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

dl.list1 dt {
	float: left;
	width: 70px;
}

dl.list1 dd {
	margin-bottom: 10px;
}

dl.list1 a {
	color: #666666;
}

ul.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

ul.list2 li {
	float: left;
	margin: 0 18px 18px 0;
}

ul.list2 li.nopad {
	margin-right: 0;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {

	color: #5e2921;
text-decoration: none;
font-weight: bold;


}
a:hover {
color: #ff9933;
	text-decoration: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 20px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 20px;
}

/* Wrapper */
#content-container {
	/*float: left;*/
	width: 960px;
	padding:0px;
	margin-left:10px;
	margin-top:-120px;
	position:relative;
	
}
#content {
	float: right;
	width: 960px;
	padding:0px;
	margin-top:8px;
	position:relative;
	
}
#wrapper {
	width: 980px;
	margin: 0 auto;
	background: #cdfad3;
}

#wrapper2 {
	background: url(images/img10.jpg) no-repeat left bottom;
}

/* Header */

#header {
	height:477px;
	background: #fff url(images/img03.jpg) no-repeat;
}

/* Logo */
#header h1 
{
font:44px Garamond, 'times new roman';
color:#ffffff;
text-align:left;
padding-left:10px;
padding-top:270px;
}

#header h1, h1 a, h1 a:hover, h1 a:visited {
text-decoration: none;
margin:0;
color:#ffffff;
}
#logo {
	float: left;
}

#logo h1 {
	margin: 0;
	padding: 90px 0 0 78px;
	text-transform: lowercase;
	letter-spacing: -3px;
	font-size: 40px;
	color: #FFFFFF;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 112px 78px 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	padding-left: 40px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	background: #cdfad3;
}

/* Content */

#content {
	float: left;
	width: 640px;
	padding: 15px 15px 15px 15px;
	
	background: #fff url(images/bg1.jpg) no-repeat left bottom;
}



/* Sidebar */

#sidebar {
	float: right;
	width: 205px;
	margin-top:8px;
	margin-right: 10px;
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	
	background: transparent;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 15px;
border-bottom: 1px dotted #FFF;
background:url(images/bullet.gif) no-repeat 0 3px;

}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
}

#sidebar a {
padding-left:15px;
	color: #5e2921;
text-decoration: none;
font-weight: bold;


}
#sidebar a:hover {
color: #ff9933;
	text-decoration: none;
}


#widebar {
	margin: 0 50px;
	padding: 25px 28px 0 28px;
	background: #F2F2F2 url(images/img11.gif) repeat-x;
}

#widebar #colA {
	float: left;
	width: 260px;
}

#widebar #colB {
	float: left;
	width: 260px;
	padding-left: 45px;
}

#widebar #colC {
	float: left;
	width: 186px;
	padding-left: 45px;
}

/* Footer */

#footer {	
	color:#ffffff;
	font: 12px arial,verdana,sans-serif;
	text-align:center;
	height:54px;
	float:left;
	width:980px;
	position:relative;
	background:#716056;
}



#sidebar ul.linklist ul {
        margin-left: 1em;
}

