/*********************************************************************************
	page layout style
*********************************************************************************/

body {
	font-family: arial;
	font-size: 12px;
}

#logo{
	margin: 0px;
	padding-bottom: 2px;
}

#navigation{
	margin-left: 0px;
	position: absolute;
	background: #DCDCDC;
	margin-top: 1px;
	padding-left: 0px;
	padding-top: 8px;
	padding-bottom: 10px;
	width: 760px;
	height: 25px;
	left: 10px;
	top: 90px;
}

#visual{
	background: Black;
	margin-top: 46px;
	position: absolute;
	color: #DCDCDC;	
}

#content{
	margin-top: 200px;
	width: 760px;
	position: absolute;
	color: #666666;
}

input.button {
	background-color:#666666;
	border-color:#000000;
	color: white;
}


/*********************************************************************************
	navigation style
*********************************************************************************/

ul {

	display: inline;
	margin-left: 0px;
	padding-left: 0px;
}	

li {
	display: inline;
	list-style: none;
	margin-left: 0;
	padding: 1px 0;
}

a.box { 
	background: #A9A9A9;
	padding: 8px 12px;
	color: #eee;
	text-decoration: none;
}

a:hover {
	background: #FF6600;
	color: white;
}

a:link {
	text-decoration: none;
}
