* {margin: 0; padding: 0;}

body {
	background: #7C6F5C url(images/bg.jpg);
	color: #222;
	padding: 2% 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

a {color: #642;}
a:hover {color: #963;}

h1,h2,h3 {color: #442; padding: 8px 0 2px;}


form,table {margin-bottom: 1.2em;}
label {display: block;}
li {line-height: 1.5em;}
p {padding: 2px 0 10px;}
.smalltext {
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
ul {padding: 0 2em 1.2em;}

#wrapper {
	background: #332 url(images/wrapper.gif) no-repeat left bottom;
	margin: 0 auto;
	width: 762px;
}
#container {
	background: #FBF9F4;
	border-top: 6px solid #332;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
	width: 750px;
}

.title {
	background: #E2DED4;
	border-top: 1px solid #996;
}
.title h1 {
	color: #441;
	padding: 10px 0 10px 18px;
	font-size: 2.2em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.header {
	border-top: 2px solid #663;
	background: #DAD7C5 url(images/header.jpg) no-repeat left bottom;
	height: 220px;
}


.main#two-columns {background: #FFF url(images/two-columns.gif) repeat-y;}


.footer {
	background: #332;
	color: #EED;
	padding: 10px;
}
.footer .left {width: 66%;}
.footer .right {
	width: 33%;
	text-align: right;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}


.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.col2 .left {width: 64%;}
.col2 .right .content {background: #FFF;}
.col2 .right {width: 33%;}
.content {padding: 18px 20px;}
.left {float: left;}
.right {float: right;}
.right .content {padding: 18px 12px 12px;}

#menu {
	height: 21px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #5F342B;
	border-bottom-color: #5F342B;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #333322;
}
.floatleft {
	float: left;
}
