/* CSS Document */
* {
	margin:0;
	padding:0;
}

body {	background-color: black;
	font-family: Helvetica, arial, verdana, Sans-serif;
	font-size:11px;
	color: #A99A6F;
	line-height: 1.75em;
	}

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	letter-spacing:-0.07em;
	font-family: Helvetica, arial, verdana, Sans-serif;
	padding-top: 8px;
	display: block;
	border-bottom:thin;
	border-bottom-style:solid;
}

p {padding-top: 8px;}

h1 {font-size:200%;color:#CC0000;}
h2 {font-size:170%;color:#666666;}
h3 {font-size:150%;color:#000033;}
h4 {font-size:130%;}
h5 {font-size:110%;border-bottom: none;}
h6 {font-size:100%;border-bottom: none;}

a {
	color:#CEC4AB;
	text-decoration:underline;
}
a:hover {	color: #A99A6F;
	text-decoration:none;
}
	

/*#wrap {background-image: url(../images/websithomesample.jpg);
background-attachment:scroll;
background-position:top;
background-repeat:no-repeat;
width: 1280px;
height: 968px;
display: block;
margin: 0px auto;
clear: both;
z-index:1;}*/


#container { margin: 0px auto;
	width: 1024px;
	height: 768px;
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-attachment:static;
	background-color: black;
	min-height: 768px;
		clear: both;
	/*z-index: 3;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #555;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	
	padding-top: 30px;
	line-height: 150%;*/
	}
	
.content {width: 437px;
text-align:justify;
height:auto;
margin-top: 0;
margin-right: 0;
margin-bottom: 20px;
padding-right: 250px;
padding-left: 432px;
padding-top: 180px;
position:scroll;
}

.header {width: 800px;

padding-left: 300px;
height: 100px;
background-repeat:no-repeat;
padding-top: 15px;
background-attachment:relative;}

.rightboxbelow {
	width: 590px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	padding-right: 0px;
	padding-left: 20px;
	float:left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	height: auto;
	padding-top: 5px;
	
	}
