body {
        font: 12px/16px verdana, arial, helvetica, sans-serif;
        color: #000
        background-color: #fff;
	margin-bottom: 50px;
}

a:link {
        color: #963;
}

a:visited {
        color: #c96;
}

#logo {
        position: absolute;
        top: 100px;
        left: 100px;
        width: 140px;
}

.content {
        position: absolute;
        top: 150px;
        left: 250px;
        width: 460px;
	background: url(/images/star_faded.gif) no-repeat right bottom;
}

#nav {
	position: absolute;
	top: 100px;
	left: 250px;
	width: 460px;
	border-bottom: 2px solid #ccc;
	vertical-align: bottom;
}

#nav ul, #nav li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li {
	padding-right: 10px;
}

#nav a:link, #nav a:visited {
        font: 12px/22px futura, lucida, sans-serif;
        text-decoration: none;
        text-align: center;
        color: #c96;
        padding: 0;
}

#nav a:active, #nav a:hover {
	color: #c00;
}

p {
	text-align: justify;
}

h1 {
	font-size: 22px;
	line-height: 24px;
	padding: 0 0 0 30px;
	background: url(/images/single_bean.gif) no-repeat left top;
	height: 26px;
}

h2 {
	font-size: 12px;
}

span.bgRed {
	color: #c00;
}

form#events {
	margin: 0 10px 0 10px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

div.row {
	clear: both;
	height: 1.5em;
	padding-top: 10px;
}

div.row span.heading {
	float: left;
	width: 40%;
	text-align: right;
	font-weight: bold;
}

div.row span.label {
	float: left;
	width: 40%;
	height: 1.5em;
	text-align: right;
}

div.row span.input {
	float: right;
	width: 50%;
	height: 1.5em;
	text-align: left;
} 

input {
	border: 1px solid #c96;
}

input#submit {
	color: #fff;
	background-color: #963;
	border: 1px solid #c96;
}
