#body {
	padding: 0;
	margin: 0;
	background-image:url(img/TheCastle.jpg); 
	background-color:green;
}

body {
	color:#3C2500;
	font-size:11pt;
	font-family:Verdana,Arial,Helvetica,Sans-Serif;
	margin-top:3pt;
	margin-bottom:6pt;
}
H1 {
	font-size:180%;
	font-weight:bold;
	text-align:center;
	margin-top:1em;
}
H2 {
	font-size:120%;
	font-weight:bold;
	text-align:left;
	margin-top:1em;
}
H3 {
	font-size:110%;
	font-weight:bold;
	text-align:left;
	margin-top:0.5em;
}
P {
	color:black;
	font-size:100%;
	margin-top:0em;
	margin-bottom:0.2em;
}
table.main {
	width: 800px;
}

table.menu {
	width: 185px;
}
.messageHead {
	color:black;
	font-size:90%;
	font-weight:bold;
	text-align:left;
}
.messageBody {
	color:black;
	font-size:100%;
	font-weight:normal;
	text-align:left;
}
#menu {
	color:#643D00;
	font-size:12pt;
	font-weight:bold;
	text-align:left;
	margin-bottom:3pt;
	margin-top:3pt;
	margin-right:0;
	margin-left:0;
	padding:0;
}

.menuHeader {
	margin-top:6pt;
}
.menuSelected {
	font-size:90%;
	background-color:white;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);
}
.menu {
	font-size:90%;
}

.sign {
	text-align:right;
	font-style:italic;
}
.top {
	margin-top:0pt;
}

#login {
	font-size:10pt;
	background-color:white;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);
	margin:0;
	padding:0;
}

#login label {
	font-size:10pt;
	display: block; 
	font-weight: 700;
	text-align: left;
	margin-left:0.5em;
	margin-top:0.2em;
}
#login input.input {
	font-size:10pt;
	padding-bottom: 0;
	margin-bottom: 0.5em;
	margin-left:0.5em;
	width: 8em; 
	text-align: left;
}

#login div.action {
	font-size:10pt;
	clear:both;
	width:8em;
	margin-left:0.5em;
	margin-bottom: 1em;
	text-align:right;
}

#login .menu {
	font-size:10pt;
	text-align: center;
}

#review {
	font-size:90%;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);	
      	background-color:#fffff0;
}
#review td {
	margin-top: 0.5em;
	border: inset 2px #fffff0;
}
#diary {
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);	
      	background-color:#fffff0;
	border: inset 2px #fffff0;
}

#jn {
	margin-top:0.5em;
	margin-bottom:0.5em;
	text-align:center;
}

#jn a {
	font-size: 36px;
	background-color:transparent;
	border:none;
}
#jn a:hover {
	background-color:white;
	border: 1px dotted;
}
#jn a:active {
	background-color:#E68F00;
	border: 1px solid;
}

#gallery a {
	border: 2px transparent;
}
#gallery a:hover {
	border: 2px dotted;
}
#gallery a:active {
	border: 2px solid;
}

#footer {
	font-size:12pt;
	background-color:white;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);	
}

.Error {
	font-weight:bold;
	color:#FF3D00;
}
.ErrorText {
	font-size:90%;
	color:#FF3D00;
}
.small {
	font-size:8pt;
	font-weight:normal;
}

a:link {
	color:#FF0000;
	text-decoration: none; 
	border-bottom: 1px dotted;
	white-space:nowrap;
}
a:visited {
	color:#D03030;
	text-decoration:none;
	border-bottom: 1px dotted;
	white-space:nowrap;
}
a:active {
	color:#E68F00;
	text-decoration: none; 
	border-bottom: 2px solid;
	white-space:nowrap;
}
a:hover {
	text-decoration: none; 
	border-bottom: 2px solid;
	white-space:nowrap;
}