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

*{
	margin:0;
	padding:0;
}

body{
	font:1em Arial, Helvetica, sans-serif;
	color:#302103;
	background-color:#4a1a05;
}

#content{
	color:#302103;
}

.first{
	padding-top:1em;
}

p{
	font-size:.8em;
	padding-top:.75em;
	line-height:150%;
}

h1{
	font-size:.9em;
	font-weight:bold;
	padding-top:2em;
	color:#4a1a05;
}

h2{
	font-size:.8em;
	font-weight:bold;
	padding-top:1em;
	color:#4a1a05;
}

img{
	border:none;
}

a{
	color:#4a1a05;
	text-decoration:none;
}

a:hover{
	color:#858456;
}

li{
	list-style-type:none;
	font-size:.8em;
	padding:.25em 15px;
}

#bullet li{
	list-style-type:disc;
	font-size:.8em;
	margin-left:15px;
}

form{
	font-size:.8em;
	line-height:2em;
}

div#mainWrapper{
	width:1020px;
	height:770px;
	margin:0px auto;
}

div#header{
	position:relative;
	width:1020px;
	height:173px;
	z-index:5;
}

#background{
	position:absolute;  left: 0; width:100%; height:475px; z-index:-1;
	top:173px;
	background:url(images/BG_texture.jpg) repeat-x top left;
}

#logo{
	position:absolute;  top: 0px; left: -13px;
	behavior: url(iepngfix.htc);
	height:210px;
	width:221px;
	background-image:url(images/logo.png);
}

div#contentWrapper{
	position:relative;
	width:1020px;
	height:475px;
	z-index:2;
	background-color:#ded3be;
}

div#leftContent{
	width:510px;
	height:475px;
	float:left;
	background-color:#ded3be;
}

#rightContent{
	width:510px;
	height:475px;
	background-color:#ded3be;
	float:left;
}

div#content{
	width:470px;
	height:425px;
	padding: 0 20px;
	float:left;
	overflow:auto;
}

#content a{
	text-decoration:underline;
}

div#footer{
	width:1020px;
	color:#ded3be;
	font-size:1em;
	text-align:center;
	padding-top:30px;
}

#footer p{
	padding:0;
}

#footer ul{
	margin:0 auto;
	width:1020px;
}

.textHalf{
	width:215px;
}

.textFull{
	width:450px;
}