/*html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
  padding: 0;
  margin: 0;
  font-size: 100%;
  font-weight: normal;
}*/


body {
	background: #000;
	font-family: "Tahoma"; Verdana; Arial; Sans Serif;
	font-color: #000;	
	text-align: center;
}

h2 {
	font-size: 1em;
	font-weight: bold;
	padding: 15px 0 5px 15px;
}

p {
	font-size: .85em;
	line-height: 130%;
	padding: 5px 0 5px 25px;
}

p.intro {
	font-size: .9em;
	line-height: 130%;
	padding: 67px 0 0 15px;
}

p.side {
	font-size: .9em;
	line-height: 130%;
	padding: 0 0 0 25px;
}

p.side2 {
	font-weight: bold;
	font-style: italic;
	font-size: .85em;
	line-height: 130%;
	padding: 5px 0 0 25px;
}

a {
	color: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.imglink {
	color: none;
	text-decoration: none;
}

img {
	border: none;
}

ul.bull {
	font-size: .85em;
	line-height: 130%;
	padding: 5px 0 5px 45px;
	list-style-type: disc;
}

ul.bull li {
	padding-bottom: 5px;
}

div#wrapper {
	background: #fff;
	width: 600px;
	text-align: left;
	margin: 0px auto;
	
}

div#header {
	background: #000;
}

div#menu {
	float: left;
	width: 376px;
	height: 57px;	
	background: #fff url('./images/menu-background.jpg') no-repeat top left;
}

ul.nav {
	list-style-type: none;
	color: #fff;
	font-size: .8em;
	padding-top: 20px;
}

ul.nav li {
	display: inline;
	float: left;
}

ul.nav a{
	color: white;
	text-decoration: none;
}

ul.nav a:hover{
	text-decoration: underline;
}

ul.nav a.current{
  text-decoration: underline;
}

div#main {
	float: left;
	width: 376px;
	background: white;
}


div#sidebar {
	background: #fff url('./images/photocluster.jpg') no-repeat top left;
	float: left;
	width: 224px;
	padding: 165px 0 0 0;
	
}

p.clear {
	clear: both;
}

#footer p {
  padding: 10px;
}

table.register {
  margin: 0 0 0 10px;
  font-size: 0.7em;
}


table.register th, table.register td {
  padding: 2px;
}

table.register td {
	vertical-align: top;
}

ul.errors {
  margin: 5px 5px 5px 10px;
  padding: 5px;
  border: 1px solid red;
  background: #f77;
}

/* ADMIN STYLES */


body.admin #wrapper {
  width: 750px;
}

body.admin #header {
  background: #000;
}

body.admin #menu {
  width: 100%;
  height: 57px;
  float: left;
  background: #fff;
}

body.admin #main {
  padding: 0 0 0 10px;
  width: 720px;
}

body.admin ul.nav {
  color: black;
  padding: 0 0 0 10px;
}

body.admin ul.nav a {
  color: black;
}

table.registrants {
  font-size: 0.9em;
  width: 700px;
}

table.registrants thead tr {
  background: #666;
}

table.registrants th, table.registrants td {
  padding: 2px;
}