/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #1F1F1F;
	min-width:800px;
}
#wrapper {
	margin: 0px auto 10px auto;
	padding: 0px;
	width: 800px;
	background-color: #A49F9E;
	background-image:url(/images/Tag_Bkg.jpg);
	background-repeat:no-repeat;
	background-position: top;
}
/* Header Section */
#header {
	width: 800px;
	height:88px;
	background-color:#0066CC;
}
/* End Header Section */
/* Header Nav Section */
#tagnav {
	font-family:"Times New Roman", Times, serif;
	background-color:#1F1F1F;
	height:20px;
	padding-left:28px;
	padding-top:3px;
	margin-top:-2px;
	clear:both;
}
#tagnav a {
	font-size:1.5em;
	font-weight:bold;
	color:#FF9900;
	text-decoration:none;
	padding-left:4px;
	padding-right:30px;
	padding-bottom:4px;
	*padding-bottom:10px;
	height: 21px;
}
#tagnav a:hover {
	color: #939DCC;
	background-color:#373737;
}
.taghere {
	background-color:#373737;
}
/* End Header Nav Section */
/* 3 Column Structure */
#topline {
	clear:both;
}
#leftside {
	width:174px;
	float:left; 
}
#rightside {
	width:184px;
	float:right;
}
#content { 
	margin-right:185px;
	margin-left:175px;
}
#bottomline {
	clear:both;
	padding-top: 25px;
}
/* End 3 Column Structure */
/* Left Column Section */
#leftside {
	padding-top:30px;
	padding-left:25px;
}
.buybutton {
	margin-left:10px;
	margin-bottom:15px;
}
/* End Left Column Section */
/* Main Content Section */
#content {
	margin-bottom:35px;
	padding-top:40px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:15px;
}
#content p {
	padding-top:9px;
	padding-bottom:10px;
	font-size:1.15em;
	line-height:1.1em;
}
h2 {
	color:#000000;
	padding:1px;
	font-size:1.7em;
	font-weight:bold;
}
h3 {
	padding:1px;
	font-size:1.7em;
	font-weight:normal;
}
.quote {
	font-style:italic;
	background-color: #F9ECC5;
	border: 1px solid #000000;
	padding: 8px;
	width:325px;
	margin-left:25px;
}
.book {
	background-color: #F9ECC5;
	border: 1px solid #000000;
	padding: 8px;
	width:325px;
	margin-left:25px;
}
.quoted {
	color:#000000;
	margin-left:50px;
}
#content ul {
	list-style-position: inside;
	padding-bottom:8px;
}
/* End Main Content Section */
/* Right Column Section */
#rightside {
	margin-top:40px;
}
.rightfeature {
	background-color:#FFFFFF;
	border:1px solid #1F1F1F;
	width:154px;
	text-align:center;
	margin-bottom:30px;
	margin-left: 15px;
	margin-right:15px;
}
.rightfeature p {
	padding: 5px 8px 5px 8px;
}
#mapimg {
	margin-bottom:-9px;
}
/* End Right Column Section */
	
/* Footer Section */
#tagfooter {
	width:800px;
	padding-top:10px;
	padding-bottom:15px;
	background-color:#1F1F1F;
	clear:both;
	color: #AAAAAD;
	font-size:.9em;
	text-align:center;
}
#tagfooter a {
	color:#999999;
	text-decoration:none;
}
#tagfooter a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
/* End Footer Section */
