/* Main style sheet */

/* old body elements
	font-family: "Times New Roman", Times, serif;
	background-color: white;

*/
		body
		{
			margin: 0;
			padding: 0;
			font-family: georgia, times, "times new roman", serif;
			color: #000;
			background-color: #CAE1FF;
		}

		#container
		{
			background-color: #FFF;
			margin: 1em 5%;
			background-image:  url(/sean/images/background.jpg);
			background-repeat: repeat-y;
			border: 1px solid #333;
		}
		
		#banner
		{
			background-color: #00085C;
			border-bottom: 1px solid #333;
			color: #000;
		}
		
		#banner h1
		{
			margin: 0;
			padding: .5em;
		}
		
		#nav
		{
			float: left;
			width: 160px;
			margin-left: 10px;
			padding-top: 1em;
		}
		
		#nav p { margin-top: 0; }
		
		#content
		{
			padding-top: 1em;
			margin: 0 2em 0 200px;
			background-color: #fff;
		}
		
		#content h2 { margin-top: 0; }
		
		#footer
		{
			clear: both;
			background-color: #00085C;
			padding: 1em;
			text-align: right;
			color: #fff;
			border-top: 1px solid #333;
		}

pre {
	font-family: "Times New Roman", Times, serif;
	color: black;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #024A1E;
}

#banner h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a:link {color: blue}

a:hover {color: red}

a:visited {color: purple}
