
body {
	background: #505050;
	color: #EEEEEE;
	font: 10pt/ 14pt Verdana, Arial, sans-serif;
}

.box_background {
	background: url('img/box/0005.jpg');
}

img {
	border: 2px solid #000000;
}

p {
	display: block;
}

strong {
	color: #66FF11;
	display: block;
}

h1 {
	color: #66FF11;
	display: strong;
	font: 900 18pt/ 18pt Verdana, Arial, sans-serif;
	text-align: right;
	}

li {
	padding: 0px;
	margin: 0px;
}

a,a:link,a:visited,a:hover,a:active {
	font-weight: bolder;
	background: #EEEEEE;
	color: #303030;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
	white-space: nowrap;
}

#placement {
	position: relative;
	width: 800px;
	margin: 40px auto;
}

#hibox {
	position: relative;
	width: 800px;
	height: 300px;
	border: 1px solid black;
}

#lobox {
	position: relative;
	width: 100%;
	border: 1px solid black;
	background: #303030;
	overflow: auto;
}

#leftbox {
	clear: both;
	float: left;
	width: 380px;
	padding: 10px;
}

#rightbox {
	float: right;
	width: 380px;
	padding: 10px;
}
#leftbox_thin {
	clear: both;
	float: left;
	width: 180px;
	padding: 10px;
}

#rightbox_wide {
	float: right;
	width: 580px;
	padding: 10px;
}

.rowbox {
	padding: 10px;
}

.item {
	display: block;
	overflow: auto;
}

.item a,.item a:link,.item a:visited,.link a:hover,.link a:active {
	text-decoration: none;
	color: #66FF11;
	background: none;
	white-space: wrap;
	padding: 0px;
	margin: 0px;
}

.item img {
	float: left;
	margin-right: 10px;
}

.hidden {
	display: none;
	margin-top: 10px;
}

.right {
	text-align: right;
}

#menu {
	position: absolute;
	bottom: 0px;
	right: 0px;
	font: 9pt/ 9pt Arial, Verdana, sans-serif;
	font-weight: bolder;
}

#menu a,#menu a:link,#menu a:visited,#menu a:hover,#menu a:active {
	font: 9pt/ 9pt Arial, Verdana, sans-serif;
	font-weight: bolder;
	text-decoration: none;
	color: #000000;
	background: #66FF11;
	white-space: nowrap;
}

#nav {
	margin: 2px;
	padding: 2px;
}

#nav li {
	display: inline;
	list-style-type: none;
	color: #000000;
	background: #66FF11;
	border: 1px solid #000000;
	padding: 1px 20px;
	margin: 0px;
}