body{
/*
	background: #909090;
	font-family: verdana;
*/
	background: white;
	font-family: century gothic;
	margin: 0px;
}


/* header */
.header{
	width: 1024px;
/*	height: 70px;*/
	height: 80px;
	background: white;
	color: black;
	/*border-radius: 10px 10px 0px 0px;*/
}
.header div{
	font-size: 0.7em;
	padding-right: 20px;
	padding-top: 5px;
	color: #808080;
	text-align: right;
	position:relative;
	left:0px;
	top:-80px;

}
.header div a{
	color: #500000;
	text-shadow: 0px 2px 2px #A09090;
	text-decoration: none;
}
.header div a:hover{
	color: #504040;
}
.header span{
	font-style: italic;
	font-size: 1.2em;
	font-family: Times;
	font-weight: bold;
	color: #404040;
	position:relative;
	left: -80px;
	top: -75px;

}
.header img{
	position:relative;
	left:-390px;
	top:0px;

}

/* menu */
.menu{
	background: white;
	text-align: right;
	height: 20px;
}
.menuButton{
	padding: 4px 12px 4px 12px;
/*	background: #900000;*/
	background: #DC0404;
	border-top: solid 1px #bf0000;
	border-bottom: solid 1px #780000;
	border-left: solid 1px #990000;
	border-right: solid 1px #990000;
	font-weight: bold;
	color: #F0F0F0;
	border-radius: 5px 5px 5px 5px;
	text-decoration: none;
/*	font-family: sans;
*/
	font-family: century gothic;
	font-size: 0.8em;
	letter-spacing: 0.05em;
	box-shadow: 0px 2px 2px #302020; 
}
.menuButton:hover{
/*	background: #B0A0A0*/
	background: #B0A0A0;
	border-top: solid 1px #E0D0D0;
	border-bottom: solid 1px #908080;
	border-left: solid 1px #B0A0A0;
	border-right: solid 1px #B0A0A0;
	box-shadow: 0px 2px 2px #100000;
}
.menuSButton{
	padding: 4px 12px 3px 12px;
/*	background: #D8D8D8;*/
	background: #D8D8D8;
	color: #303030;
	border-radius: 5px 5px 0px 0px;
	text-decoration: none;
	font-family: century gothic;
	font-weight: bold;
	letter-spacing: 0.05em;
	font-size: 0.8em;
}

/* thread */
.thread{
	background: #D8D8D8;
	color: #303030;
	font-size: 0.8em;
	line-height: 20px;
}
.thread a{
	color: #201010;
	text-shadow: 0px 2px 2px #807070;
	text-decoration: none;
}
.thread a:hover{
	color: #504040;
}

/* content */
.content{
	padding-top: 10px;
/*
	background: #E8E8E8;
*/
	background: white;
/*	height: 600px;*/
	height: 610px;
	font-size: 0.8em;
	line-height: 1.2em;
}
.content .text{
	background: white;
	margin: 10px;
	padding: 10px;
	text-align: justify;
	text-indent: 20px;
	border-radius: 5px 5px 5px 5px;
/*
	border: solid 1px #a0a0a0;
*/
	border: solid 0px #a0a0a0;
}
.content .box{
	margin: 10px;
	padding: 10px;
	text-align: justify;
	text-indent:20px;
	float:left;
	background:#d9d2d2;
	border-radius: 5px 5px 5px 5px;
	width: 290px;
	height:120px;
	border: solid 1px #b0a0a0;
}
.content .box h1{
	color: #600000;
	font-family: century gothic;
	font-style: normal;
	text-indent: 0px;
	letter-spacing: 0.1em;
	font-size: 1.3em;
	line-height: 0.6em;
}


/* footer */
.footer{
	width: 1024px;
	font-size: 0.7em;
	background: #D8D8D8;
	border-radius: 0px 0px 10px 10px;
	line-height: 20px;
	color: #707070;
	text-align: center;
}


