body
{
	font-family:"Comic Sans MS";
	font-size: 13px;
	background-color: black;
}

h1
{
	font-size: 32px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

p 
{
	margin-top: 0px;
	
}

#site-wrapper
{
	width:700px; 
	height:980px;
 
	/* min-height lets your site grow vertically 
	(like in tables). */
	/*min-height:600px;*/ 
 
	/* By setting these to auto you are centering the 
	site */
	margin-left:auto;  
	margin-right:auto; 
 
	border:solid 1px black; 
	background-color:white;
	background-image:url('/images/ned_blank.jpg');
	position: relative;
}

#content
{

	position: absolute;
	width: 380px;
	height: 530px;
	left: 300px;
	top: 160px;

	/*background-color:white;*/
	/*border: 2px solid black;*/
	/*opacity:0.7;
	filter:alpha(opacity=70);
	background-color: gray;*/
	overflow: auto;
}

#menu 
{
	font-size: 32px;
	position: absolute;
	top:160px;
	left: 50px;
}

#menu td
{
	padding-right: 7px;
}

#menu td a {
	color: black;
	text-decoration: none;
}

#menu td a:hover, #menu td a.selected {
	color: green;
}

#home-link
{
	position:absolute; 
	width:450px; 
	height:75px; 
	top:70px; 
	left:40px;
}

#login-link
{
	position:absolute; 
	bottom:50px;
	left:50px;
	width:50px; 
	height:50px;
}

#errorExplanation
{
	color: red;
}

.thumbnail {
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 120px;
}

.ui-timepickr ol li.hour, 
.ui-timepickr ol li.minute, 
.ui-timepickr ol li.second { width:8px; }