
body {
	text-align: center;

	background-color: black;
	font-family: Helvetica, Arial, sans-serif;
	color: white;
}

#frame {
	text-align: left;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

h3 {
	margin: 0;

	font-size: 14pt;
	font-weight: normal;
	color: white;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}

#header {
	border-bottom: 1px solid #444;
	padding-bottom: 5px;
}

#header h1 {
	font-size: 20pt;
	font-weight: normal;
	text-align: left;
	margin: 0;
}

#menu {
	text-align: right;
	color: #444;
	font-size: 10pt;
	float: right;
	margin-top: 12px;
}

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

#menu a:hover {
	color: white;
}

#topbar {
	margin-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #444;
}

#topbar img {
	width: 75px; height: 75px;
	border: none;
}

#footer {
	text-align: center;
	padding-top: 5px;
	clear:both;

	color: #888;
	border-top: 1px solid #444;
	font-size: 8pt;
}

#footer a {
	text-decoration: none;
	color: #AAA;
}

#footer a:hover {
	color: #DDD;
}

#error {
	margin-top: 10px;
	margin-bottom: 10px;

	text-align: center;
	color: black;
	border: 1px solid #780500;
	background-color: #ff8e89;
}

#error h3 {
	margin-top: 10px;
	font-weight: bold;
	color: #540400;
}

/* Works */

#work {
	margin-top: 10px;
	margin-bottom: 10px;
}

#display {
	float: right;
	width: 400px;
	margin-left: 10px;
	opacity: 0;
	filter: alpha(opacity=0); 
}

#display img {
	width: 400px;
	border: 1px solid #444;
}

#display p {
	display: block;
	text-align: center;

	font-size: 10pt;
}

#thumbs {
	margin-top: 10px;
	width: 180px;
}

#thumbs a {
	cursor: pointer;
}

#thumbs img {
	width: 80px;
	height: 80px;
	border: 1px solid #444;
	margin-bottom: 5px;
	margin-right: 5px;
}

/* Homepage */

#home {
	margin-top: 10px;

	font-size: 10pt;
	color: #CCC;
/*	text-align: left; */
	text-align: center;
}

#home img.feature {
	width: 400px;
/*	float: left; */
	margin-bottom: 10px;
	margin-right: 10px;
}

#home img {
	border: none;
}

#home a {
	text-decoration: none;
	color: white;
}

/* Gallery */

#gallery {
	margin-top: 10px;
	margin-bottom: 10px;
}

#gallery a {
	display: block;
	text-align: left;
	clear: left;
	margin-bottom: 10px;
	height: 200px;
	
	text-decoration: none;
	font-size: 14pt;
	color: white;
	background-color: #111;
}

#gallery a:hover {
	background-color: #222;
}

#gallery a img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;

	border: none;
}

/* Bio Page */

#biography {
	margin-top: 10px;
	margin-bottom: 10px;

	font-size: 10pt;
}

#biography table {
	padding-top: 5px;
}

#biography td {
	color: #CCC;
	vertical-align: top;
	padding: 0;
	padding-bottom: 5px;
}

#biography td.date {
	width: 100px;

}

#biography b {
	color: white;
}

/* Contact Page */

#contact {
	margin-top: 10px;
	margin-bottom: 10px;

	font-size: 10pt;
	color: #CCC;
}

#contact b {
	color: white;
}

#contact input {
	border: 1px solid #888;
	background: #EEE;
	color: black;
}

/* Announcement List Response Pages */

#list {
	margin-top: 10px;
	margin-bottom: 10px;

	font-size: 10pt;
	color: #CCC;

	text-align: center;
}

#list a {
	text-decoration: none;
	color: white;
}

