@charset "utf-8";

body {
	bgcolor:#FFFFFF;
	color:#333333;
	margin: 0px;
	padding: 0px;
	width:800px;
	min-height: 600px;
	font-size:14px;
	}
	
.contents {
	width: 800px;
	height:600px;
	margin: 0px;
	padding: 0px;
}
h1#header {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 60px;
	padding-top: 40px;
	font-size: 12px;
	text-align: center;
	width: 800px;
}

h1#header a {color: #006600;}
h1#header a:hover{color: #FF6600;font-weight: bold;}
h1#header a:visited{color: #663300;}

h2 {
	color: #006600;
	font-weight:bold;
	font-size: 14px;
	}
	
h3 {
	color: #333333;
	font-size: 14px;
	}

p {
	width:700px;
	text-align:left;
}
.maintitle {
	color: #FFFFFF;
	background-image: url(../images/title.gif);
	background-repeat: no-repeat;
	width: 800px;
	height: 250px;
	text-align: center;
	background-position: center;
}
.main {
	min-height: 440px;
	line-height: 160%;
	width: 700px;
	padding-right: 50px;
	padding-left: 50px;
	}

div#stc {
	text-align: left;
	}
div#stc p{
	text-align: left;
	text-indent: 1em;
	line-height: 140%;
	}

.footer {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	height: 60px;
	width: 800px;
	color: #FFFFFF;
	position:rerative;
	vertical-align:bottom;	
}

.contImg {
	float: right;
	border: none; 
	}

ul#nav,ul#nav li,ul#nav li a,{
	margin: 0;
	padding: 0;
	display:block;
	height: 126px;
	}
ul#nav li{
	list-style-type:none;
	width:150px;
	height:126px;
	float:left;
}

ul#nav li a{
	border:none;
	}
	
ul#nav li a span{
	display:none;
	}

ul#nav li#imageAbout a{
display:block;
width:150px;
background:url(../images/about_off.gif) no-repeat;
height:126px;
}
ul#nav li#imageAbout a:hover{
	background: url(../images/about_on.gif) no-repeat;
}

ul#nav li#imageInfo a{
display:block;
width:150px;
background:url(../images/info_off.gif) no-repeat;
height:126px;
}
ul#nav li#imageInfo a:hover{
	background: url(../images/info_on.gif) no-repeat;
}
ul#nav li#imageArchive a{
display:block;
width:150px;
background:url(../images/archive_off.gif) no-repeat;
height:126px;
}
ul#nav li#imageArchive a:hover{
	background: url(../images/archive_on.gif) no-repeat;
}
ul#nav li#imageStuff a{
display:block;
width:150px;
background:url(../images/stuff_off.gif) no-repeat;
height:126px;
}
ul#nav li#imageStuff a:hover{
	background: url(../images/stuff_on.gif) no-repeat;
}
ul#nav li#imageBlog a{
display:block;
width:150px;
background:url(../images/blog_off.gif) no-repeat;
height:126px;
}
ul#nav li#imageBlog a:hover{
	background: url(../images/blog_on.gif) no-repeat;
}

.soon {
	color: #ff6600;
	font-weight: bold;
	text-align: center;
	}