@charset "utf-8";
/* CSS Document */


body  {
	margin: 0;
	padding: 0;
	background-color: #FFF;
}

#container {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	height: 142px;
	background-image: url(../img/headerbg.png);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
}
#menu {
	height: 64px;
}
#content {

}
#footer {
	height: 27px;
	background-image: url(../img/footerbg.png);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	font-family: Tahoma;
	font-size: 12px;
	color: #6e6e6e;
	font-weight: bold;
	padding-top: 9px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
img { 
	border: none;
	outline: none;

	} 
p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #6E6E6E;
	font-family: Tahoma;
	font-weight: normal;
	padding-right: 10px;
	padding-left: 10px;
}
