/*********************/
/* BASIC */
/*********************/

body {
	<!--font: 62.7% Verdana, Arial, Helvetica, sans-serif;-->
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/trans5.gif) repeat left top;
}

p,h1,h2,h3,h4,h5,h5,ol,ul {
	margin: 0px;
	padding: 0px;
}

h1.titleline  {
	background: #FFFFFF url(images/bg/bg_link3_h3.png) repeat left top;
	text-align: center;
        color:red;
	margin: 0;
	padding: 10px;
	border: none;
}


a img { 
	border: none;
}


/********************************************/
/* Main Wrapper - contains the entire page */
/******************************************/

#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right: 2px solid #000000;
	border-left: 2px solid #000000;
	background: #FFFFFF url(images/bg/bg_rside2.png) repeat-y right top;
}

/************************************************/
/* Wrapper2 - contains the left sidebar and main*/
/************************************************/
#wrapper2 {
	float: left;
	width: 600px;
	margin: 0;
	padding: 0;
}



/*********************/
/* BANNER STYLES */
/*********************/

#banner {
	background: url(images/bg/banner1.jpg) repeat-x left top;
	width: 800px;
	position: relative;
	border: 1px solid black;
	font-weight: bold;
	color: #666666;
}

/*********************/
/* MAIN NAV */
/*********************/

#nav {
	margin-bottom: 0px;
	position: absolute;
	top: 82px;
	left: 165px;
}

#nav li {
	list-style-type: none;
	padding: 0px;
	margin: 0;
	float: left;
}

#nav a {
	display: block;
	font-size: 11px;
	color: #D6ECAE;
	text-decoration: none;
	text-align: center;
	background: url(images/bg/bg_rside.png) repeat left top;
	padding: 2px 2px 2px 3px;
	width: 6em;
	margin-left: 2px;
	border-right: 1px solid #73AFB7;
	border-bottom: 1px solid #73AFB7;
	font-weight: bold;
	margin-bottom: 2px;
}

#nav a:visited {
	background: #FFFFFF url(images/bg/bg_link3_h3.png) repeat left top;
	border-right: 1px solid #14556B;
	border-bottom: 1px solid #14556B;
	color: black;
}
#nav a:hover {
	background: #FFFFFF url(images/trans5.gif) repeat left top;
	border-right: 1px solid #14556B;
	border-bottom: 1px solid #14556B;
	color: #5C3E90;
}



/*highlight "you are here" buttons*/
 
body#home #nav a#homelink,
body#book #nav a#booklink,
body#short #nav a#shortlink,
body#eva #nav a#evalink,
body#shade #nav a#shadelink,
body#faq #nav a#faqlink {
	border-right: 1px solid #14556B;
	border-bottom: 1px solid #14556B;
	color: #E3007B;
}

#logo {
	font-weight: bold;
	color: #666666;
	height: 100px;
}


/*********************/
/* LEFT SIDEBAR */
/*********************/

#lsidebar {
	float: left;
	width: 160px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
}

#vNav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 1.2em;
	border-top: 1px dashed #294E56;
	border-right: 1px dashed #294E56;
}
#vNav li {
	display: inline;
}
#vNav .title {
	font-weight: bold;
	display: block;
	color: #666666;
}
#vNav a {
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dashed #294E56;
	color: #6F559D;
	line-height: 110%;
	background: #FFFFFF url(images/bg/bg_link3.png) no-repeat left bottom;
}
/* hack for IE 6 < to make entire block clickable */
* html #news a {
	height: 1px; 
}

#vNav a:hover {
	color: #000000;
	background-image: url(images/bg/bg_link_h.png);
}

/*highlight "you are here" buttons*/

body#home  #lsidebar a#homelink,
body#book  #lsidebar a#booklink,
body#short #lsidebar a#shortlink,
body#eva   #lsidebar a#evalink,
body#shade #lsidebar a#shadelink,
body#faq   #lsidebar a#faqlink {
	border-right: 1px solid #FF0000;
	border-bottom: 1px solid #FF0000;
	color: #FF0000;
}


/*********************/
/* MAIN */
/*********************/
#main {
	float: right;
	margin: 5px 0px 5px 5px;
	width: 420px;

}

h1 {
	color: #BD0043;
	margin-top: 10px;
	font-size: 2.4em;
	border-top: 4px solid #294E56;
	line-height: 100%;
}
.section {
	display: inline;
	color: #826BA;
	font-weight: normal;
}

.floatRight {
	float: right;
	margin: 5px 10px 2px 15px;
}
img.floatRight {
	border: 2px solid #000000;
}

p {
	color: #5C3E90;
	font-size: 1.6em;
}

.Hacksaw {
	color: #D1004B;
	font-size: 1.7em;
	font-style: italic;
}

.FAQinit {
	color: #D1004B;
	font-size: 1.2em;
}
.guesttitle {
	color: #6C000A;
	font-size: 1.6em;
	font-style: italic;
}

.chapter {
	color: #4A2885;
	font-size: 0.8em;
}


h2 {
	color: #F4BE04;
	font-size: 1.9em;
	margin-top: 15px;
	overflow: hidden;
	padding-top: 0px;
	background: #FFFFFF url(images/bg/bg_link3_h3.png) repeat left top;
}

/*********************/
/* RIGHT SIDEBAR */
/*********************/

#rsidebar {
	float: right;
	width: 179px;
	margin-left: -5px;
	background: #FFFFFF url(images/bg/bg_rside.png) repeat left top;
}

#rsiderbar * {
	color: #FFF;
}

#rsidebar h3 {
	font-size: 1.2em;
	background: #FFFFFF url(images/bg/bg_link3_h3.png) repeat left top;
	padding: 3px 5px 3px 5px;
}

#rsidebar h4 {
	font-size: 1.0em;
	margin: 10px 10px 5px 10px;
}

#rsidebar p {
	font-size: 1.2em;
	color: #5C3E90;
	margin: 3px 10px 10px 10px;
	line-height: 110%;
}


/*********************/
/* FOOTER */
/*********************/
#footer {
	clear: both;
	padding: 5px 40px 20px;
	border-top: 1px  dashed #999999;
	font-weight: bold;
	color: #666666;
	background: #FFFFFF url(images/trans5.gif) repeat left top;
}

