body  {
	background: transparent url(/images/bg.gif);
	color: black;
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

a { text-decoration: none; }
a:link { color: #3787D6; }
a:visited { color: #3787D6; }
a:hover { color: #000; }

table {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

img { border-width: 0; }

#container {
	position: relative;
	width: 700px;
	background: transparent;
	margin: 0 auto;
	padding: 0;
}

#title {
	position: absolute;
	top: 20px;
	left: 5px;
	width: 30px;
	height: 350px;
	background: transparent url(/images/title.gif) top left no-repeat;
}

#picture {
	position: absolute;
	top: 20px;
	left: 30px;
	width: 510px;
	height: 343px;
	background: white;
	border-top: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid gray;
	border-left: 1px solid gray;
	padding: 0;
	margin: 0;
}

#picture img { 
	padding: 0; margin: 5px 5px 2px 5px; 
}

#picture #credit {
	position: absolute;
	top: 325px;
	left: 5px;
	height: 12px;
	background: white;
	width: 500px;
	padding: 1px 0 0 0;
	text-align: left;
	color: gray;
	font-size: 10px;
}

#navigation {
	position: absolute;
	top: 20px;
	left: 550px;
	width: 150px;
	height: 142px;
	background: white;
	border-top: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid gray;
	border-left: 1px solid gray;
	text-align: left;
	padding: 0;
	margin: 0;
}
#navigation p { font-size: 15px; line-height: 19px; padding: 5px; margin: 0}

#navigation a { font-weight: 500; letter-spacing: 2px; }
#navigation a:link { color: #3787D6; text-decoration: none; }
#navigation a:visited { color: #3787D6; text-decoration: none; }
#navigation a:hover { color: #000; text-decoration: none; }

#navigation a.selected:link { color: black; text-decoration: none; }
#navigation a.selected:visited { color: black; text-decoration: none; }
#navigation a.selected:hover { color: black; text-decoration: none; }

#text {
	position: absolute;
	top: 172px;
	left: 550px;
	width: 150px;
	height: 191px;
	background: white;
	border-top: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid gray;
	border-left: 1px solid gray;
	text-align: left;
	padding: 0;
	margin: 0;
}
#text p { 
	color: #333; 
	font-size: 12px; 
	line-height: 18px;
	margin: 0; 
	padding: 5px; 
}

#extra, #extra_2 {
	position: absolute;
	top: 375px;
	left: 550px;
	width: 150px;
	height: 45px;
	background: white;
	border-top: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid gray;
	border-left: 1px solid gray;
	text-align: left;
	padding: 0;
	margin: 0;
}
#extra_2 {
	position: absolute;
	top: 430px;
}
#extra p, #extra_2 p { color: gray; font-size: 15px; line-height: 17px; margin: 0; padding: 5px; }
#extra_2 p { margin: 0; padding: 5px; }
#extra a, #extra_2 a { font-weight: normal; letter-spacing: 2px; text-decoration: none; }
#extra a:link, #extra_2 a:link { color: #3787D6; }
#extra a:visited, #extra_2 a:visited { color: #3787D6; }
#extra a:hover, #extra_2 a:hover { color: #000; }
#extra img, #extra_2 img { vertical-align: middle; }

#bottom {
	position: absolute;
	top: 370px;
	left: 27px;
	width: 540px;
	background: transparent;
	text-align: left;
	padding: 0;
	margin: 0;
	border: 0px solid black;
}
#bottom p, pre { font-size: 12px; padding: 5px; margin: 0}

#bottom img {
	margin: 0;
	padding: 0;
	border-width: 0;
}
#bottom img.selected {
	display: block;
	width: 50px;
	height: 50px;
	float: left;
	margin: 0 17px 17px 0;
	padding: 3px;
	border: 1px dotted gray;
}
#bottom a.image {
	display: block;
	width: 50px;
	height: 50px;
	float: left;
	margin: 0 17px 17px 0;
	padding: 3px;
}
#bottom a.image:link {
	border-top: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid gray;
	border-left: 1px solid gray;
}
#bottom a.image:visited {
	border-top: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid gray;
	border-left: 1px solid gray;
}
#bottom a.image:hover {
	border: 1px solid black;
}

form {
	padding: 0;
	margin: 0;
}

.special {
	background: white;
	height: 16px;
	margin: 0;
	padding: 0;
	border-top: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid gray;
	border-left: 1px solid gray;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
textarea {
	background: white;
	width: 504px;
	height: 100px;
	margin: 0;
	padding: 0;
	border-top: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid gray;
	border-left: 1px solid gray;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

.error_flag {
	color: red;
}
