html {margin: 0; height: 100%}

body 	{
	background-color: #fff;
	text-align: center;
	background-image:url('greentop.jpg');
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: top
}

#container	{
	position: relative;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	text-align: left;

	color: #243f8f;
	width: 900px;
	z-index: 1;

}
.left {float: left; width: 50%;}
.right {float: left; width: 48%; margin-left: 1%;}
small {font-size: 10px; color: white; padding: 0; margin: 0}
small a:link {color: #333; text-decoration: none}
small a:hover {color: #555; text-decoration: none}

.logo {top: 0; left:0; margin: 0; padding: 0px 0 10px 20px; display: block}

ul.text {padding: 0 0 0 15px;list-style:square inside}

.menu{
	position: absolute;
	top: 34px;
	left: 0;
	font: normal 1.2em tahoma, arial;
	background-color: white;

}
.menu ul{
	margin: 0; padding: 0;
}
.menu ul li{
	display: inline;
}
.menu ul li a{
	float: left; text-decoration: none;
	color: #243f8f;
	display: block;
	text-align: left;
	padding: 5px 20px 5px 0 }
.menu ul li .home {
	color: #243f8f;
	background-color: #white;
}
.menu ul li a.home:hover {
	color: #243f8f;
	background-color: white;
	text-decoration:underline
}
.menu ul li .exhibition {
	color: #243f8f;
	background-color: white;
}
.menu ul li a.two:hover {
	color: #243f8f;
	background-color: white;
	text-decoration:underline
}
.menu ul li .magazine {
	color: #243f8f;
	background-color: white;
}
.menu ul li a.magazine:hover {
	color: #243f8f;
	background-color: white;
	text-decoration:underline
}
.menu ul li .contact {
	color: #243f8f;
	background-color: white;
}
.menu ul li a.contact:hover {
	color: #243f8f;
	background-color: white;
	text-decoration:underline
}
.menu ul li .diary {
	color: #243f8f;
	background-color: white;
}
.menu ul li a.diary:hover {
	color: #243f8f;
	background-color: white;
	text-decoration:underline
}
#mainbox {
	position: absolute;
	top: 80px;
	left: 0;
	padding: 20px 0 0 0;
	margin: 0;
	text-align: left;
	background-color: white;
	color: #555;
	font: 1em trebuchet ms, tahoma, arial, Verdana, arial;
	width: 100%;
	z-index: 1;
	border-top: 3px #d1d2d4;
	border-top-style: solid;
}

#img-box {
	clear: both;
	float: left;
	width: 600px;
	margin-right: 50px;
}
#small-img-box {
	clear: both;
	float: left;
	width: 350px;
	margin-right: 20px;
}
#comments-box {
	display: block;
	float: left;
	width: 528px;
}
#comments-box h2 {margin-top: 0;}

#right-column	{
	float: left;
	width: 250px;
	text-align: left;
	color: #6c6e71;
	font: 0.9em tahoma, arial, Verdana, arial;
	z-index: 1;
}
#center-column	{
/*	position: absolute;
	top: 160px;
	left: 375px;*/
	text-align: left;
	color: #6c6e71;
	font: 0.9em tahoma, arial, Verdana, arial;
	z-index: 1;
}
.center-column-left {float: left; width: 248px; margin: 20px 20px 0 0}
.center-column-right {float: left; width: 248px; margin: 20px 0 0 0}

.center-image {margin: 0 0 30px 55px; text-align:center}

#nav-link {clear: both; display: block; position: relative; text-align: right;}

a.nav:link, a.nav:visited {
	font: bold 0.9em tahoma, arial;
	color: #243f8f;
	text-decoration: none;
}
a.nav:hover	{
	font: bold 0.9em tahoma, arial;
	color: #243f8f;
	text-decoration: underline;
}
h1 	{
	position: absolute;
	text-align: right;
	font: normal 2.5em century gothic, trebuchet ms, tahoma, arial;
	letter-spacing:0px;
	color: #243f8f;
	top: 8px;
	right: 0;
	margin: 0;
	padding: 0;
	display: block
}
h1.diary 	{
	position: relative;
	top: 0;
	text-align: left;
	font: normal 2.5em century gothic, trebuchet ms, tahoma, arial;
	letter-spacing:0px;
	color: #243f8f;
	margin: 0 0 10px;
	padding: 0;
	display: block
}
.green {color: #204280}
h2 {
/*	position: absolute;
	top: 60px;
	left: 375px;*/
	text-align: left;
	font: normal 1.6em tahoma, arial;
	text-align: left;
	color: #6c6e71;
}
h3 {font: bold 1em trebuchet ms, tahoma, arial; text-align: left; padding: 0 75px 0 75px}
p {margin: 0 0 1em 0}
h4 {margin: 15px }
.margin {padding: 0px 75px 5px 75px}
.inbox {
	position: relative;
	top: 0;
	left: 0;
	float:left;
	margin: 0;
	padding: 0 0 0 0;
	max-width: 600px;
	block: display
}
.gallery {
	position: relative;
	float:left;
	margin: 0 20px 0 0;
	padding: 0 0 0 0;
	max-width: 600px;
	block: display
}
a:link, a:visited {text-decoration: none; color: #0168b3}
a:hover {text-decoration: underline; color: #0168b3}
#base {
	position: relative;
	bottom: 0;
	margin: 10px;
	padding: 10px;
	background-color: #a2bd30;
	color: white;
	font: normal 13px trebuchet ms, arial;
	width: 765px;
	text-align: center
}