/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 83%;
	margin: 0px;
	padding: 0px;
	background-color: #3A5D73;
}

#wrapper {
	width: 875px;
	margin: auto;
        position: absolute;

}

img { border: 4px; border-color: #CCCCCC; }

h2 {
	color: #9CDF18;
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	}
a {
	text-decoration: underline;
	color: #8FCE45;
}
a:hover {
	text-decoration:none;
}
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/
#divBanner a{
  text-decoration: none;
}

#divBanner a:hover {
  text-decoration: underline;
}

#divBanner{
    color: #92D340;
    font-size: 4.5em;
    font-weight: bold;
    height: 140px;
	margin-top: 0px;
	border: 5px solid #FFFFFF;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/books.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
    text-align: center;
}
#divlogo {
        height: 95px;
	margin-top: 0px;
	border: 5px solid #FFFFFF;
	background-image: url(images/booksquare.png);
	text-align: center;
	padding-top: 45px;
	font-size: 3em;
}
span.ain {
	color: #FFC605;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #92D340;
}
span.web { 
	color: #FFC605;
}
/*------------------------------------------------------------*
**  Column Left
**------------------------------------------------------------*/
#colLeft {
	width: 200px;
	height: 600px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #32556B;
        margin-right: 0px;
	padding: 0px;
	background-color: #3A5D73;
        float: left;
}

div#buy_guide {
  text-align: center;
  padding: 3px 3px 0px 3px;
  margin-top: 10px;
}

div#buy_guide h3 {
  font-size: 24pt;
  margin-top: 3px;
}

/*------------------------------------------------------------*
**  Column Right
**------------------------------------------------------------*/


#colRight {
	min-height: 600px;
	width: 460px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: absolute; left: 205px;
	background: #7495AB;
}

#colRight h1 {
	margin-top: 5px;
	margin-bottom:  10px;
}

/*------------------------------------------------------------*
**  Content Middle
**------------------------------------------------------------*/
#divMainContent {
	padding-left: 10px;
	padding-right: 20px;

}


/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/
#Navigation {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#Navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#Navigation li {
	display: block;
}

#Navigation ul li a  {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	font-size: 12px;
	background-color: #32556B;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #32556B;
	height: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin: 0px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #32556B;
	padding-right: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3A5D73;
	background-image: url(images/icons/arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#Navigation ul li a:hover,  #Navigation ul li  a.current {
	background-color: #365D7A;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #365D7A;
	color: #B4FF05;
}

#menuTab {
	color:#32556B;
	font-size:1.2em;
	text-align:center;
	background-image: url(images/navtab.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 200px;
	height: 25px;
	padding-top: 2px;
}

.title {
	font-size: 17px;
	color: #B4FF05;
	height: 20px;
	padding-top: 20px;
	background-image: url(images/line.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-weight: bold;
}

.allpara {
	background-image: url(images/line.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 15px;
	color: #9DC1D9;
	margin: 0px;
}

.smallSpacer {
	height: 600px;
	width: 5px;
	float: left;
}

#price {
    font-size: 16pt;
    font-weight: bold;
    color: #B4FF05;
    text-align: right;
}

#paypal_button {
    position: absolute;
    right: 5px;
}

#footyyy {
	height: 22px;
	border: 1px solid #32556B;
	color: #FFFFFF;
	text-align: center;
	padding-top: 3px;
        clear: both;
}

/*----------------------------------------

