/* basic formating for pages ----------- */

html, body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(../images/bak.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
hr {
	padding: 0px;
	margin: 0px;
}
#wrapper {
	width: 844px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	/*padding-bottom: 10px;*/
}
#container {
	background-image: url(../images/edgesBak.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#header {
	width: 816px;
	height: 90px;
	background-image: url(../images/headerStrip.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 25px;
}
#logo {
	height: 72px;
	width: 69px;
	margin: 0px 0px 0px 57px;
}
#siteSwapBut {
	float:right;
	/*margin: 0px 20px 0px 0px;*/
}
#flash {
	width: 816px;
	height: 230px;
	z-index: -1;
}
#footer {
	background-image: url(../images/edges_04.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 12px;
}
#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	height: 10px;
	padding-right: 10px;
	color: #666666;
	text-align: right;
	line-height: 14px;
}

.clear {
	height: 20px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
a {
	outline: none;
	font-size: 10px;
	line-height: 15px;
	color: #666666;
	margin: 0px;
}

