﻿ /* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

 /* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-image: url('Images/tile.jpg');
	background-color: #FFFFFF;
	overflow: scroll;
}
#header {
	height: 285px;
	position: static;
	background-repeat: no-repeat;
	background-image: url('Images/Dauphin Header.png');
	clip: rect(auto, auto, auto, auto);
}
#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.0em;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	background-color: #4A0EA1;
	border: thin solid #808080;
	font-style: italic;
}

#left_col {
	width: 200px;
	float: left;
	background-repeat: no-repeat;
	height: 800px;
	background-image: url('Images/Purple Lilac Border smaller.png');
	background-attachment: scroll;
}
#page_content {
	border: 10px none #000000;
	padding: 20px;
	margin-left: 200px;
	clip: rect(auto, auto, auto, auto);
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

#footer {
	clear: both;
}
#wrapper {
	left: auto;
	right: auto;
	width: 610px;
}
#centeredBG {
	background-image: url('Images/Purple Lilac Border Horizontal.png');
	background-repeat: no-repeat;
	background-position: center top;
	width: 600px;
}
