body
{
	padding:0;
	margin:0;
	color:white;
	text-shadow: 1px 1px 2px #000;
	background-color: #4e6bff;
	background-image: -webkit-linear-gradient(top, #4e6bff 0%, #2c9fef 100%); 
	background-image: -moz-linear-gradient(top, #4e6bff 0%, #2c9fef 100%); 
	background-image: -o-linear-gradient(top, #4e6bff 0%, #2c9fef 100%); 
	background-image: linear-gradient(top, #4e6bff 0%, #2c9fef 100%);
	background-attachment:fixed;
}
img
{
	border:0;
}
div.navi
{
	position:relative;
	border:1px solid white;
	top:20px;
	width:800px;
	height:75px;
	margin-left: auto;
  margin-right: auto;
  -moz-box-shadow:    1px 1px 5px 0px #222;
  -webkit-box-shadow: 1px 1px 5px 0px #222;
  box-shadow:         1px 1px 5px 0px #222;
}
div.naviButton
{
	float:left;
	width:100px;
	text-align:center;
	color:white;
	font-weight:bold;
	border-right:1px solid white;
}
div.naviButtonActive
{
	float:left;
	width:100px;
	text-align:center;
	color:white;
	font-weight:bold;
	border-right:1px solid white;
	background-image: -webkit-linear-gradient(top, #4e6bff 0%, #4eaeff 100%); 
	background-image: -moz-linear-gradient(top, #4e6bff 0%, #4eaeff 100%); 
	background-image: -o-linear-gradient(top, #4e6bff 0%, #4eaeff 100%); 
	background-image: linear-gradient(top, #4e6bff 0%, #4eaeff 100%);
}
a
{
	text-decoration:underline;
	color: white;
}
a.naviButton
{
	text-decoration:none;
	color:white;
	text-shadow: 1px 1px 2px #000;
}
a.naviButton:hover
{
	color:#ffaf25;
}
div.content
{
	position:relative;
	border:1px solid white;
	top:30px;
	width:790px;
	height:auto;
	margin-left: auto;
  margin-right: auto;
  padding:5px;
  -moz-box-shadow:    1px 1px 5px 0px #222;
  -webkit-box-shadow: 1px 1px 5px 0px #222;
  box-shadow:         1px 1px 5px 0px #222;
}
p
{
	margin:0px;
}