@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
	background-color: #000000;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	color: #d2cea7;
}
#header {
	position: relative;
	margin:0 auto;
	width: 900px;
	height: 130px;
}
#container {
	position: relative;
	margin:0 auto;
	width: 900px;
}
#left-side {
	float: left;
	width: 230px;
}
#right-side {
	float: right;
	width: 665px;
}
#content-top {
	height:25px;
	background: url(../images/content-top.png);
}
#content {
	width: 665;
	background-image: url(../images/content-background.png);
}
#content-bottom {
	height:25px;
	background: url(../images/content-bottom.png);
}
#side-bar {
	float: right;
	width: 167px;
	z-index: 10;
	margin: -24px 1px 0 0;
	padding: 15px 10px 10px 15px;
	background: url(../images/side-bar-background.png);
	border-left: solid 1px #4f453d;
	border-bottom: solid 1px #4f453d;
	line-height: 15px;
}
#footer {
	padding-top: 5px;
	text-align: center;
	font-size: 10px;
	color: #6d5e60;
	line-height: 12px;
}

/* CLASSES */
.half-content {
	float: left;
	width:430px;
	padding: 120px 0 0 20px;
}
.full-content{
	padding: 120px 20px 0 20px;
}
.impact {
	font-size: 14px;
	color: #8a3d03;
}
.top-img {
	position: absolute;
	height:125px;
	margin: 1px 1px 0 1px;
}
.captions {
	font-size: 10px;
	font-style:italic;
}
.clear { clear: both; }

/* ELEMENTS */

a { color: #994711; }
h1 {
	display: block;
	margin: 0 0 15px 0;
	font-size: 23px;
	color: #8a3d03;
}
ul {
	list-style-type: none;
	padding: 0; 
	margin: 0;
}
li.side {
	list-style-type: disc;
	color: d2cea7;
	margin: 0 0 5px 25px;
}
li.hand {
	background: url(../images/hand-li.gif) left top no-repeat;
	padding: 0 0 20px 25px;
}
hr { 
	height: 1px; 
	border: 0;
	background: #4f453d;
	color: #4f453d;
}
