@charset "UTF-8";

html { 
	height: 100%;
	width: 100%;
	min-height: 100%;
	max-height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}	

body {
	width: 100%;
	height: 100%;
	min-height: 100%;
	max-height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	
	font-family: "Lucida Grand", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	background-color: #FFFFFF;
	background: url(Images/white-side.gif) repeat-y;
}

a, a:visited {
	color: #9E1C20;
	text-decoration: none;
}

a:hover, a:active {
	color: #000000;
	text-decoration: underline;
}

#splat {
	position: absolute;
	display: block;
	width: 280px;
	height: 183px;
	bottom: 0;
	right: 0;
	z-index: 2;
}

#logo {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	background-image: url(Images/bg-title.gif);
	background-repeat: no-repeat;
	width: 572px;
	height: 151px;
}	

#menu {
	position: absolute;
	z-index: 4;
	top: 137px;
	left: 0;
	width: 177px;
	margin: 0;
	padding: 0;
	border: 0;
}

#menu img { border: none; }

#menu .nav{
	height: 408px;
	background: url(Images/red-side.gif) repeat-y;
}

#content {
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	max-height: 100%;
	z-index: 3;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	overflow: auto;
	
	font: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
}

#content #text {
	position: relative;
	top: 168px;
	left: 253px;
	width: 550px;
}

#content p {
	padding: 0;
	margin: 0 0 10px 0;
}

#content ul, ol {
	padding: 0;
	margin: 0 0 10px 40px;
	list-style: square;
}

#content blockquote {
	margin: 0 40px 10px 40px;
	color: #444444;
	font-style: italic;
	text-align: justify;
}