html, body {
    padding: 0;
    margin: 0;
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#45484d;
	color:#CCC;
}

a:link, a:active, a:visited{
	color:#ff8400;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

.wrapper{
	margin: 0px auto;
	width: 910px;
	padding:0px 3px 0px 3px;
	background:url(http://www.soccerodyssey.com/assets/public/images/template/main_bg.gif) repeat-y;
}

.header{
	width:910px;
	height:87px;
}

.logo{
	float:left;
	width:187px;
	height:87px;
}

.header_right{
	float:left;
	width:723px;
	height:87px;
	background:url(http://www.soccerodyssey.com/assets/public/images/template/header.jpg) no-repeat;
}

.session{
	font-size:12px;
	height:23px;
	padding:10px 20px 0px 0px;
}

.session a:link,.session a:active,.session a:visited,.session a:hover{
	color:#EEE;
}

.main_navigation{
	padding:0px 0px 0px 0px;
}

.main_content{
	min-height:300px;
	height:auto !important;
	height:300px;
	padding:15px;
}

.page_content{
	min-height:350px;
	height:auto !important;
	height:350px;
	background:#323438;
	border:solid 1px #0F0E0E;
	padding:15px;
}

.page_header{
	font-size:18px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	margin-bottom:25px;
}

.footer_divider{
	background:url(http://www.soccerodyssey.com/assets/public/images/template/footer_divider.jpg);
	height:102px;
	margin:0px auto;
	width:916px;
}

.footer{
	padding:5px 25px 15px 0px;
	margin: 0px auto;
	width: 916px;
	color:#CCC;
}

/* ERROR */

.error_container{
	padding-top:75px;
}

.error{
	background:#999;
	margin-bottom:10px;
	padding:10px;
	width:482px;
	border:solid 1px #cdc7a7;
}

.error h2{
	color:#000;
}

.error h3{
	color:#000;
}

.errors{
	padding:10px;
	border:solid 1px #000;
	color:#6d1001;
	background:#CCC;
	margin-bottom:10px;
	font-weight:bold;
}

/* BOX */

.box_header{
	width:629px;
	height:21px;
	padding:6px 0px 0px 10px;
	background:url(http://www.soccerodyssey.com/assets/public/images/template/box/header.jpg);
	color:#CCC;
}

.box_content{
	width:597px;
	padding:20px;
	border-left:solid 1px #3C3C3C;
	border-right:solid 1px #3C3C3C;
	background:#323438;
}

.box_footer{
	background:url(http://www.soccerodyssey.com/assets/public/images/template/box/footer.jpg);
	width:629px;
	height:19px;
	padding:8px 10px 0px 0px;
}

/* INPUT */

.input_default{
	font-size:11px;
	border:solid 1px #FFF;
	padding:2px;
	background:#CCC;
}

.register_button{
	background:url(http://www.soccerodyssey.com/assets/public/images/buttons/register.jpg);
	width:151px;
	height:44px;
}

.submit_default_over{
	font-size:11px;
	border:solid 3px #666;
	padding:2px 5px 2px 5px;
	background:#CCC;
	color:#000;
	font-weight:bold;
}