body { margin:0; padding:0; font-size: 62.5%; background-color: #353535; }


* {margin:0; padding:0;}
img	{ border:0; }

/* Global Text Styles */

p {
	font-family: "Baskerville", Georgia, "Times New Roman", serif;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 22px;
	color: #181616;
	margin-bottom: 20px;
}

a, a:link, a:visited, a:hover { text-decoration: underline; }
a, a:link { color: #605003; }
a:visited { color: #605003; }
a:hover { color: #e6e2ce; }

h4 { 
	clear:both;
	font-size: 1.1em;
	margin: 123px 0 0 0;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	line-height: 1.1em;
	font-weight: normal;
	color: #242424;
}

h2 { 
	font-size: 2.0em;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin: 12px 0 10px 0;
	line-height: 1.3em;
	letter-spacing: 0.01em;
	color: #353535;
}

h3 { 
	font-size: 1.85em;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 12px;
	line-height: 1.0em;
	color: #e6e2ce;
	letter-spacing: 0.01em;
}

h3 a, h3 a:link, h3 a:visited  { 
	color: #e6e2ce;
	text-decoration: none;
}

h3 a:hover { 
	color: #ffffff;
	text-decoration: underline;
}

/* Global Stuffs */
#hp-container-top {
	margin: 0 auto; 
	background: #353535 url(../i/bgimage-white.jpg) top left repeat-y;
	}

#hp-container-bottom {
	margin: 0 auto;
	padding-bottom: 50px; 
	background: #353535 url(../i/bgimage-brown.jpg) top left repeat-y;
	}

/* Header */

#header {
	background-color: #353535;
	border-bottom: 6px solid #d6d0af;
}

#home #header {
	border-bottom: 0;
}

#home #header ul {
	width: 541px;
	margin: 0 auto;
	padding: 10px 0 26px 226px;
}

#header ul {
	width: 541px;
	margin: 0 auto;
	padding: 10px 0 26px 226px;
}

#header li {
	float: left;
	list-style: none;
	padding: 0 17px 0 0;
	margin: 0 2px 3px 0;
	background: transparent url(../i/list-divider.gif) top right no-repeat;
	letter-spacing: 0.02em;
}

#header li.last {
	background: none;
}

#header a, #header a:link, #header a:active {
	font-style: italic;
	color: #e6e2ce;
	font-size: 1.4em;
}

#header a:hover {
	color: #c3b677;
}


/* Home Page */
#home #hptop {
	height: 240px; 
	width: 727px;
	margin: 0 auto;
}

#home h1#logo { 
	background: transparent url(../i/hp-logo.png) top center no-repeat;
	text-indent: -9999px; 
	width: 433px; 
	height: 139px; 
	float: left;
	margin: 58px 0 80px 130px; 
}

#home #hp-content {
	width: 727px;
	margin: 0 auto;
}

#home #hp-content p {
	clear: both;
	margin: 0 150px 0 206px;
	padding-bottom: 20px;
	color: #181616;
}

#hparrow a { 
	text-indent: -9999px; 
	background: transparent url(../i/hp-arrow.png) top left no-repeat;
	display: block;
	width: 64px; 
	height: 64px;
	float: left;
	margin: 88px 0 53px 100px; 
}

#hparrow a:hover { background-position: 0 -64px; }


/* Secondary Pages */
#container {
	margin: 0 auto;
	background: #353535 url(../i/book-bgimage.jpg) top center repeat-x;
	}

#content {
	width: 960px;
	margin: 0 auto;
	overflow: auto;
}

#changeMe {
	width: 530px;
}

#leftcol {
	float: left;
	width: 300px;
	margin: 24px 23px 50px 0;
}

#leftcol p {
	font-size: 1.5em;
	color: #181616;
}

h1#smlogo a { 
	text-indent: -9999px; 
	background: transparent url(../i/logo-sm.png) top left no-repeat;
	display: block;
	width: 190px; 
	height: 56px;
	float: left;
	margin-top: 5px;
}

h1#smlogo a:hover { background-position: 0 -56px; }

#leftarrow a { 
	text-indent: -9999px; 
	background: transparent url(../i/arrow-left.png) top left no-repeat;
	display: block;
	width: 60px; 
	height: 60px;
	float: right;
}

#leftarrow a:hover { background-position: 0 -60px; }

#maincol {
	float: left;
	margin: 22px 0 40px 0;
}

#maincol img {
	background-color: #d6d0af;
	padding: 5px;
	float: left;
	}
	
ul#tabs {
	float: left;
	width: 23px;
	margin: 143px -23px 0 0;
}

ul#tabs li {
	list-style: none;
	padding: 5px 0 0 0;
}

ul#tabs li a {
	width: 23px;
	height: 28px;
	display: block;
	background: transparent url(../i/tabs.png) top left no-repeat;
	font-size: 1.3em;
	line-height: 2.3em;
	text-decoration: none;
	color: #e6e2ce;
	padding: 0 0 0 5px;

}

ul#tabs li a:hover { background-position: 0 -28px; }
ul#tabs li a.on { background-position: 0 -56px; color: #4f4102;	font-weight: bold; }

#rightarrow a { 
	text-indent: -9999px; 
	background: transparent url(../i/arrow-right.png) top left no-repeat;
	display: block;
	width: 60px; 
	height: 60px;
	float: left;
	margin: 24px 0 0 23px;
}

#rightarrow a:hover { background-position: 0 -60px; }

/* Footer */


#footer {
	clear: both;
	background-color: #353535;
	border-top: 6px solid #d6d0af;
}

#footer p {
	width: 550px;
	margin: 0 auto;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	color: #e6e2ce;
	font-size: 1.09em;
	padding: 15px 0 20px 120px;
	line-height: 18px;
}

#home #footer p {
	width: 550px;
	margin: 0 auto;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	color: #e6e2ce;
	font-size: 1.09em;
	padding: 15px 0 20px 95px;
	line-height: 18px;
}
