
/* default elements */
* {margin: 0; padding: 0;}

body {
	background: #7C6F5C url(../images/bg.jpg);
	padding: 2% 0;
}

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

h1 {font: normal 2.4em serif,sans-serif;}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}

h2 {font: normal 1.6em serif,sans-serif;}
h3 {font: bold 1.2em serif,sans-serif;}

img {border: none;}
li {line-height: 1.5em;}
ul {padding: 0 2em 1.2em;}


/* structure */

#wrapper {
	background: #332;
	margin: 80px auto;
	width: 892px;
}
#container {
	background: #FBF9F4;
	border-top: 6px solid #332;
	border-bottom: 6px solid #332;
	line-height: 1.3em;
	margin: 0 auto;
	width: 880px;
}


/* header */

.title {
	background: #E2DED4;
	border-top: 1px solid #996;
}
.title h1 {
	color: #441;
	font: normal 1.5em Georgia,"Trebuchet MS",sans-serif;
	padding: 10px 0 10px 18px;
}
.content_header h1 {
	color: #441;
	font: normal 1.4em Georgia,"Trebuchet MS",sans-serif;
	word-spacing: 0.3em;
	padding: 10px 0 7px 18px;
	width: 560px;
}
.content_header hr {
	width: 570px;
	color: #e29b54;
	background-color: #e29b54;
	height:2px;
  margin: -7px 0px 10px 12px;
  text-align: left;
  border: 0px;
 }
.header {
	border-top: 2px solid #663;
	border-bottom: 2px solid #663;
	background: #646253 url(../bg.jpg) no-repeat left bottom;
  background-position: right;
	height: 220px;
}
