
*
{
border: 0;
margin: 0;
}

img
{
border: 0px;
}

body{
	/*line-height: 18px;*/
	color: #000;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 16px;
}

	
#main {
	background: White;
	/*width: 940px;*/
	/*width: 100%;*/
	/*margin: 0px auto;*/
	padding: 0 5% 20px 5%;
	/*background:url(images/main.png) right repeat-y;*/
}

#header {
	background: White;
	width: 96%;
	max-width: 900px;
	min-height: 52px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 10px;
	background-repeat: no-repeat;
	overflow: auto;
	/*border: 1px solid black;*/
}

	
/* Overall CSS3 drop menu strategy from http://www.red-team-design.com/css3-dropdown-menu */
/* but nowhere near as pretty */
#buttons{
	width: 50%;
	min-width: 400px;
	height: 50px;
	padding: 0 0 0 0;
	list-style: none;
	float: right;
}

#buttons li{
	float:left;
	padding: 0 0 0 0;
	position: relative;
}

#buttons a {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 28px 20px 0px 20px;
	line-height: normal;
}

#buttons li:hover > a {
	color:#7788ff;
	text-decoration: underline;
}

#header H1 {
	width:50%;
	min-width: 400px;
	color:black;
	font-size: 36px;
	padding-top: 10px;
	display: inline-block;
}

/* now the main content */
#content {
	background: White;
	clear: both;
	width: 96%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 20px 20px 20px;
}

#content .section {
	background: white;
	margin-top:10px;
	padding:10px 10px 10px 10px;
	height: auto;
	clear:both;
	color: black;
	/*border: 1px solid white;*/
}

/* supersedes above for 1st section */
#content #intro {
	/*background: black;*/
	color:white;
	border: 1px solid white;
	background:url(images/event/tree.jpg) bottom right;
	background-repeat: none;
	border-radius: 10px;
}

#content #intro p, #content #intro H2 {
	background: rgba(0,0,0,0.4);
}

#content #intro a {
	background: SeaGreen;
	padding: 18px;
	border: 1px solid white;
	border-radius: 5px;
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-size:18px;	
	display: inline-block;
}

#content .section #regbutton {
	background: SeaGreen;
	padding: 18px;
	border: 1px solid white;
	border-radius: 5px;
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-size:18px;	
	display: inline-block;
	margin: 10px;
	float: left;
}



#content .section .section {
	color: white;
	padding:10px 10px 10px 10px;
	background: black;
	border-radius: 10px;
}

#content .section #left {
	text-align: left;
	overflow: auto;
}

#content .section #left img {
	float:left;
	margin: 10px;
}

#content .section #right {
	text-align: right;
	overflow: auto;
}

#content .section #right img, #content .section #right iframe {
	float:right;
	margin: 10px;
}


#content H1 {
	/*color:black;*/
	font-size: 36px;
}

#content H2 {
	/*color:black;*/
	font-size: 24px;
	padding-top: 12px;
}

#content H3 {
	/*color:black;*/
	font-size: 18px;
}	

#content p {
	padding-top: 8px;
}

/*TODO: maybe only pad the 1st level*/
#content ul {
	padding-top: 8px;
	padding-bottom: 8px;
}
