/*
	RESET AND BASICS
*/

*									{ margin: 0; padding: 0; }
body {



	background-color: #000;
	background-image: url("fimages/wood.jpg");
	background-position: top center; 
	padding: 0px;
	font-family: courier, verdana, arial, sans-serif;
	font-size: 18px;
	line-height: 21px;
	visible: false;	

	}
	
a, a:visited						{ text-decoration: none; outline: none; color: #660000; }
a:hover								{ color: #2e2e2e; text-decoration: underline; }
a img								{ border: none; }
img									{ vertical-align: middle; }
.clear								{ clear: both; }
fieldset							{ border: none; }

.alignCenter						{ text-align: center; }
.floatLeft							{ float: left; }
.floatRight							{ float: right; }



/*
	GENERAL TYPOGRAPHY
*/
h2, h3, h5					{ font-family: georgia, verdana, arial, sans-serif;font-weight: normal; margin: 5px 0px 15px 0px }
h2									{ font-size: 32px; line-height: 34px; }
h2 a, h2 a:visited					{ color: #2e2e2e; }
h2 a:hover							{ color: #fe4902; border-bottom: 1px dotted #2e2e2e; }
h3									{ font-size: 18px; }
h4									{ font-size: 16px; }
h4 a, h4 a:visited					{ color: #2e2e2e; }
h4 a:hover							{ color: #fe4902; border-bottom: 1px dotted #2e2e2e; }

p, dd							{ 
									  margin: 0 0 15px 0; }
td, th                              { font: 13px/18px "Lucida Grande", Arial, Helvetica, Sans-Serif;
                                      text-align: left; }

blockquote							{ border-left: 10px solid #ccc; padding: 0 0 0 10px; }
blockquote, blockquote p            { font: italic 13px/18px "Lucida Sans", "Lucida Grande", Arial, Helvetica, Sans-Serif; }	


#letter {

width: 1000px;
height: 2200px;
margin: 0px auto 0px auto;
display:block;
background-image: url("fimages/main.jpg");
}


#lettercontainer {

width: 960px;
height: 2104px;
margin: 0px auto 0px auto;
display:block;
padding-top: 96px;
}


#kevin {

width: 685px;
height: 287px;
margin: 0px auto 0px auto;
display:block;
background-image: url("fimages/kevin.png");
}

#kevintext {

width: 887px;
margin: 0px auto 0px auto;
display:block;
padding-top: 16px;
}


/* the menu */

.menu {
	margin: 0 auto 0 auto;
	padding: 0;
	list-style: none;

	width: 635px;
}
.menu li {
	padding: 0;
	margin: 0;
	height: 231px;
	list-style: none;
	background-repeat: no-repeat;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -1000px;
	height: 231px;
	background-repeat: no-repeat;
}
.smoddy {background-image: url(fimages/smodcast1.png); width: 356px;}
.smoddy a {background-image: url(fimages/smodcast.png);}

.cont {background-image: url(fimages/continue1.png); width: 279px;}
.cont a {background-image: url(fimages/continue.png);}


ul.menu li a:hover {background: none;}
.menu li {float: left;}
.menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}