html {
	overflow-y: scroll;
	height: 100%;
	margin-bottom: 1px;
	margin:auto;
}

* {
	padding: 0;
	margin: 0;
	}

img {
	display: inline;
	border: 0;
	}

body {
	width:900px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #111;
	background: #fff;
	text-align: center;
	margin:auto;
	}
	
p.info {
	padding: 20px 0 20px 0;

}
	
img.floatLeft {
	display: inline;
	border: 0;
	float: left;
	padding: 0 10px 0 0;
	}
	
#gjbody {
	text-align: left;
	font-size: 14pt;
	font-family: Tahoma;
	margin: 0 10% 0 10%;
	padding: 0 0 0 0; 
}
	
	h4 {
	text-align: left;
	font-size: 18pt;
        padding: 0 0 20px;
        font-weight: bold;
        color: #fe7b1b;
	}
	
#gjheader {
	font-family: Tahoma;
	font-size: 36pt;
	font-weight: bold;
	color: #fe7b1b;
	background: #fff;
	text-align: center;
	padding: 15px 0 20px 0;
	margin: auto;
}

#gjbody.td {
text-align: left;
	font-size: 16pt;
	font-family: Tahoma;

}

.doubleBorder {
	font-family: Tahoma;
	font-size: 18pt;
	font-weight: bold;
	color: #1ba6fe;
	width:80%;
	height:60px;
	background-image:url('images/gamejam/doubleBorder.png');
	background-repeat:repeat-x;
	padding: 5px 0 0 5px;
	margin: auto;
}

.singleBorder {
	font-family: Tahoma;
	font-size: 18pt;
	font-weight: bold;
	text-align: right;
	color: #fe7b1b;
	width:80%;
	height:30px;
	background-image:url('images/gamejam/singleBorder.png');
	background-repeat:repeat-x;
	padding: 5px 5px 0 0;
	margin: auto;
}

#leftborder {
	width:900px;
	background-image:url('/forum/styles/brushed_metal_II/theme/images/leftborder.png');
	background-repeat:repeat-y;
	background-position:top left;
	margin: 0 auto;
}

#rightborder {
	width:900px;
	background-image:url('/forum/styles/brushed_metal_II/theme/images/rightborder.png');
	background-repeat:repeat-y;
	background-position:top right;
}

#topborder {
	width:900px;
	height:20px;
	background-image:url('/forum/styles/brushed_metal_II/theme/images/topborder.png');
	background-repeat:repeat-x;
	background-position:bottom center;
	margin:0 auto;
}

#bottomborder {
	width:900px;
	height:20px;
	background-image:url('/forum/styles/brushed_metal_II/theme/images/bottomborder.png');
	background-repeat:repeat-x;
	background-position:top center;
	margin:0px auto;
}

#corner-lb {
	width:100%;
	height:20px;
	background-image:url('/forum/styles/brushed_metal_II/theme/images/corner-lb.png');
	background-repeat:no-repeat;
	background-position:top left;
}

#corner-rb {
	width:100%;
	height:20px;
	background-image:url('/forum/styles/brushed_metal_II/theme/images/corner-rb.png');
	background-repeat:no-repeat;
	background-position:top right;
}

#corner-lt {
	width:100%;
	height:20px;
	background-image:url('/forum/styles/brushed_metal_II/theme/images/corner-lt.png');
	background-repeat:no-repeat;
	background-position:bottom left;
}

#corner-rt {
	width:100%;
	height:20px;
	background-image:url('/forum/styles/brushed_metal_II/theme/images/corner-rt.png');
	background-repeat:no-repeat;
	background-position:bottom right;
}

#page {
	background: #fff;
	text-align: left;
	padding: 0 0px 25px 0px;
	margin: 0 25px 0 25px;
	min-width: 652px;
	border: 1px solid #888;
	border-top: none;
	clear: both;
	}

#header_title {
	position: relative;
	height: 100%;
	padding: 10px 10px 10px 10px;
	font-weight: bold;
	}

#header_image {
	position: relative;
        height: 220px;
	padding: 0px;
	}

#header_menu {
	position: relative;
	height: 100%;
	padding: 10px 10px 10px 10px;
	font-weight: bold;
	}

#subheader {
	height: 23px;
	background: #ccf;
	}

#tagline {
	display: inline;
	position: absolute;
	bottom: 4px;
	left: 10px;
	}

#main {
	padding: 20px 30px 20px 30px;
	line-height: 20px;
	text-align: left;
	}

#footer {
	clear: both;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 10px;
	color: #777;
	}

.calendar_box {
	width: 770px;
	padding: 0 5px;
	background: #ddd;
	}

.wide_box {
	padding: 0 5px;
	background: #ddd;
	}

.box_content {
	margin: 10px;
	}

span.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span {
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 5px;
	background-repeat: no-repeat;
}

span.corners-top {
	background-image:url('/forum/styles/brushed_metal_II/theme/images/corners_left.png');
	background-position: 0 0;
	margin: 0 -5px;
}

span.corners-top span {
	background-image:url('/forum/styles/brushed_metal_II/theme/images/corners_right.png');
	background-position: 100% 0;
}

span.corners-bottom {
	background-image:url('/forum/styles/brushed_metal_II/theme/images/corners_left.png');
	background-position: 0 100%;
	margin: 0 -5px;
	clear: both;
}

span.corners-bottom span {
	background-image:url('/forum/styles/brushed_metal_II/theme/images/corners_right.png');
	background-position: 100% 100%;
}

.byline {
        padding: 0 0 14px;
	font-size: 10px;
	line-height: 18px;
	color: #555;
	}

.readMore {
        margin: -20px 0 0;
	text-align: right;
	}

a {
	color: #11c;
	}

a:visited {
	color: #921;
	}

ul.menu, ul.submenu {
	display: inline;
	position: absolute;
	bottom: 2px;
	right: 0;
	text-align: right;
	}

ul.menu li {
	display: inline;
	}

ul.menu li.current_page {
	padding: 2px 16px 2px;
	background: #fff;
	}
	
ul.menu li.current_page_gj {
	padding: 5px 16px 2px;
	background: #fe7b1b;
	color: #1ba6fe;
	}

ul.menu li.current_drop {
	padding: 5px 16px 2px;
	background: #ccf;
	}

ul.menu li a {
	padding: 5px 16px 2px;
	color: #fff;
	text-decoration: none;
	}

ul.menu li a:hover {
	color: #f66;
	}

ul.submenu li {
	display: inline;
	padding: 5px 16px 2px;
	}

ul.submenu li.current_page {
	background: #fff;
	}

h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	text-align: center;
	font-size: 28px;
        padding: 0 0 24px;
	}

h2 {
	font-size: 18px;
        padding: 0 0 14px;
	}

h3 {
	font-size: 14px;
	}

hr {
	width: 80%;
	margin: 30px auto;
	}

td {
	padding: 5px 0 5px 10px;
	vertical-align: top;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	}

* html #main {
	display: inline;
	}