html, body { padding: 0; margin: 0;
}
body {	margin: 0px;	padding: 0px;
	color: white;
	background: black none 0;
	font: .8em Arial, Helvetica, sans-serif;
}

input, select{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-width: 1px;
	border-color: #000000;
	font-size: 10px;
}

img{	border: none; }

.subnavi {
	color: #000000; 
	font-size: 11px;
}
a.subnavi, a.subnavi:link, a.subnavi:visited, a.subnavi:active, .subnavi {
	color: silver; 
	font-size: 11px; 
	text-decoration: none;
}
.copy, a.copy, a.copy:link, a.copy:visited, a.copy:active {
	color: #666666; 
	font-size: 10px; 
	text-decoration: none;
}
a:hover, a.copy:hover, a.subnavi:hover { 
	color: gray;
}

#container {	width: 700px;
	margin: auto;
	background: center 150px url(../images/middle-03.jpg) repeat-x #e8ddd4;
	height: auto;
}#header {	width: 700px;
	height: 150px;
}

#content {
	width: 799px;
	height: auto;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

#menu {
	width: 799px;
	background: url(../images/menu_background.gif) repeat-x;
	margin-right: auto;
	margin-left: auto;
}

#logo {
	width: 799px;
	margin-right: auto;
	margin-left: auto;
}

a {
	color: silver;
}

p {
	margin: 0;
	padding: 0;
	color: gray;
	font: .90em Arial, Helvetica, sans-serif;
}

p a:link, a:visited, a:active {
	font-weight: bold;
	text-decoration: underline;
	color: silver;
}

p a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: gray;
}
