/*******************************************************
TITLE: Fixed Three-Column Over Four-Column Layout V1.0
DATE: 20060807
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
Modifications by Terrill Thomas - http://www.terrillthomas.com
*******************************************************/

body {
margin:.5em;
padding:0;
height:100%;
background-color:#EEEBD1;
color:#000000;  
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height: 1.5em;
}
h1 {
	font-weight: lighter;
	color: #666666;
	font-size: 1em;
	letter-spacing: 3px;	
}

h2 {
margin:0 0 -4px 0 !important;
margin:0 0 -20px 0;
padding:4px 0 10px 0;
font-weight: lighter;
font-size: 1em;	
color:#C4B042;
line-height: 2em;
}

p {
	font-weight:lighter;
	color:#333333;
	font-size: .8em;
	}
ul {
	font-weight:lighter;
	color:#333333;
	font-size: .7em;
	}
	
ol {
	font-weight:lighter;
	color:#333333;
	font-size: .7em;
	}
hr {
margin-bottom:20px;
border:none;
width:99%;
color:#eeeeee;
background-color:#eeeeee;
height:1px;
clear:both;
}

h3 {
	margin:3px 0 1px 0 !important;
	padding:5px 5px 0px 0px;
	font-weight: bold;
	color: #D2AA3D;
	font-size: .7em;
	letter-spacing: 1px;
}

h4 {
	font-weight:lighter;
	padding:0 5px 0 5px;
	color:#333333;
	font-size: .8em;
	margin: 1px;
	}
h6 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
color:#666666;
line-height:.1em;
	}
.styletb {
font-size: 9px;
color:#666666;
}

a:link {
	color: #CC6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #996600;
}
a:hover {
	text-decoration: underline;
	color: #CC3300;
}
a:active {
	text-decoration: none;
	color: #CC6600;
}
td.desc {
padding:4px;
text-align:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:.7em;
}

#postHeader { 	
margin:0 auto;
padding:0 .2em .3em .2em;
width:900px;
text-align:right;
vertical-align: middle;	
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:.8em;
letter-spacing: 1px;
font-weight: bold;
text-transform:uppercase;
}

#centerColumn { 	
margin:0 auto;
padding:1em;
width:900px;
text-align:left;
vertical-align: center;
background-color:#F9FDEE;
background-image:url(img/navback1big2.jpg);
background-repeat:repeat-x;
}

#centerColumn h2 {
margin:0 0 -.5em 0;
padding:.75em 0 0 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1.1em;
}

#centerColumn h3 {
margin:0 0 -.5em 0;
padding:.75em 0 0 0;
font-size:.8em;
font-weight:lighter;
letter-spacing:.1em;
}

#navbar {
margin:0;
padding:.3em 0 .3em 0 !important; /* IE specific attributes */
padding:1em 0 0 0;
}

#header {
margin:-12px -1em 0 -1em;
padding:0 0 0 0;
height:150px;
background-color: rgb(232, 241, 206);
}
#headertall {
margin:-12px -1em 0 -1em;
padding:0 0 0 0;
height:325px;
background-color: rgb(232, 241, 206);
}

#header h1 {
margin:0 0 -14px 10px;
padding:10px 0 0 .9em;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.9em;
font-weight:lighter;
letter-spacing:.1em;
line-height: 1.5em;
color: white;
}

#header h2 {
margin:0 0 0 0;
padding:1em 0 0 30px;
font-size:.9em;
font-weight:300;
letter-spacing:.1em;
color: white;
}

#leftcolumn p {
	font-weight:lighter;
	color:#333333;
	font-size: .7em;
	}
#leftcolumn ol {
	font-weight:lighter;
	color:#333333;
	font-size: .7em;
	line-height: 1.4em;
	}
#leftcolumn ol li {
	padding: 0 0 10px 0;
	}
#leftcolumn ul {
	font-weight:lighter;
	color:#333333;
	font-size: .7em;
	line-height: 1.4em;
	}
#leftcolumn ul li {
	padding: 0 0 10px 0;
	}
	
	
#footer {
position:relative;
clear:both;
bottom:0;
margin:5em 0 0 0;
padding:0;
height:4em;
line-height:4em;
text-align:center;
font-size:.7em;
}
.directions {
	font-style: italic;
	color: #FF6600;
}

.dvd1 {
	color: #CC3300;
}
