body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000000;
	background-color: #333333;
	margin: 0px;
	padding: 0px;
}

img {
	margin: 0px;
	padding: 0px;
}

a:link, a:visited{
	color:#990000;
	text-decoration:underline;
}

a:hover, a:active{
	color:#FF0000;
	text-decoration:none;
}

p{
	margin: 10px 0px 0px 0px;
}

h3{
	font-size: 1.5em;
}

#whiteWrapper {
	width: 700px;
	background-color:#FFFFFF;
	padding: 0px;
	margin: 0px;
}

/* AD SECTION */
#adWrapper {
	margin: 5px 0px 5px 0px;
	height: 60px;
}

.adImage {
	border:none;
}

/* SHOP STUFF */
.shopItem {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

.shopHeading {
	clear: both;
	margin-top: 20px;
	color:#990000;
}

/* HEADER */
#header {
	background-image:url(images/imgHeader.gif);
	width: 700px;
	height: 102px;
}

#header img{
	float:left;
}

#header div{
	float:right;
	padding: 77px 40px 0px 0px;
}

a.nav {
	font-size: 14px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}

a.navBlog {
	font-size:16px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}

a.nav:link, a.nav:visited {
	text-decoration: none;
	color:#990000;
}

a.nav:hover, a.nav:active {
	text-decoration: underline;
	color:#000000;
}

a.navBlog:link, a.navBlog:visited {
	text-decoration: none;
	color:#990000;
}

a.navBlog:hover, a.navBlog:active {
	text-decoration: underline;
	color:#000000;
}

#contentWrapper {
	position: relative;
	width: 700px;
}

/* LEFT COLUMN */
#columnLeft {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 140px;
	background:url(images/imgColLeftBg.jpg);
	background-repeat:repeat-y;
}

#columnLeftContent{
	width: 130px;
	color:#FFFFFF;
	margin-left: 5px;
	margin-bottom: 10px;
	font-size: .9em;
	text-align: left;
}

#columnLeftSpacer{
	height: 18px;
}

#columnLeft a {
	color:#FFFFFF;
	font-weight: bold;
	font-size: 1.1em;
	display: block;
}

#columnLeft a:link, a:visited {
	text-decoration: underline;
}

#columnLeft a:hover, a:active {
	text-decoration: none;
}

/* RIGHT COLUMN */
#columnRight {
	float: right;
	top: 0px;
	width: 140px;
	background:url(images/imgColRightBg.jpg);
	background-repeat:repeat-y;
	border-bottom: 1px solid #990000;
}

#columnRightContent{
	width: 130px;
	margin-left: 7px;
	font-size: .8em;
	text-align: right;
}

#columnRight p {
	margin: 10px 0px 30px 0px;
}

#columnRight a {
	color:#990000;
	font-weight: bold;
	font-size: 1.1em;
}

#columnRight a:link, a:visited {
	text-decoration: underline;
}

#columnRight a:hover, a:active {
	text-decoration: none;
}

/* CENTER COLUMN */
#columnCenter {
	position: relative;
	left: 140px;
	top: 0px;
	width: 400px;
	margin-bottom: 20px;
	background-color:#ffffff;
	background-image: url(images/imgContentHeader.jpg);
	padding: 65px 10px 0px 10px;
	background-repeat:no-repeat;
	font-size: 1em;
}

#columnCenterNoRight {
	position: relative;
	left: 140px;
	top: 0px;
	width: 520px;
	margin-bottom: 20px;
	background-color:#ffffff;
	background-image: url(images/imgContentHeader.jpg);
	padding: 65px 10px 0px 10px;
	background-repeat:no-repeat;
	font-size: 1em;
}

/* COLUMN COMMON */
.columnSection {
	text-align: left;
	background-color:#000000;
	color:#CCCCCC;
	padding: 5px 2px 5px 2px;
}

/* HOME FOOTER */
#homeFooter{
	position: relative;
	width:419px;
	left: 140px;
	background-color:#CCCCCC;
	background-image:url(images/imgHomeFooter_bg.gif);
	background-repeat:repeat;
	border: 1px solid #000000;
	margin: 0px;
	padding: 0px;
}

#homeFooterTitle {
	width:419px;
	background-color:#000000;
	color:#CCCCCC;
	text-align:left;
	font-weight: bold;
	padding-bottom: 3px;
}

#homeFooterContent {
	width: 409px;
	text-align: left;
	color: #000000;
	margin-left: 10px;
	padding-bottom: 10px;
}

#homeFooter img{
	width: 150px;
	height: 150px;
	float:right;
}

#homeFooter h3{
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#homeFooter h4{
	margin:0px;
	padding:0px;
	width: 450px;
	color:#FFFFFF;
	font-size: 1.2em;
	font-weight:bold;
}

/* PAGE FOOTER */
#footerTable {
	height: 75px;
}
.pageFooterTD {
	font-size: .8em;
	font-weight: bold;
}

.pageFooterTD a:link, a:visited {
	color:#990000;
	text-decoration: underline;
}

.pageFooterTD a:hover, a:active {
	color:#FF0000;
	text-decoration: none;
}
