body {
	margin: 20px 0;
	padding: 0;
	color:#333333;
}

body, textarea, select, input {
	font-family: "Trebuchet MS", Arial, sans-serif;
}

img {
	border:0;
}

a {
	color: #333333;
	text-decoration:none;
}

a:hover, a:active, a:focus {
	color: #C28713;
}

a:focus {
	outline:none;
}

.clr {
	clear: both;
}


#wrap {
	margin: 0 auto;
	width: 980px;
	background-color: #FFFFFF;
	background-image: url(../images/layout/bk1_maintile.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	border:#C28713 solid 4px;
}

#head {
	background-image: url(../images/layout/bk1_maintopper.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 100px;
}

#search {
	position:relative;
	left:765px;
	top:70px;
	width:215px
}

#search_input {
	width:120px;
}

#search_submit {
	width:70px;
}

#leftbox {
	float: left;
	width: 200px;
	padding-top:10px;
	min-height:400px;
}

#left_menu {
	margin: 0 0 0 33px;
	font-size: 0.85em;
}

#leftcontent {
	font-size: 0.7em;
	padding: 16px 0px 20px 48px;
}

#mainbox {
	float: right;
	width:730px;
}

#maincontent {
	margin: 20px 44px 20px 20px;
	font-size: 0.9em;
}

h1 {
	margin: 0 0 20px 0;
}

#maincontent p {
	margin: 8px 0px 12px;
	line-height: 1.5em;
}

#maincontent ul {
	list-style-type:none;
}

#footer {
	background-image: url(../images/layout/bk1_footer.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0;
	height: 39px;
}

#footer2 {
	margin: 0 auto;
	width:980px;
	font-size: 0.75em;
	padding: 10px 0;
	text-align:center;
}

#footer2 a {
	color: #000000;
	text-decoration:none;
}

#footer2 a:hover, #footer2 a:active, #footer2 a:focus {
	color: #C28713;
}