@charset "UTF-8";
/* CSS Document */

@import url("form.css");
@import url("text.css");

/*Colors:

text - #
background - #


*/

/* Global styles */

* {color:#000000;
	font-family:"Times New Roman", Times, serif;
	font-size:11pt;
	margin:0;
	padding:0;}

.left {text-align:left;}

.center {text-align:center;}

.justify {text-align:justify;}

.right {text-align:right;}

img {border:none;}

a {outline:none;}  /*Stops dotted outline around links in Firefox*/

/* Main Element Styles */

html {min-height: 100%;
	margin-bottom: 1px;
	overflow: -moz-scrollbars-vertical !important;  /*Forces left scroll bar in Mozilla*/
}

body {background:#FFFFFF url(../images/backgrounds/mainBG02a.jpg) top left repeat-x;}

p, td, li {
	line-height:13pt;
	margin:10px 25px;
	text-align:left;
}

a em, a span, a strong {color:#FF0000}

li {list-style: disc;margin:5px 35px;}

td {vertical-align:top;}

h1, h2, h3, h4 {
	margin:15px 15px;
	font-weight:bold;
	color: #000000;
}

h1 {font-size:175%;color: #000000;}
h2 {font-size:150%;color:#FF0000;}
h3 {font-size:125%;}
h4 {font-size:100%;}

a:link, a:visited, a:active {
	color:#FF0000;
	font-weight:normal;
	text-decoration:none;
}

a:hover {
	color:#FF8B16;
	text-decoration:underline;
}

/*Content styles*/

div.mainWrapper {
	position:relative;
	width:1024px;
	height:auto;
	margin:0 auto;
	background:#FFF;
	border:#FF0000;
}

td.Header {
	position:relative;
	width:1024px;
	height:250px;
	background-color:#000;
}

table#headerTable {width:1024px; height:250px;background-color:transparent;}

td.jessieLilley, a.jessie {width:205px;height:51px;text-indent:-9999px;display:block;padding:0;margin:0;}

	a.jessie {background:#000000 url(../images/jessieLilleyButton.jpg) top center no-repeat;}
	a.jessie:hover {background:#000000 url(../images/jessieLilleyButton-over.jpg) top center no-repeat;}

td.buddyBarnett, a.buddy  {width:205px;height:41px;text-indent:-9999px;display:block;padding:0;margin:0;}

	a.buddy {background:#000000 url(../images/buddyBarnettButton.jpg) top center no-repeat;}
	a.buddy:hover {background:#000000 url(../images/buddyBarnettButton-over.jpg) top center no-repeat;}

td.bradLinaweaver, a.brad {width:205px;height:53px;text-indent:-9999px;display:block;padding:0;margin:0;}

	a.brad {background:#000000 url(../images/bradLinaweaverButton.jpg) top center no-repeat;}
	a.brad:hover {background:#000000 url(../images/bradLinaweaverButton-over.jpg) top center no-repeat;}

td.divider {
	height:28px;
	width:1024px;
	background:#FE0000 url(../images/divider.jpg) top center no-repeat;
	text-indent:-9999px;
	padding:0;
}

td.divider p {
	margin:0;
	line-height:10pt;
}

td.leftMenu {
	position:relative;
	width:185px;
	height:auto;
	background-color:#000000;
	padding:0;
	color:#FFFFFF;
	text-align:center;
}

td.leftMenu div {
	text-align:center;
	margin-top:25px;
}

td.leftMenu a {
	display:block;
	width:185px;
	height:37px;
	text-indent:-9999px;
	margin-bottom:4px;
}

	a.menuLogo {background:#FFFFFF url(../images/buttons/logoSmall01_white.jpg) top center no-repeat;padding-bottom:15px;}
	a.menuLogo:hover {background:#000000 url(../images/buttons/logoSmall01_black.jpg) top center no-repeat;padding-bottom:15px;}

	a.menuArticles {background:#000000 url(../images/buttons/archives2.jpg) bottom center no-repeat;}
	a.menuArticles:hover {background:#000000 url(../images/buttons/archives2_over.jpg) bottom center no-repeat;}
	
	a.menuFeatures {background:#000000 url(../images/buttons/features2.jpg) bottom center no-repeat;}
	a.menuFeatures:hover {background:#000000 url(../images/buttons/features2_over.jpg) bottom center no-repeat;}
	
	a.menuInterviews {background:#000000 url(../images/buttons/interviews2.jpg) bottom center no-repeat;}
	a.menuInterviews:hover {background:#000000 url(../images/buttons/interviews2_over.jpg) bottom center no-repeat;}
	
	a.menuReviews {background:#000000 url(../images/buttons/books2.jpg) bottom center no-repeat;}
	a.menuReviews:hover {background:#000000 url(../images/buttons/books2_over.jpg) bottom center no-repeat;}
	
	a.menuNews {background:#000000 url(../images/buttons/news2.jpg) bottom center no-repeat;}
	a.menuNews:hover {background:#000000 url(../images/buttons/news2_over.jpg) bottom center no-repeat;}
	
	a.menuFilm {background:#000000 url(../images/buttons/film2.jpg) bottom center no-repeat;}
	a.menuFilm:hover {background:#000000 url(../images/buttons/film2_over.jpg) bottom center no-repeat;}
	
	a.menuMusic {background:#000000 url(../images/buttons/music2.jpg) bottom center no-repeat;}
	a.menuMusic:hover {background:#000000 url(../images/buttons/music2_over.jpg) bottom center no-repeat;}
	
	a.menuBlog {background:#000000 url(../images/buttons/blog2.jpg) bottom center no-repeat;}
	a.menuBlog:hover {background:#000000 url(../images/buttons/blog2_over.jpg) bottom center no-repeat;}
	
	a.menuForum {background:#000000 url(../images/buttons/forum2.jpg) bottom center no-repeat;}
	a.menuForum:hover {background:#000000 url(../images/buttons/forum2_over.jpg) bottom center no-repeat;}
	
	a.menuStaff {background:#000000 url(../images/buttons/staff2.jpg) bottom center no-repeat;}
	a.menuStaff:hover {background:#000000 url(../images/buttons/staff2_over.jpg) bottom center no-repeat;}
	
	a.menuBackIssues {background:#000000 url(../images/buttons/backIssues2.jpg) bottom center no-repeat;}
	a.menuBackIssues:hover {background:#000000 url(../images/buttons/backIssues2_over.jpg) bottom center no-repeat;}
	
	a.menuLinks {background:#000000 url(../images/buttons/links2.jpg) bottom center no-repeat;}
	a.menuLinks:hover {background:#000000 url(../images/buttons/links2_over.jpg) bottom center no-repeat;}
	
	a.menuContact {background:#000000 url(../images/buttons/contact2.jpg) bottom center no-repeat;}
	a.menuContact:hover {background:#000000 url(../images/buttons/contact2_over.jpg) bottom center no-repeat;}
	
	a.menuLegal {background:#000000 url(../images/buttons/legal2.jpg) bottom center no-repeat;}
	a.menuLegal:hover {background:#000000 url(../images/buttons/legal2_over.jpg) bottom center no-repeat;}
	
	a.menuIndex {background:#000000 url(../images/buttons/index2.jpg) bottom center no-repeat;}
	a.menuIndex:hover {background:#000000 url(../images/buttons/index2_over.jpg) bottom center no-repeat;}
	
	a.menuGalleries {background:#000000 url(../images/buttons/galleries2.jpg) bottom center no-repeat;}
	a.menuGalleries:hover {background:#000000 url(../images/buttons/galleries2_over.jpg) bottom center no-repeat;}

td.mainContent {
	position:relative;
	width:819px;
	/*padding:0 10px 8px 10px;*/
	height:auto;
	background-color:#FFFFFF;
}

table.paypal {
	width:125px;
	margin:0 auto;
}

td.Footer {
	position:relative;
	clear:both;
	width:;
	height:;
	background-color:transparent;
	margin:25px auto;
	border-top:#336699 double 4px;
	padding:25px 0;
	
}

div.Footer p, div.Footer p a {
	color:#;
	text-align:center;
}

