/* Body & Divs */

body {
	background-color: #0000a7;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#container {
	margin: 0px auto;
	width: 800px;
}

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 109px;
}

#menu {
	height: 22px;
}

#content {
	padding: 3px 7px;
	min-height: 330px;
	background-position: top left;
	background-image: url(../images/content.jpg);
	background-repeat: no-repeat;
}

#footer {
	clear: both;
	height: 50px;
	font-size: 0.8em;
	border-top: #5300a7 solid 1px;
}

/* Gallery & Images */

img {
	border: none;
	margin: 0px;
}

/* Text */

p {
	margin: 0px;
}

h1 {
	margin: 0px;
	padding: 0px;
}

h2 {
	margin: 0px;
	margin-left: 155px;
	margin-bottom: 5px;
	padding: 0px;
	height: 25px;
	background-repeat: no-repeat;
}

h3 {
	color: #0000a7;
	font-weight: bold;
	font-size: 1.0em;
	margin: 3px;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}

li {
	margin-bottom: 6px;
}

#content p {
	padding: 3px;
	line-height: 20px;
}

td p {
	line-height: 15px;
	padding: 0px;
}

a {
	text-decoration: none;
	color: #0000ff;
}

a:hover {
	text-decoration: underline;
}

#footer p {
	text-align: center;
}

/* Classes */

.hidden {
	visibility: hidden;
}

.highlight {
	color: #000099;
	font-weight: bold;
}