@charset "UTF-8";
/* CSS Document */
a:link {text-decoration: none; color:#46432e;}
a:visited {color:#46432e; text-decoration: none;}
a:hover {color: #46432e; text-decoration: none;}
#footer a:link{
text-decoration: none; color:#46432e;}

body  {
	background: #000000;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: #000000;
}
 #container { 
	width: 900px;  
	background: #000000;
	margin: 0 auto; 
	text-align: left; 
} 
 #header { 
	background: #000000; 
	
	position:relative;
	width: 900px;  
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	height:550px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
	
}
.twoColFixLtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px;
	height:550px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #0000001; /* the background color will be displayed for the length of the content in the column, but no further */
	
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 300px;
	width: 599px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	 /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 	


h1{
width:auto;
height:50px;
}
#h3 {
color: #5d593c;
font-family: Century, Georgia, "Times New Roman", Times, serif;
font-size:14px;
font-style:italic;
font-weight: normal;
  
width:300px;
margin: 20px 0 20px 0;

}
h4{
float:left;
width: 8em;
}

#blankview{
	background-color:#000000;
	width:500px;
	height:500px;
}
#blankview2{
	background-color:#000000;
	width:600px;
	height:500px;
}
#blankview3{
	background-color:#000000;
	width:300px;
	height:400px;
	padding-top:120px;
}
#spacer{
width:auto;
height:35px;
}
#thumbs {
float:left;
	background-color:#000000;
	width: 75px;
	margin-top: 180px;
	margin-bottom: 0px;
}
#thumbs2 {
	float:left;
	background-color:#000000;
	width: 75px;
	padding-left:20px;
	margin-top: 233px;
}
#copy{
float:left;
background-color:#000000;
width: 300px;
padding-top: 20px;
color: #5d593c;
font-family: Century, Georgia, "Times New Roman", Times, serif;
font-size:14px;
}
#intro{
color: #5d593c;
font-family: Century, Georgia, "Times New Roman", Times, serif;
font-size:12px;
width:300px;
margin: 20px 0 85px 0;
}
#copyA{
float:left;
background-color:#000000;
width: 599px;

padding-left:0px;
color: #5d593c;
font-family: Century, Georgia, "Times New Roman", Times, serif;
font-size:12px;
}
#copyA2{
float:left;
background-color:#000000;
width: 300px;
padding-top: 20px;
padding-left:10px;
color: #5d593c;
font-family: Century, Georgia, "Times New Roman", Times, serif;
font-size:12px;
}
.Atext {
color: #46432e;
	font-family: Century, Georgia, "Times New Roman", Times, serif;
font-size:12px;
	}
	.Btext {
color: #46432e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:underline;
	}
 #footer {
	position: relative;
	top:5px;
	margin: 0;
	color: #5d593c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight: lighter;
	padding: 30px 10px 0 35px;
	background:#000000;
	width: 250px;
	height: 20px;
	left:300px;
} 
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.style1 {
	font-size: 10px
}

