/* CSS Document */


body {
	background-color: #EFEEED;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 10%;
	padding-right: 10%;
	background-attachment: fixed;
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

p {
	width: inherit;
	font-size: 10px;
	line-height: 30px;

}


a {
  color: #999999;
}

a:hover {
	color: #CCCCCC;
	display: inline;

}


h1,h2,h3,h4 {
   font-size: 15px;
   font-style: normal;
   color: #666666;
   letter-spacing: 0.7em;
}
h2{
font-size:12 px;
font-style:bold;
}
h3 {
font-size: 10 px;
font-style:bold;
}


#navi1 {
       position: absolute;
       left: 10;
       top: 20;
       width: 70;
       height: auto;
       border-right: 1px solid #666666;
       padding: 2px 10px;
       text-align: right;
}

#navi2 {
       width: auto;
       height: auto;
       border-left: 1px solid white;
       margin-left: 50px;
       padding: 2px 10px;
       float: left;
}



#navi2 .mininavi a {
       display: inline;
	   }
/*.mininavi a {
	display: inline;
}*/



#navi1 a {
display: block;
height: 20;
text-decoration: none;
font-weight: normal;
}
#navi2 a {
display:block;
height: 20;
text-decoration: none;
font-weight: normal;
}

#content {
	height: auto;
	padding: 0px 10px 10px;
	overflow: hidden;
	float:left;
	width: 400px;
}

#contentbox {
	position: absolute;
	width: 600px;
	height: auto;
	left: 120px;
	top: 20px;
	}

#contentstart {
	height: auto;
	padding: 0px 10px 10px;
	overflow: hidden;
	float:left;
	width: 600px;
}

#contentboxstart {
	position: absolute;
	width: 800px;
	height: auto;
	left: 114px;
	top: 20px;
	}



	
.thumbbox {
	float: left;
	height: 80px;
	width: auto;
	margin-right: 20px;
	margin-bottom: 20px;
}
.thumblist {
	width: 450px;
}
img {
	border: none;
}
