@charset "utf-8";


body {
	
background-color: #FFFFFF;
	
text-align: center;
	
margin: 0px;
	
padding: 0px;
	
background-image: url(Image/bg_gradient.jpg);
	
background-repeat: repeat-x;

}



a {
	
color:#812E0C;
	
font-weight:bold;

}



#wrapper {
	
text-align: left;
	
width: 760px;	
margin-top: 0px;
	
margin-right: auto;
	
margin-bottom: 0px;
	
margin-left: auto;

}



#header {
	
margin-top: 12px;
	
margin-bottom: 12px;

}




.rust {

color: #812E0C;

}



.library th {
	
margin-top: 30px;
	
text-align:left;
	
font-weight:bold;
	
font-size:large;
	
font-variant:small-caps;
	
padding: 20px 15px 2px 0px;
	
border-bottom:solid thin #812E0C;

}



.library td {
	
padding: 2px 15px 2px 15px;

}



#content {
	
margin-top: 0px;
	
padding-top: 0px;

}



#footer {
	
clear: both;

}



#nav {
	
height: 62px;
	
}

#banner {
	
height: 76px;

}



#oneColumn {


}



#leftColumn {
	
float: left;
	
width: 365px;

}



#rightColumn {
	
float: right;
	
width: 365px;

}



#oneColumn {
	
float: left;
	
width: 760;

}



#clearBoth {
	
clear:both;

}

