@charset "utf-8";
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #F0F0F0;
	text-align: center;
	font-family: tahoma;
}

img {
	border: none;
}

#main {
	width: 974px;
	background-color: #FFFFFF;
	padding-left: 11px;
	padding-right: 11px;
	margin-left: auto;
	margin-right: auto;
}

#top {
	width: 100%;
	height: 105px;
}

.logo {
	float: left;
}

.topLink {
	float: right;
}

#menu {
	width: 100%;
	text-align: center;
}

#center {
}

#footer {
	height: 70px;
	background-image: url(images/bgfooter.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	padding-right: 120px;
	padding-top: 15px;
	color: #6E6E6E;
	font-size: 11px;
	text-align: right;
	line-height: 17px;
}

#footer .div {
	margin-left: 5px;
	margin-right: 5px;
}

#footer a, a:hover {
	color: #6E6E6E;
	font-size: 11px;
	text-decoration: none;
}

#footer a:hover {
	color: #F98E00;
}

.strong {
	font-weight: bold;
}


