@charset "UTF-8";


/* CSS Reset
-------------------------------------------------------------- */

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, 
pre, a, abbr, acronym, address, code, del, dfn, img, q, dl, dt, dd, 
ol, ul, li, fieldset, form, label, legend, table, caption, tbody, 
tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}

:focus {outline: 0;}
body {line-height: 1.5;}
ol, ul {list-style-type: none;}
table {border-collapse: collapse; border-spacing:0;}
caption, th, td {text-align: left; font-weight: normal;}
blockquote, q {quotes: "" "";}
img, {margin: 0; padding: 0;}
a img { border: none; }


/* Default
-------------------------------------------------------------- */

* { margin: 0; padding: 0; }
html { height:101%; }

body {
	font: normal 12px/20px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	color: #999;
	background: #000 url(assets/bg.jpg) repeat-x top ;
	margin: 0;
	padding: 0;
	}


/* Layout
-------------------------------------------------------------- */

#wrap { margin: auto; width:930px; }

#header {
	background-image: url(assets/header.jpg);
	width: 930px;
	height: 350px;
	margin-bottom: 15px;
	}

.column { width: 300px; float: left; margin-right: 15px; }
.double	{ width: 615px; }
.end { float: left; margin-right: 0; }

.border { border: 10px solid #3d3c3c; background-color: #3d3c3c; }

ul#join {
	background-image: url(assets/bg-join.jpg);
	width: 280px;
	height: 95px;
	padding: 10px;
	}
	


/* Menu
-------------------------------------------------------------- */	

#menu {
	height: 33px; 
	margin: 0 auto;
	width: 600px;
	float: left;
	}

ul#menu li {
	float:left;
	line-height: 33px;
	list-style-type: none;
	margin: 0;
	font-size: 13px;
	}

ul#menu li a {
	color: #fff;
	display: block;
	padding-right: 20px;
	text-decoration: none;
	}
			
ul#menu li a:hover { color: #ed1c24; }


/* Styles
-------------------------------------------------------------- */

h2 { color: #fff; font-size: 18px; margin-bottom: 15px; }	
h3 { font-size: 14px; color: #999; }

p, .border, ul#join { margin-bottom: 15px; }
p em { font-style: oblique; }
p strong { font-weight: normal; color: #fff; }
img { margin-bottom: 0px; }
	
a { color: #ed1c24; text-decoration: none; }
a:hover { text-decoration: underline; }

hr { color: #ccc; background: #ccccc9; border: 0; height: 1px; margin: 20px 0; }

div.clear { clear: both; }
.left { float: left; }
.right { float: right; }	

/* Footer
-------------------------------------------------------------- */		

#footer {
	font-size: 10px;
	height: 150px;
	padding-top: 20px;
	width: 930px;
	margin: auto;
	}
	
#footer-wrap {
	margin-top: 30px;
	width: 100%;
	background-color: #111;
	}	
