body {
	margin: 0;
	padding: 0;
	background: #b3988d url(../images/top.jpg) repeat-x;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
}

h1, h2 {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #F49500;
}

h2 {
	text-transform: uppercase;
	font-size: 18px;
}

p, ul, ol {
	line-height: 18px;
	text-align: justify;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

/* Header */

#header {
	width: 780px;
	height: 160px;
	margin: 0 auto;
	background: url(../images/header.jpg);
}

#header h1, #header h2 {
	font-weight: normal;
	color: #ffffff;
	display: inline;
}

#header h1 {
	padding: 10px 0 0 30px;
	margin: 0;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 3px;
	color: #37372b;
}

#header h2 {
	padding: 0;
	font-size: 16px;
	margin: 0;
	letter-spacing: 3px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #ffffff;
	}

#header h2.black {
	padding: 0;
	font-size: 16px;
	margin: 0;
	letter-spacing: 3px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	color: #37372b;
}

/* Menu */

#menu {
	width: 780px;
	height: 52px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 17px 20px 0 20px;
	background: url(../images/spacer.jpg) no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #cccccc;
}

#menu a:hover {
	color: #FFFFFF;
}

#menu  a.selected {
	color: #FFFFFF;
}

/* Content */

#content {
	width: 780px;
	margin: 0 auto;
	background: #ffffff url(../images/inner_bg.gif) repeat-y;
}

/* Left Side */

#left {
	float: left;
	width: 450px;
	padding: 20px;
}

#left h2 {
	color: #000000;
	border-bottom: 1px dotted #b3988d;

}

#left p {
	color:  #401F0F;
	display: block;
}

#left p.bold {
	color:  #401F0F;
	display: block;
	font-weight: bold;
}

#left p.source {
	color:  #401F0F;
	display: block;
	text-align: right;
	padding-right: 20px;
}

/* Right Side */

#right {
	float: right;
	width: 250px;
	padding: 20px;
	text-align: left;
}

#right h2 {
	color: #000000;
	border-bottom: 1px dotted #b3988d;
}

#right p {
	color:  #401F0F;
}

#right a {
	color: blue;
}

/* Footer */

#footer {
	height: 50px;
	padding: 20px;
	background: #37372b;
}

#footer p {
	text-align: center;
	/*padding: 15px 0px 0px 0px;*/
	color: #999999;
}