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

body {

text-align: center;
font-family:Century Gothic, Arial, Helvetica, sans-serif;
color: #000000;
font-size: 11px;

margin: 0;
	padding: 0;

	

}

a {

text-decoration: none;
color: #000000;
font-size: 14px;


}

a:hover {color:#990000;}
a img {

border: 2px solid #ffffff;

}

a:hover img {

border: 2px solid #000000;

}


h1 {
font-size: 48px;
margin-left: 15px;
margin-top: 15px;
padding-left: 10px;
color: #ffffff;

}

h2 {
font-size: 18px;
padding-top: 15px;
}

h3 {
font-size: 20px;
margin-left: 0px;
margin-top: 15px;
color: #000000;
}

h4 {font-size: 14px;}

p {

font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 16px;
width: 450px;

}

p a {font-size: 12px;}

#container {

margin-left: auto;
margin-right: auto;
text-align: left;
border: 2px solid #000000;
width: 800px; 
position: relative;
background-color: #ffffff;
}



#nav {
	position: absolute;
	width: 900px;
	top: 218px;
	height: 26px;
	left: 0px;
	text-align:center;
	background-color: #ffffff;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;

}

#nav a {
color: #000000;
font-size: 18px;
text-decoration: none;
padding: 2px 15px 3px 15px;
margin: 0px;


}

#nav a:hover {
color: #990000;
text-decoration: none;
padding: 2px 15px 3px 15px;
margin: 0px;

}

#sidenav {
	position: absolute;
	width: 146px;
	height: 202px;
	top: 172px;
	left: 3px;
}

#sidenav a {
display: block;
padding: 5px;


}

#search {
	position: absolute;
	width: 149px;
	height: 29px;
	top: 440px;
	left: 25px;
	}
	
#info {
	position: absolute;
	width: 480px;
	height: 170px;
	top: 249px;
	left: 201px;
	}
	
#content {
	position: absolute;
	width: 438px;
	height: 170px;
	top: 245px;
	left: 208px;
	}
	
	#unfinished {
	
	padding-left: 20px;
	padding-bottom: 20px;
	
	}
	
#grades {

padding-left: 20px;
padding-bottom: 20px;
}

#back {

font-family:Arial, Helvetica, sans-serif;
padding-left: 590px;
padding-bottom: 5px;

}

#back a {
font-size: 11px;
}


tr.pictures td {
padding: 5px 5px 0px 0px;
}

.unfinished {

margin-left: 55px;
font-family: Arial, Helvetica, sans-serif;
}

.info {
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
text-align: left;
padding-left: 15px;
}

.species {

padding: 0px 0px 00px 00px;

}

.janka {

font-size: 10px;


}

table.info td {
vertical-align: bottom;
}





	
.twoColFixLtHdr #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: auto; 
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background:#d1ab7f;
} 
.twoColFixLtHdr #header { 
	background: #DDDDDD; 
	width: 900px;
	height: 243px;
	background-image:url(newheader.jpg);
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 25px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* 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: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	margin: 20px 20px 20px 20px;
	border: 1px solid #000000;
}

#sidebar1 a {
display: block;
}

.twoColFixLtHdr #mainContent { 
	margin: 20px  20px 20px 250px; /* 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. */
	background: #ffffff;
	border: 1px solid #000000;
} 


.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff; 
	text-align: center;
	border-top: 1px solid #000000;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	text-align: center;
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#texture-detail {

}

table#quote {
padding-left: 50px;
}

table#quote tr td {
text-align:left;
background-color:#FFFFFF;
}
