body {
	background-color: #FFCC00;
	background-image:url(images/bg.gif);
	background-position: -200px -100px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

a {
	color: #990000;
}

p.justify {
	text-align: justify;
}

h1 {
	font-size: medium;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-size: small;
	font-weight: bold;
	text-align: center;
}

div.fullwidth {
	width: 580px;
	clear: left;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

div.logo {
	position: absolute;
	width: 600px;
	left: 50%;
	top: 10px;
	margin-left: -300px;
	text-align: center;
}

div.menu {
	top: 72px;
	position: absolute;
	width: 600px;
	left: 50%;
	margin-left: -300px;
	color: #000000;
	font-weight: bold;
	font-size: smaller;
	text-align: center;
}

div.menu a {
	color: #990000;
}

div.menu a:hover {
	color: #660000;
}

div.photos {
	position: absolute;
	width: 600px;
	left: 50%;
	top: 97px;
	margin-left: -300px;
	height: 67px;
}

div.content {
	position: absolute;
	width: 600px;
	left: 50%;
	top: 164px;
	margin-left: -300px;
	background-image:url(images/contentbg.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

div.contentinner {
	padding: 10px;	
	text-align: justify;
}

div.center {
	text-align: center;
}

div.center ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

img.left {
	float: left;
	margin: 0px 5px -1px 0px;
	border: solid 1px #666666;
}

img.right {
	float: right;
	margin: 0px 0px -1px 5px;
	border: solid 1px #666666;
}

img.photo {
	border: solid 1px #666666;
}

ul.plainhorizontallist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.plainhorizontallist li {
	float: left;
	margin: 0px;
	padding: 0px;
}


