body {
	font-family: arial;
	font-size: 12px;
	background: #0d1115 url('../img/layout/bg_body.png') repeat-x fixed;
}

#center {
	width: 956px;
	margin: 20px auto 20px auto;
}

#grunge_left {
	background: url('../img/layout/grunge_left.png') top left no-repeat;
}

#grunge_right {
	background: url('../img/layout/grunge_right.png') top right no-repeat;
}

#main {
	margin-left: auto;
	margin-right: auto;
	width: 904px;
}

#outerborder {
	border: 2px solid #1f2123;
}
#innerborder {
	border: 2px solid #303236;
}

#header_grid {
	background: url('../img/layout/bg_header_grid.png');
	border-top: 2px solid #1f2123;
}

#header, #header_small {
	background: url('../img/layout/bg_header.png') no-repeat right;
	height: 111px;
}
#header_small {
	height: 50px;
}

#hline {
	height: 8px;
	background-image: url('../img/layout/hline.png');
	background-repeat: repeat-x;
}

#page_body {
	background: #262a2d url('../img/layout/bg_inside.png') repeat-x fixed;
	padding: 10px;
	overflow: hidden;
}

#content_outerborder {
	width: 679px;
	overflow: hidden;
	float: left;
	border: 1px solid #1e2123;
	background: #222629;
}
#content_innerborder {
	border: 1px solid #373e43;
	overflow: hidden;
}
#content_holder {
	overflow: hidden;
	width: 669px;
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
}

#sponsors_outerborder {
	float: left;
	width: 180px;
	margin-left: 10px;
	border: 1px solid #1e2123;
	background: #222629;
}
#sponsors_innerborder {
	border: 1px solid #373e43;	
}
#sponsors {
	text-align: center;
	padding-bottom: 10px;
}
#sponsors img {
	margin-top: 10px;
}

#footer {
	height: 18px;
	background-image: url('../img/layout/bg_footer.png');
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 33px;
	color: #404040;
	font-size: 11px;
}
#footer #programming {
	float: left;
	margin-left: 10px;
}
#footer #design {
	float: right;
	margin-right: 10px;
}

#copyright {
	text-align: center;
	font-size: 11px;
	color: #fff;
}

/* IE6 Message */
#ie6msg {
	width: 900px;
	border: 2px solid #090;
	margin-left: auto;
	margin-right: auto;
	background: #cfc;
	color: #000;
}
#ie6msg h4 {
	margin: 8px;
	padding: 0;
}
#ie6msg p {
	margin: 8px;
	padding: 0;
}
#ie6msg p a.getie7 {
	font-weight: bold;
	color: #006;
}
#ie6msg p a.ie6expl {
	font-weight: normal;
	color: #006;
}

/* Flash messages */
#flashMessage.message, #flashMessage.error, #authMessage.message {
	border: 1px #373e43 solid;
	margin-bottom: 10px;
	padding-left: 50px;
	background: #206d2a url('../img/layout/success.png') no-repeat 10px;
	font-size: 16px;
	heigth: 30px;
	line-height: 30px;
	color: #fff;
}
#flashMessage.error, #authMessage.message {
	border: 1px #373e43 solid;
	background: #a30617 url('../img/layout/error.png') no-repeat 10px;
}

/* General design to make things look a bit better all over */
a {
	color: #00c1f3;
}
a:hover {
	color: #fff;	
}

a.buttonlink {
	display: block;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	border: 1px solid #373e43; 
	text-decoration: none;
	padding: 2px;
	background: #212426 url('../img/layout/bg_buttonlink.png') repeat-x;
	font-weight: bold;
	color: #fff;
	height: 32px;
}

a.buttonlink:hover {
	background: #2278b2 url('../img/layout/bg_buttonlink_hover.png') repeat-x;
}

img {
	vertical-align: middle;
	border: 0px;
}

table {
	border: 1px solid #373e43;
	border-top: 1px solid #576066;
	border-spacing: 0px;
	/*border-collapse: collapse;*/
}

tr {
	background-color: #242829;
}
tr.altbg {
	background-color: #292d2e;
}

th, td {
	/*border-bottom: 1px solid #373e43;
	border-right: 1px solid #373e43;*/
	padding: 2px;
}
th {
	background: #212426 url('../img/layout/bg_table_header.png') repeat-x;
	white-space: nowrap;
	border-right: 1px solid #0d0e0f;
	border-left: 1px solid #576066;
	border-bottom: 1px solid #0d0e0f;
	height: 17px;
	line-height: 17px;
}
th.firstelement {
	border-left: 0px;
}
th.lastelement {
	border-right: 0px;
}

td.center {
	text-align: center;
}

form label { 
  display: block;
  float: left;
  width: 8em;
}

input, select, textarea {
	background: #f4f8fa url('../img/layout/bg_input.png') repeat-x top;
	border: 1px solid #373e43;
	color: #222;
	margin-bottom: 5px;
	padding: 3px 0px 3px 2px;
}
select {
	padding: 0px;
}

input:focus, select:focus, textarea:focus {
	border: 2px solid #00c1f3;
}

form .submit input {
	border: 1px solid #373e43;
	padding: 2px;
	font-weight: bold;
	cursor: pointer;
	color: #00c1f3;
	background: url('../img/layout/bg_button.png') repeat-x center;
}
form .submit input:hover {
	color: #fff;
	background: url('../img/layout/bg_button_hover.png') repeat-x center;
}

fieldset legend {
	font-weight: bold;
	color: #00c1f3;
}

form div.error-message {
	color: #f00;
	margin-bottom: 10px;
	margin-left: 8em;
	font-style: italic;
}

form.oneline {
	margin-bottom: 10px;
	overflow: hidden;
}
form.oneline input, form.oneline select {
	float: left;
}

form .input input.readonly {
	background: #333;
	color: #999;
}
form .input input.readonly:focus {
	border: 1px solid #373e43;
}

h1 {
	display: block;
	background: url('../img/layout/bg_content_heading.png') no-repeat;
	height: 34px;
	line-height: 34px;
	text-transform: uppercase;
	font-size: 18px;
	/*border-top: 1px solid #2e3238;*/
	border-bottom: 1px solid #2e3238;
	margin: 0px;
	/*margin-top: -20px;*/
	margin-bottom: 1em;
	margin-left: -5px;
	margin-right: -5px;
	padding-left: 5px;
}