@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(backgroundbrick.jpg);
}
a:link {
	color: #FFCC00;
}
a:visited {
	color: #FFCC00;
}
a:hover {
	color: #FFFF99;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 12px;
}
#header {
	height: 150px;
	width: 1096px;
}
#logo {
	height: 150px;
	width: 400px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#ad {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 150px;
	width: 696px;
}
#content {
	width: 1020px;
	background-color: #333333;
	margin: 0px;
	background-position: center;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#menu li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #5B5B5B;
	border: 1px dotted #483900;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 4px;
}

#menu li:hover {
	display: inline;
	background-color: #757575;
	border: 2px dotted #AA8800;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#menu {
	width: 1000px;
}
