﻿@import url("layout.css");
@import url("picstyles.css");
@import url("threeColPg.css");

/* ----- Content Area ----- */
body {
	background: #000000;
	width: 800px;
	margin: 0px auto 50px;
	font-family: "Trebuchet MS", sans-serif;
	margin-top: 35px;
	/*background-image: url('../images/Backgrounds/background_fade2.png');*/;
	
	/*background-repeat: repeat-x;*/
}

#container {
	border-right: 2px solid #8c8c8c;
	border-bottom: 2px solid #8c8c8c;
	border-left: 2px solid #8c8c8c;
	background-color: #fff;
}
#mainback {
	background-color:#fff;
}

#masthead {
	text-align: center;
	/*background-color: #000000;*/
	background-image:url('../images/big_tom_header.png');
	background-repeat: no-repeat;
}
#mastheadnav p {
	color:gray;
	font-size: small;
	background-color: transparent;
}
#column_l {
	width: 330px;
	background-color: #fff;
}
#column_r {
	background-color: #fff;
}
/*html>body #column_r {
	width: 220px;
	background-color: #fff;
}*/
#column_rbottom {
	background: #CC9900 repeat-y;
	width: 217px;
	padding: 15px 10px;
}
html>body #column_rbottom {
	width: 220px;
	padding: 15px 10px;
	background-color: #fff;
}
#content {
	background-color: #fff;
	/*background-image:url('../../../../Desktop/Big Tom DJ/background_fade_sm.png');
	background-repeat:repeat-x;*/
background-image:
}
#footer {
	text-align: center;
	padding-top: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #000;
	margin-bottom: 0;
}
#masthead h3 {
	color: #9a9;
	margin-top: 0.5em;
}
/* ----- Navigation ----- */

	/* Main Nav */
	
#navigation {
	border-top: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	background-color:black;
	/*background-image: url('../images/nav_bar_back.jpg');*/
}
html>body #navigation {
	overflow: hidden;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	height:10px;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 5px;
	border: none;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFFF99;
	border: none;
	background-color: #000000;
}
li.nav_selected {
	font-weight: bold;
	text-decoration:underline;
	color: #800000;
	border: none;
	padding: 5px;
	font-variant: small-caps;
}

	/* Left Nav */

#column_rside {
	border-top: 1px #000080 solid;
	border-bottom: 1px #000080 solid;
}
#column_rside ul a:link, ul a:visited, ul a:hover, ul a:active {
	display:block;
	padding:2px 10px;
	text-decoration:none;
}
#column_rside ul {
	list-style:none;
	margin: 15px 20px 5px 10px;
	padding:2px 10px;
}
#column_rside li  {
	list-style-type: none;
	width: 160px;
	height: auto;
	padding: 2px 10px;
	margin: 0;
	border:0;
}
#column_rside a {
	font-weight: normal;
	text-decoration: none;
	color: #003366;
	display: block;
	padding: 2px 10px;
	border: none;
}
#column_rside a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #C0C0C0;
	border: none;
	background-color: #000080;
}
/*--------------------------------------------------------------------------*/

/* ----- Site typography ----- */
h1 {
	font-size: xx-large;
	color: #c77;
}
h2 {
	padding-top: 10px;
	font-size: xx-large;
	color: #000080;
	font-family: "Times New Roman";
}
h3 {
	font-size: small;
	color: #999966;
	line-height: 10px;
}
h4 {
	font-size: medium;
	color: #800000;
}
.content_headers {
	font-size:medium;
	color: #003366;
}
/*ul {
	font-size: small;
	color: #000;*/
}
ol {
	font-size: small;
	color: #000;
}
p {
	font-size: small;
	color: #000;
}
blockquote {
	font-size: small;
	color: #000;
}
h5 {
	font-size: x-small;
	color: #c77;
}
h6 {
	font-size: xx-small;
	color: #c77;
}

/* Footer */

#footer p {
	font-size: small;
	color: gray;
}
#footer a {
	color:gray;
}
#copyright {
	color:gray;
	font-size: x-small;	
}

/* Links */
.docLinks {
	text-align:center;	
}

a {
	font-size: small;
	color: #336699;
	text-decoration: none;
}
a:hover {
	color: gray;
	text-decoration:underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

ul.affiliate_links a {
	font-size:medium;
	color:navy;	
	
}
ul.affiliate_links a:hover {
	font-size:medium;
	color:red;
}



/* Tables */

table {
	width:600px;
	height:auto;
	margin: 20px auto;
}
td {
	font: 100%/15px ariel;
	vertical-align: top;
	padding: 2px;
}
