html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* General */

body { font: 76% arial, sans-serif; background-color: #333; text-align:center }

#container { width: 1150px; margin: 0 auto; border: 15px solid #fff; color: #444; background: #fff url(../images/faux.gif) top left repeat-y; text-align: left}
#wrapper{ float: left; width:100%; }

p { margin-bottom: 1.5em; }
a { color: #c7021d; text-decoration: underline; }
a:hover { text-decoration: none; }
h1, h2, h3, h4 { color: #333; font-weight: bold; }
h1 { font-size: 2.2em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }

.clear { clear: both; }

.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

/* Header */
#header { text-align: center; height: 100px; background-color: #c7021d; }
	#header h1 { margin: 0; padding: 50px 0 0 0; color: #eee; }
	#header h1 a { color: #eee; text-decoration: none; }

/* Content */
#content { margin: 0 200px; padding: 10px; line-height: 1.5em; }
	#content h2 { margin: .4em 0 .8em 0; }
	ul.playerslist { width: 200px; float: left; margin:0; }
	
	#slideshow { width: 730px; height: 486px; }
	
table { }
	table td, table th { padding: 4px; vertical-align: top; text-align: left; }

table#gallery { margin: 0; }
	table#gallery td { text-align: center; padding-bottom:15px; width: 130px; }
	table#gallery img, #sidebar a img { border: 1px solid #ccc; background-color: #efefef; padding:8px; }

form { }
	form label { display:block; }
	form p { font-size: 1em; margin-bottom: 10px; }
	form input.text, form select, form textarea { width:95%; border:1px solid #bababa; color:#333; padding: 4px 5px; font-size:12px; font-family: Arial, sans-serif; background-color: #eee; }
	form select { padding: 5px; width: 30%; }
	form input.text:hover, form textarea:hover { border:1px solid #777; }
	form input.text:focus, form textarea:focus { border:1px solid #777;	color:#333; }
	form input.button { cursor: pointer; border:1px solid #bababa; background-color: #eee; color:#333; margin-right:8px; padding:3px 5px; font:12px Arial, sans-serif; text-transform: uppercase; }
	form label.required { font-weight: bold; }

/* Left sidebar */
#sidebar-left { float: left; padding: 10px; width: 180px; margin-left: -1150px; }
	#sidebar-left ul {  padding-left: 1em; list-style: square; }
	#sidebar-left ul li { padding: .2em 0; }
	#sidebar-left ul li ul { margin: .2em 0; list-style: none; }
	#sidebar-left ul li.mainactive a, #sidebar-left ul li ul li.active a { font-weight: bold; color: #444; text-decoration: none; }
	#sidebar-left h3 { margin: .4em 0; padding-bottom:.2em; border-bottom: 1px dotted #ccc; }
	
/* Right sidebar */
#sidebar-right{ float: left; padding: 10px; width: 180px; margin-left: -200px; }
	#sidebar-right ul { list-style: none; }
	#sidebar-right ul li { padding: .2em 0; }
	#sidebar-right ul li.active a { font-weight: bold; color: #444; text-decoration: none; }
	#sidebar-right h3 { margin: .4em 0; padding-bottom:.2em; border-bottom: 1px dotted #ccc; }

/* Footer */
#footer{ clear: both; background-color: #c7021d; color: #eee; }
	#footer p { margin: 0; padding: 20px 10px }
	#footer a { color: #eee; }
