/* CSS Document */
A:link { color: maroon; text-decoration: underline; }
A:visited { color: maroon; text-decoration: underline }
A:active { color: #000099; background: white; text-decoration:overline }
A:hover { text-decoration: overline}
.copyright {
	font-style: italic;
	text-align: center;
	vertical-align: middle;
}
a {
	text-align:center;
}

h1 {
	font-size:16px
}

h5 {
	font-size:12px
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#wrapper {
	width:900px;
	margin:0px auto;
	/* border:1px solid #bbb; */
	padding:10px;
}

#header {
	/* border:1px solid #bbb; */
	height:auto;
	padding:10px;
	text-align: center;
}

#content {
	padding-top:10px;
	padding-bottom:10px;
}

#content div {
	padding:10px;
	/* border:1px solid #bbb;*/
	float:left;
}

#content-left {
	width:180px;
}

#content-main {
	margin-left:10px;
	border:1px solid #bbb;
	width:500px;
}

#content-right {
	margin-left:10px;
	width:134px;
}

#footer {
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	padding:10px;
	/* border:1px solid #bbb; */
	width:878px;
}

#bottom {
	clear:both;
	text-align:right;
}
