body {
	background: #fff url(bg.gif);
	font-family: Arial, sans-serif;
	font-size:90%;
	color:#000;
	margin:20px auto;
	text-align:center;
	line-height:1.4em;
	width:960px;
}

h2{
color: #968765;
}

a:link, a:visited {
	font-family:Arial, sans-serif;
	font-weight:normal;
	color:#968765;
	text-decoration:none;
	font-size:0.9em;
}

a:hover {
	text-decoration:underline;
	color:#000
}

a img {
	border:none;
}

header, section, article {
	padding:10px 20px 20px;
	margin:10px;
	border:1px solid #000;
	border-radius:8px;
	-webkit-border-radius:.8em;
	-moz-border-radius:.8em;
	background:#fff;
}

header {
	display:block;
	position:relative;
	text-align:left;
	padding-top:20px;
}

.img1 {
	position:absolute;
	left:20px;
	top:10px;
}

.img2 {
	position:absolute;
	right:20px;
	top:10px;
}

header h1 {
font-family:'Aclonica', arial, serif;
	font-size:2.1em;
	color:#968765;
	text-align:center;
}

header h2 {
font-family:'Aclonica', arial, serif;
	margin:10px 0px 10px;
	font-size:1.5em;
	color:#f98d00;
	text-align:center
}

section#left {
	float:left;
	width:178px;
	text-align:left;
}

section#right {
	float:right;
	width:178px;
	text-align:left;
}

section h1, section h2, section h3, section h4, section h5, section h6 {
	background:transparent url(sprites.png) no-repeat 0px -80px;
	color:#fff;
	padding:9px 10px 10px 10px;
	margin:13px -10px;	
	font-size:14px;
	}

section ul {
	padding:0px;
	list-style:none;
	border-top:1px solid #e7e2d7;
	margin:14px 0px;
}

section li {
	margin:0px;
	padding:0px;
	list-style:none;
}

section li a:link, section li a:visited {
	float:left;
	width:96%;
	padding:3px 1%;
	border-bottom:1px solid #e7e2d7;
}

section li a:hover {
	background:#f2f1ec;
}

article {
	float:left;
	width:418px;
	height:auto;
	text-align:left;
}



.clear {
clear:both;
height:30px;
}

article h1 {
	background:transparent url(sprites.png) no-repeat 0px 0px;
	color:#fff;
	padding:7px 10px 12px 30px;
	margin-left:-30px;
}
   

input, textarea {
	font-family:Arial, sans-serif;
	font-size:90%;
	color:#968765;
	border:1px solid #e7e2d7;
	border-radius:3px;
	-webkit-border-radius:.3em;
	-moz-border-radius:.3em;
	padding:2px 4px;
	margin-top:10px;
	width:168px;
	}

input:focus, textarea:focus {
	border:1px solid #c9c1af;
}


footer {
	display:block;
	clear:both !important;
	width:898px;
	color:#fff;
}

footer a:link {
	margin:0px 5px;
	color:#fff;
	font-style:italic;
}
