@charset "UTF-8";
#container {
	height: 950px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
body {
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #000;
}
#imageWrap {
	height: 500px;
	width: 724px;
	margin-right: auto;
	margin-left: auto;
}
#container #menu {
	width: 950px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	height: 15px;
}
#buttons {
	width: 500px;
	float: right;
}
#logo {
	float: left;
	width: 350px;
}
#menu ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menu li {
	display: inline;
	margin-right: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	padding-left: 5px;
}
#container #content {
	height: 700px;
	width: 950px;
	margin-top: 50px;
	border: thin solid #000000;
}
#imageWrap a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#imageWrap a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
