* {
	margin: 0;
	padding: 0;
	}

html {
	font-size: 100%;
	}

body {
	width: 100%;
	background: #dcdcdc;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	}

#border {
	width: 800px;
	background: #ffd700 url('../images/border.jpg') repeat-y scroll top left;
	margin: 0 auto;
	}

#wrapper {
	width: 600px;
	margin: 0 0 0 100px;
	background: #ffd700;
	color: #000000;
	}

#masthead {
	height: 360px;
	width: 572px;
	margin: 0 14px 14px;
	background: #ffd700 url('../images/header.jpg') no-repeat scroll top left;		
	}	 

#main {
	min-height: 300px;
	margin: 0 5px 5px;
	padding: 0 10px;
	}

h1 {
	text-indent: -9999px;
	}

h2 {
	font: bold 2.0em Arial, Helvetica, sans-serif;
	color: #ff0000;
	margin: 0 0 10px;
	}

h3 {
	font: bold 1.6em Arial, Helvetica, sans-serif;
	color: #ff0000;
	clear: right;
	}

p {
	font-size: 1.4em;
	line-height: 1.7em;
	margin-bottom: 14px;
	}

ul {
	list-style: disc outside;
	margin: -14px 0 14px 14px;
	}

ul.gallery {
	list-style: none outside;
	margin: -14px 0 14px;
	}

li {
	font-size: 1.4em;
	line-height: 1.7em;
	}

ul.gallery li {
	display: inline;
	width: 135px;
	margin-right: 3px;
	}

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

a:hover {
	text-decoration: underline;
	}

ul.gallery a:hover {
	text-decoration: none;
	}

ul.gallery a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	}

#nav {
	margin-top: 100px;
	}

#nav ul {
	list-style: none outside;
	}

#nav li {
	height: 45px;
	margin: 0 0 2px;
	background: transparent url('../images/yellowarrow.png') no-repeat scroll top left;
	}

#nav li.selected {
	background: transparent url('../images/blackarrow.png') no-repeat scroll top left;
	}

#nav a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	display: block;
	height: 35px;
	width: 160px;
	padding: 10px 0 0 20px;
	}

#nav a:hover {
	background: transparent url('../images/blackarrow.png') no-repeat scroll top left;
	color: #ff0000;
	}

#nav li.selected a {
	color: #ffd700;
	}

#footer {
	clear: both;
	border-top: 4px solid #000000;
	padding: 5px 0;
	margin: 0 auto;
	width: 572px;
	}

#footer p {
	font-size: 1.0em;
	text-align: center;
	}

.strong {
	font-weight: bold;
	}

img {
	border: 1px solid #000000;
	}

img.picture {
	float: right;
	margin: 0 0 14px 14px;
	}

div.form {
	background: #000000;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	width: 368px;
	padding: 10px;
	margin:20px 0px;
	}

p.field, p.submit {
	text-align: right;
	}

p.textarea {
	text-align: left;
	}

label {
	color: #ffd700;
	font-size: 1.0em;
	}

p.textarea label {
	vertical-align: top;
	}

td {
	padding: 0 10px 14px 0;
	font-size: 1.4em;
	vertical-align: top;
	}

div.type {
	float: right;
	text-indent: -9999px;
	}

form a {
	font-weight: normal;
	}

form a:hover {
	text-decoration: none;
	}

a.technorati {
	background: url('../images/hcard.png') no-repeat scroll top left;
	padding-left: 33px;
	}
