/* © 2006 Ten Foot Studios. www.tenfootstudios.com */

@import "common.css";

body {
	background-image: url(../images/background.jpg);
	background-repeat:repeat-x;
	background-position:center;
	background-position:top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #a2906f;
	
}

a:link { color: #E92F00; }
a:visited {	color:#B92500}

p{
margin-top:0px;
margin-bottom: 20px;

}


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

h1 {	font-size: 20px;	color: #2c1c02;		margin-top: 0px; }
h2 { 	font-size: 14px; 	color: #a86949; 	margin-top: 0px; 	margin-bottom: 2px;	}
h3 {	font-size: 15px; 	color:#2c1c02; 		margin: 0px; 		margin-top: 2px; }
h4 {	font-size: 14px;	color:  #57524f;	line-height: 18px;	margin-bottom: 0px; 	margin-top: 0px; }


/* page layout setup */

#container {
width: 950px;
margin:auto;   /* align for good browsers */
background-image:url(../images/bodyTile.jpg);
background-repeat:repeat-y;
}


#content {
width: 398px;
margin-left: 276px;
padding: 0px;
}

#mainContent {
width: 328px;
margin-left: 276px;
padding: 0px;
}

#mainRight {
width: 261px;
float:right;
/* margin-right: 55px; doesn't work in ie6  */
padding-right: 55px;
margin-left: 0px;
}

#contentWide {
width: 600px;
margin-left: 276px;
padding: 0px;
}


#mainTop {
height: 647px;
margin:auto;

}

#mainLeft {
position: absolute; /* position:absolute; for ie 6 */
width: 191px;
float:left;
margin-left: 56px;
margin-right: 0px;
}

#leftSide {
position:absolute; /* position:absolute; for ie 6 */
width: 167px;
float:left;
margin-left: 56px;
margin-right: 0px;
padding-top: 5px;
}



#rightSide {
width: 191px;
float:right;
/* margin-right: 55px; doesn't work in ie6  */
padding-right: 55px;
margin-left: 0px;
}
#rightSide2 {
width: 55px;
float:right;

}


#bottom {
clear: both;
width: 950px;
height: 100px; /* 157 minus the padding */
text-align: center;
padding-top: 57px;
margin:auto;
background-image:url(../images/bodyBottom.jpg);
background-repeat:no-repeat;
}

/* design stuff */
.photorightTop {	float: right;	padding-left: 20px; padding-bottom: 10px; }
.photoleftTop {	float: left;	margin-right: 20px; margin-bottom: 10px; border:solid 1px;	border-color:#665539; }

.photoright{	float: right;	padding-left: 20px; padding-bottom: 10px;	padding-top: 10px;}
.photoleft {	float: left;	padding-right: 20px; padding-bottom: 10px;	padding-top: 10px;}

.photo{	 border:solid 1px;	border-color:#665539; }

.sectionText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2d1d00;
	font-style: italic;
	line-height: 18px;
}

.style1 {
	color: #2d1d00;
	font-weight: bold;
}

.listedText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2d1d00;
	font-weight: bold;
	line-height: 18px;
}

/* bottom nav */
.bottom a:link {color:#797979; text-decoration:none;}
.bottom a:hover {color:#797979; text-decoration:underline;}
.bottom a:active {color:#797979; text-decoration:none;}
.bottom a:visited {color:#797979; text-decoration:none;}

/* bottom nav 2*/
.bottom2 a:link {color:#a5a5a5; text-decoration:none;}
.bottom2 a:hover {color:#a5a5a5; text-decoration:underline;}
.bottom2 a:active {color:#a5a5a5; text-decoration:none;}
.bottom2 a:visited {color:#a5a5a5; text-decoration:none;}

/* list styles */
#inlineList ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	}
	

	
#inlineList ul, #inlineList li {
	display: inline;
	margin: 8px;
	padding: 0px;
	}
	
	#inlineList2 ul, #inlineList2 li {
	display: inline;
	margin: 8px;
	padding: 0px;
	}

