﻿html, body  		{margin:0px; padding:0px;}

html {
	background-image: url(images/right_side.gif);
	background-repeat: repeat-y;
	background-position: top right;
}

body {
	font-family: verdana, arial, helvetica, sans-serif;
	background-image: url(images/left_side.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

container {
	width: 800px;
	margin-left : auto;
	margin-right : auto;
	display: inline;
	text-align : right;
}

#topbar {
	background: url(images/menutop.jpg) bottom right repeat-x;
	height: 32px;
	margin-left: 0px;
	margin-right: 0px;
}

h1 {
	margin-left: 0px;
	margin-right: 0px;
	font-size: .8em;
	padding-bottom: 8px;
	padding-top: 20px;
	padding-left: 50px;
	padding-right: 0;
	border-bottom: 1px Navy solid;
	letter-spacing: 2px;
	font-weight: Bold;
	color: Navy;
	background-color: PowderBlue;
	margin-top: 0;
	margin-bottom: 0;
}

#main-text {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
	margin-right: 0px;
	font-size: .8em;
	line-height: 1.4em;
	background-color: White;
}

#main-text p {
	text-align: justify;
	margin-left: 50px;
	margin-right: 50px;
	color: Navy;
}

h2 {
	padding-bottom: 3px;
	padding-right: 0;
	color: Black;
	border-bottom: 1px Black solid;
	letter-spacing: 5px;
	margin-left: 50px;
	margin-right: 50px;
	font-size: 1em;
	margin-top: 0;
	padding-top: 10px;
}

#menu {
	margin-left: 0px;
	margin-right: 0px;
	background: url(images/menubot.jpg) top left repeat-x;
	height: 2em;
	line-height: 2em;
	text-align: center;
	padding-left: 15%;
	padding-right: 10%;
}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0 ;
}

#menu li {
	float: left;
	margin: 0;
}

#menu li a {
	background: url(images/menubot.jpg) top left repeat-x;
	height: 2em;
	line-height: 2em;
	width: 80px;
	display: block;
	color: SkyBlue;
	text-decoration: none;
	text-align: center;
}

#menu li a:hover {
	color: White;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
