@charset "utf-8";

/* CSS Document */

/* Important layout stuff. Don't touch any of this or things will go wonky! You may change the height of the footer as indicated in the comments below, but don't change any of the other numbers or the footer won't stick to the bottom. */

body {

	text-align: center;

	}





* {

	margin: 0;

}

html, body {

	height: 100%;

}

.wrapper {

	min-height: 100%;

	height: auto !important;

	height: 100%;

	margin: 0 auto -142px; /* the bottom margin is the negative value of the footer's height */

}

.footer, .push {

	height: 142px; /* .push must be the same height as .footer */

}









/* The stuff below can be edited as you like. I've commented on parts that shouldn't change. If you change the width of the column, be sure to change it in the wrapper, the header, the navigation, etc. */

body { font-size: 13px; font-family: "Arial Black"; background-color: #090; background-image: url(../images/white.jpg); /* Changes the background image on the entirety of the document */

	background-repeat: repeat-y; background-position: center; }

.wrapper {

	width: 692px;

	font-size: 0.9em;

	margin-right: auto; /* Don't change this! */

	margin-left: auto; /* Don't change this! */

	text-align: left;

}

.header {

	width: 692px;

	height: 200px;

	background-image: url(../images/medusaheader.jpg); /* Changes the header image - if you change the header, just make sure the width and height match the image size */

}



.navigation { width: 692px; background-color: #060; height: 80px; margin-bottom: 20px; }



.content {

	margin: 15px; /* Helps make text not go to the very edges of the wrapper */

}



p { /* Paragraph info -- changes the look of the normal text font */

	padding: 0 0 1em;

	color: #000000;

	font-family: arial, sans-serif;

	font-size: 11pt;

	line-height: 1.4em;

} 

a { /* Text for links. */

	color: #000000;

	text-decoration: none;

}

a:hover { /* Text for links when you hover over it. */

	color: #660000;

}

strong {

	font-weight: normal;

}





.footer { /* Footer info - you can change the image, and put actual text in the HTML document if you want fine print. */

	position: relative;

	width: 692px;

	margin: 0 auto;

	background-image: url(../images/footer2.jpg); 

	background-repeat: no-repeat;

	background-position: 50% bottom;

}

.footer a {

	text-decoration: underline;

	border: 0;

}