html, body {
	margin: 0;
	padding: 0;
	font-family : Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #FFF;
	font-size: 12px;
}

#top {
	background: black url(images/topbar2.gif) repeat-x bottom;
	height: 55px;
	/* border-bottom: 5px solid #333; */
}

#bar {
	background: black;
	height: 12px;
	border-bottom: 1px solid #888;
	text-align: center;
	color: #CCC;
	padding: 3px;
}

div {
	align: center;
}

#left {
	float: left;
	margin-top: 2px;
}

#right {
	float: right;
	margin-top: 2px;
}

div.fullwide {
	width: 100%;
}

div.topmid {
	margin: 0 auto;
	width: 700px;
	height: 55px;
}

div.main {
	margin: 10px;
	padding: 10px;
	width: 700px;
	border-left: 1px solid #AAA;
	border-right: 1px solid #AAA;
}

img {
	border: 0;
}

h1 {
	text-align: center;
}

a.bar {
	color: #FFF;
}