body{
	margin:0px;
	background-image:url("img/gray01.gif");
	background-repeat:repeat;
	font-size:14px;
}

h1{
	background-image:url("img/h1-1.gif");
	background-repeat:no-repeat;
	font-size:16px;
	color:#FFFFFF;
	text-indent:15px;
	padding:5px;
}

h2{
	background-image:url("img/h1-2.gif");
	background-repeat:no-repeat;
	font-size:16px;
	color:#FFFFFF;
	text-indent:15px;
	padding:5px;
}

a{
	color:#66cc33;
	text-decoration:none;
}
a:hover{
	color:#ff3333;
	text-decoration:underline;
}

#container{
	margin-left:50px;
	margin-top:0px;
	background-repeat:repeat-y;
	width:740px;
	background:#EFEFEF;
	border-color:#cccccc;
	border-width:0 0 0 3px;
	border-style:solid;

}

#mainmenu{
	width:690px;
	margin-left:50px;
}
#mainmenu li{
	width:150px;
	padding-top:10px;
	padding-bottom:10px;
	float:left;
	border-left:10px solid #333333;
	text-align:center;
	background-color:#cccccc;
	
}

#mainmenu li.selected{
	background-color:#ff9999;
	color:black;
	font-weight:900;
}
#mainmenu a{
	color:#6699cc;
	text-decoration:none;
	font-weight:900;
}

#mainmenu a:hover{
	color:#ff9966;
	text-decoration:underline;
}
#footer{
	width:740px;
	height:50px;
	background-color:#9999cc;
	border-top:2px solid #000000;
}

#footer a{
	color:#000033;
}

#footer td.space{
	width:450px;
}

.album{
	width:740px;
}
.album img{
	width:320px;
	height:240px;
}
.album img.tate{
	width:240px;
	height:320px;
}
.top{
	text-align:right;
}