a:link, a:visited, a:active {
	color:#000000;
}

h1 {
	font-size:22pt;
	padding-top:10px;
}

ul {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	padding-left:20px;
}

body {
	font-family:'Verdana';
	font-size:12pt;
	line-height:17pt;
	color:#000000;
	background:#F6EA00;
	background-image:url('/images/background_tile.gif');
	text-align:center;
	margin:50px auto;
}

#middle {
	width: 900px;
	padding:40px;
}

#middle img {
	border:4px solid #000000;
	margin: 10px;
}

#header {
	background:#FFFFFF;
	background-image:url('/images/sidewalks_header.gif');
	background-position:bottom;
	height:190px;
}

#header_content {
	width:1000px;
	height:190px;
	margin:0px auto 0px auto;
}

#left_header {
	margin:20px 0px 0px 60px;
	float:left;
}

#right_header {
	margin:0px 60px 0px 0px;
	float:right;
	width:548px;
	text-align:right;
}

#menu {
	margin-top:46px;
	height:34px;
	color:#FFFFFF;
	text-align:center;
}

#menu a:link, #menu a:visited, #menu a:active {
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
}

#content_bg_middle {
	width:1000px;
	background:#FFFFFF;
	background-image:url('/images/content_middle.gif');
	margin:0px auto 0px auto;
}

#content_bg_top {
	width:1000px;
	background-image:url('/images/content_top.gif');
	background-repeat:no-repeat;
	background-position:top;
}

#content_bg_bottom {
	width:1000px;
	background-image:url('/images/content_bottom.gif');
	background-repeat:no-repeat;
	background-position:bottom;
}

#content {
	min-height:200px;
	padding:70px 60px 80px 60px;
	text-align:left;
}

* html #content {
	min-height:200px;
}

#credits {
	padding:0px 12px 20px 0px;
	text-align:center;
}

#playerbox {
	background:#FFFFFF;
	height:60px;
	margin:10px 10px 10px 10px;
	padding:10px 0px 10px 0px;
	text-align:center;
}

#playerframe {
	width:280px;
	background:#000000;
	height:26px;
	padding:8px 0px 4px 0px;
	margin:0px auto 0px auto
}

input, textarea {
	font-family:'Verdana';
	font-size:12px;
	border-width:2px;
	padding:2px;
}

.button {
	border:0px;
	color:#FFFFFF;
	background:#B41B1B;
	padding:4px;
	font-weight:bold;
}

.smalltext {
	font-size:11pt;
	line-height:15pt;
}

.tinytext {
	font-size:9pt;
	line-height:9pt;
}

.errortext {
	font-size:9pt;
	line-height:9pt;
	color:#A23333;
}