* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../images/bar.gif);
	background-position: left -1px;	
}
#container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#header {
	height: 275px;
}
#logo {
	margin-top: 75px;
	margin-left: 5px;
}
#footer {
	font-size: 9px;
	text-align: center;
	clear: both;
	padding-top: 20px;
}
#side {
	float: left;
	width: 200px;
}
.top_nav {
	list-style-type: none;
	background-color: #D6D6D6;

	height: 50px;

}
#content {
	width: 540px;
	float: right;
	color: #666666;
	padding-right: 5px;
	padding-left: 5px;
}
#content p {
	margin-bottom: 10px;
}
a {
	color: #000000;
}
.top_nav li a {
	float: left;
	width: 85px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	padding-top: 17px;
	padding-right: 0px;
	padding-bottom: 17px;
	padding-left: 0px;
	font-size: 14px;
	
}
.top_nav li a:hover {
background-color: #E9E9E9;
}
.top_nav li {
	float: left;
}
#content h1 {
	margin-bottom: 10px;
	color: #000000;
	font-size: 24px;
}
#content img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
