html, body {
	height: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
}

* html #main {
 	height: 100%;
}

body 	{
	font: normal 10px Helvetica;
	color: #333333;
	background: #FFF url(main_bg.gif);
	background-attachment: fixed;
}

a	{
	color: #555;
}

a:hover {
	color: #777;
}

h2 	{
	font: bold 1.75em verdana;
}

h3	{
	font: bold 1.25em verdana;
	margin: 10px 0px;
} 

h4	{
	font: bold 1em verdana;
}

#main	{
	margin: 0 auto;
	width: 1000px;
	min-height: 100%;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
	border-left: solid 3px #CCC;
	border-right: solid 3px #CCC;
}

#header {
	width: 1000px;
	font: normal 1.0em verdana;
	padding: 0px;
	border-bottom: solid 0px #AAA;
}

#header .photo {
	float: right;
	width: 300px;
	height: 200px;
	border-bottom: solid 1px #AAA;
	border-right: solid 1px #AAA;
}

#menu	{
	clear: both;
	width: 1000px;
	text-align: center;
	font: normal 1.5em Tahoma;
	border-bottom: 1px solid #AAA;
	border-top: 1px solid #AAA;
	padding: 10px 0px;
	color: #AAA;
}

a.nav	{
	padding: 5px 25px;
	text-decoration: none;
	color: #999;
}

a.nav:hover {
	color: #FFF;
	background: #AAA;
}

a.nav:active {
	color: #AAA;
}

#content {
	clear: both;
	float: left;
	height: auto; 
	padding: 5px 20px;
	width: 675px;
	font: normal 1.25em Helvetica;
	text-align: justify;
	color: #444444;
}

#content a {
	text-decoration: none;
	//border-bottom: dotted 1px #555;
	font-weight: bold;
	color: #005bbb;
}

#content img.venue {
	border: solid 1px #666;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 174px;
}
#content img.attractions {
	border: solid 1px #666;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 150px;
}

#content img.accommodations {
	border: solid 1px #666;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 164px;
}

#sidebar {
	float: left;
	width: 275px;
	text-align: left;
	font: normal 1.25em Helvetica;
	border: solid 1px #AAA;
	margin: 10px 0px 10px;
}
#sidebar h3 {
	background: #AAA;
	color: #FFF;
	margin: 0px;
	padding: 5px 0px 5px 10px;
	font: normal 1.25em Tahoma;
}
#sidebar .organizer {
	margin: 10px 0px 20px;
	text-align: center;
}

#sidebar a img {
	padding: 10px 0px 10px;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
}

#footer {
	width: 1000px;
	background-color: #AAA;
	font: bold 1em verdana;
	clear: both;
}

#footer .photo {
	width: 1000px;
	height: 71px;
}

#footer a.nav {
	padding: 0px 10px;
	margin-top: 5px;
	text-decoration: none;
	color: #FFF;
}

input, textarea {
	font: normal 1em verdana;
	color: 333px;
	margin: 5px 0px;
	padding: 5px 0px;
}

option, select  {
	margin: 5px 0px;
	color: 333px;
}

.required {
	color: #A00;
}

img.biopic {
	float: left;
	margin: 0px 10px 0px 0px;
    border: solid 1px #666;
	width: 90px;
}

#program a {
	color: #E59319;
	border-bottom: 0px;
	text-decoration: none;
}
#program a:hover {
	text-decoration: underline;
}

#history li {
	padding: 5px;
}
