@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #a0a0a0;
	padding: 0px;
	margin: 25px 0px;
}
img {
	border: none;
	display: block;
}
h1.underlined,
h2.underlined,
h3.underlined {
	border-bottom: 1px solid #999999;
}

#container {
	width: 800px;
	margin: 0px auto;
}
#container .menu {
	background: #f00 url('images/menu.png') no-repeat top;
	height: 60px;
}
#container .menu ul {
	list-style: none;
	margin: 0px;
	padding: 18px 0px 0px 32px;
}
#container .menu ul li {
	float: left;
	margin: 0px 9px 0px 0px;
	width: 106px;
	height: 23px;
	text-align: center;
	vertical-align: middle;
}
#container .menu ul li:hover {
	background: url('images/hover.png');
}
#container .menu a {
	color: #fff;
	font-size: 18px;
	text-decoration: none;
}
#container .header {
	background: #770000 url('images/header.png') no-repeat;
	height: 140px;
}
#container .content {
	background: #fff;
	padding: 10px 10px 0px 10px;
	margin: 0px;
	min-height: 400px;
}
#container .content > p {
	margin: 0px 0px 8px 0px;
	/*width: 600px;*/
}
#container .content > h1 {
	margin: 0px 0px 10px 0px;
	font-weight: 200;
	line-height: 25px;
	/*width: 600px;*/
}
#container .content > table {
	/*max-width: 600px;*/
}

#container .content > table th {
	border: #fcc solid 1px;
	vertical-align: top;
	text-align: left;
	box-shadow: 0px 0px 2px #fcc;
	border-radius: 3px;
}

#container .content > table td {
	border: #ccc solid 1px;
	box-shadow: 0px 0px 2px #ccc;
	border-radius: 3px;
}

#container .content > .box {
	box-shadow: 0px 0px 3px #888;
	border-radius: 3px;
	padding: 5px;
	margin: 5px;
}
#container .content img.box {
	box-shadow: 0px 0px 5px #888;
	border-radius: 5px;
}

#container .footer {
	background: url('images/footer.png') no-repeat;
	height: 35px;
	padding-right: 30px;
	padding-top: 7px;
	text-align: right;
	font-size: 12px;
}
#container .footer a {
	color: #505050;
}
#container .copyright {
	font-size: 10px;
	margin-top: 5px;
	color: #505050;
	text-align: center;
}
