/*
Jason Van Dalson
*/
body {
	font-size: 62.5%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	background-color: #e8e8e8;
	}
	
#head {
	background-image: url(../images/header900.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #e8e8e8;
	text align: center;
	font-size: 12px;
	z-index: 1;
	}
	
#foot {
	background-image: url(../images/footer900.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #e8e8e8;
	text align: center;
	z-index: 1;
	vertical-align: top;
	}
	
#middle {
	background-image: url(../images/middlebig900.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #e8e8e8;
	z-index: 0;
	}
	
#flashcontent {
		width: 100%;
		height: 600px;		
	}	
	
#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}
#courier {
        font-family: 'Courier New'
        }
		
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}
h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
	
a, h2 a:hover, h3 a:hover {
	font-weight: bolder;
	color: #FF33FF;
	text-decoration: none;
	}

a:hover {
	color: #FF66FF;
	text-decoration: underline;
	}
	
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
