body {
	background:#000 url(assets/images/mainBG.jpg) center top;
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #999;	
}
.mainTable {
	background:transparent url(assets/images/bg-transparency.png) repeat scroll 0 0;;
    border-color: #800000;
    border-width: 0 ;
    border-style: solid;
}


h1 { font:bold 22px; color:#ab1c27; "Georgia, "Times New Roman", Times, serif Grande"; margin-bottom:0px; padding:0; }

.bodyText {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #999;
	line-height: 1.33em;
}

a:link {
	text-decoration: none;
	color: #ab1c27
}
a:visited {
	text-decoration: none;
	color: #ab1c27;
}
a:hover {
	text-decoration: none;
	color: #f00;
}
a:active {
	text-decoration: none;
	color: #f00;
}
	
a.enter:link {
	padding: 2px 12px 3px 12px;
	background-color: #ab1c27;
	border: 1px;
	border-color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ddd !important;
	font-style: bold;
	border-style: solid;
}
a.enter:visited {
	padding: 2px 12px 3px 12px;
	background-color: #ab1c27;
	border: 1px;
	border-color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ddd !important;
	font-style: bold;
	border-style: solid;
}
a.enter:hover {
	background-color: #f00;
	border-color: #999;
	color: #fff !important;
}
a.enter:active {
	background-color: #f00;
	border-color: #999;
	color: #fff !important;
}

.footer {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #999;
	line-height: 1.33em;
}
.footerTitle {
	font-size: 16px;
	font-weight: normal;
	color: #800000;
	line-height: 1.15em;
}

.footerList {
	line-height: 2.4em;
}

#footerNav {
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
	font-size: 12px;
	line-height: 1.5em;
	padding-top:6px;
	padding-bottom:44px;
}
#footer {
    background: #000 url('assets/images/blog_footerbg.jpg') top center repeat-x;
	width:100%;
    height: 100px;
	margin:0;
	}

#content {
    background: #656565 url('assets/images/blog_background.jpg') top center repeat-x;
	width:100%;
    height: 100px;
	margin:0;
	}
.address {
	font-family: Helvetica, Arial, sans-serif;
	color: #999;
	font-size: 14px;
	
}
.small {
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
	font-size: 10px;
	margin-bottom:40px;
	
}
.smallBold {
	font-weight: bold;
}

/* special pads */
.mainTitle {margin-top:20px}
.sidebarTitle {margin-top:66px}
.iconspace {margin:0px 5px -1px 0px}



