body
{
	background-color:#3C2B24;
	/*background-image:url('../images/page_back.jpg');
	background-repeat:repeat-x;*/
	color:#3C2B24;
	font-family:sans-serif;
	font-size:10pt;
	margin:0px;
	padding:0px;
}
#logo
{
	text-align:center;
	margin-top:10px;
}
a img
{
	border:none;
}
h1
{
	width:75%;
	margin:auto;
	border:solid black;
	border-width:0pt 0pt 2pt 0pt;
	font-size:14pt;
	text-align:center;
}
h2
{
	font-size:12pt;
	text-align:center;
}
h3
{
	font-weight:bold;
	font-size:10pt;
}
#links
{
	clear:both;
	text-align:right;
}
#links a
{
	color:#3C2D24;
	font-weight:bold;
	margin:0px 1em 0 1em;
	font-size:10pt;
	font-weight:bold;
}
#main
{
	background-image:url('../images/main_back.gif');
	background-repeat:no-repeat;
	background-position:0px 0px;
	background-color:#DEB305;
	width:700px;
	margin:20px auto 0 auto;
	height:471px;
	text-align:left;
	border:solid  2pt;
	border-color:#3C2E25;
	
}
#inside
{
	/*background-image:url('../images/inside_back.jpg');*/
	width:800px;
	margin:0 auto 0 auto;
	height:571px;
	text-align:left;
	border:solid  1px;
	border-color:#F8D406;
	background-repeat:no-repeat;
}
#blank
{
	width:423px;
	height:320px;
	margin:47px auto 0px 0px;
	overflow:auto;
	text-align:left;
}	
#screen
{
/*	width:200px;
	height:320px;
	margin:100px auto 0px 400px;
	overflow:auto;
	background-color:#cccccc;
	border:solid 1px black;
*/
	text-align:left;
	padding:10px;
}
#menu
{
	padding:0;
	/*background-color:white;*/
	font-size:10pt;
	font-weight:bold;
}
#menu a img
{
	border:none;
	margin:0;
	padding:0;
	display:inline;
}
#menu a
{
	color:#3C2D24;
	font-weight:bold;
	margin:15px 1em 0 1em;
	font-size:10pt;
	font-weight:bold;
	display:block;
	width:200px;
}
.note
{
	text-align:center;
}

