/* Page layout styles */
.main {
	margin: 30px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
	background-color: #000;
	border: solid 1px #999;
	width: 700px;
}

.header {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.footer {
	margin: 25px 5px;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}

.footer img {
	border: none;
}

/* Tag styles */
body {
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: center;
	background-color: #333;
	color: #999;
	line-height: 1.5em;
}

body, p {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

p {
	margin: 5px 5px  15px 5px;
	padding: 0;
	text-align: left;
}

ul {
	margin: 5px 20px;
	padding: 0;
	text-align: left;
	list-style: none;
}

a, a:visited, a:active {
	color: #999;
	text-decoration: underline;
}

a:hover {
	color: #CC9;
	text-decoration: underline;
}

/* Other styles */
.underline {
	text-decoration: underline;
}

.indent {
	margin: 5px 75px 15px 75px;
}

.center {
	text-align: center;
}

.right {
	float: right;
}

.left {
	float: left;
}

.noborder {
	border: none;
}

.clearhack {
	clear: both;
	margin: -.5em 0;
	visibility: hidden;
}