﻿/* CSS layout */

/* ERIC MEYER'S CSS RESET */

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 {
	list-style: decimal;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #003300;
	padding-bottom: 0px;
	text-align: justify;
	margin-bottom: 5px;
	margin-top: 0px;
}
.dots {
	list-style-type: disc;
}
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;
}
body {
	line-height: 1;
}

/* 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;
}


/* END CSS RESET */

body {
	background-image: url('Graphics/tile.jpg');
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 810px;
	height: 900px;
}
#header {
	position:relative;
	height: 275px;
}
#mainMenu {
	border: 1px solid #000000;
	background-position: left bottom;
	position: relative;
	bottom: 0px;
	left: 0px;
	background-repeat: no-repeat;
	background-color: #CCCCCC;
	width: 120px;
	height: 550px;
}
#pageContent {
}
#footer {
	padding-right: 15px;
	padding-left: 15px;
	top: 810px;
	position: absolute;
}

