/* reset styles */
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,
dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* 
colors
#A0BAB1; linoleum
#80745E; brown
#6E7376; grey
#EFE6C9; creme
*/

html, body {
	height: 100%;
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
}

body {
	line-height: 1;
	color: #80745E;
	background: #80745E;
}

ol, ul, li {
	text-transform: lowercase;
	list-style-type: square;
}

p {
	text-transform: lowercase;
}

h1 {
	font-size: 200%;
	text-transform: uppercase;
	font-weight: bold;
}

h2 {
	font-size: 150%;
	text-transform: uppercase;
	font-weight: bold;
}

a {
	color: #6E7376;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #A0BAB1;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, q:before {
	content: content:open-quote; 
	color: #6E7376;
	font-size: 140%;
	font-weight: bold;
}

blockquote:after, q:after  {
	content: content:close-quote; 
	color: #6E7376;
	font-size: 140%;
	font-weight: bold;
}

blockquote, q {
	quotes: "\201C" "\201D" "\00AB" "\00BB";
}

img {
	border: dashed 1px black;
}

div {
	float: left;
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
	text-align: left;
}

/* divs */
#maincontainer {
float: left;
overflow: auto;
	text-align: center;
	height: 100%;
}

#mainleft {
	background:url(border_left.jpg) right repeat-y;
	width: 50px;
}

#mainright {
	background:url(border_right.jpg) left repeat-y;
	width: 50px;
}

#maincenter {
	width: 700px;
	text-align: center;
	background-color: #EFE6C9;
}

#centercontainter {
	float: none;
	text-align: center;
	margin: 0 auto;
	width: 850px;
	height: 850px;
}

#head-shader {
	width: 100%;
	height: 100%;
	left 0px;
	top 0px;
	margin: auto;
	background: transparent url(shader.gif) repeat-x top left;
	position: absolute;
	-moz-opacity: 0.2;
	opacity: 0.2;
	filter:alpha(opacity=20);
}

#head {
	height: 30px;
	width: 100%;
	position: relative;
}

#head h1 {
	text-align: center;
}

#head h2 {
	text-align: left;
}

#content {
	text-align: left;
	margin: 0 auto;
}

#footer {
	color: #A0BAB1;
	font-size: 60%;
	position: relative;
	text-align: right
	height: 20px;
	width: 100%;
}
