*{
	-webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out, border-size 300ms ease-in-out, box-shadow 300ms ease-in-out, width 300ms ease-in-out, height 300ms ease-in-out, margin 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out, border-size 300ms ease-in-out, box-shadow 300ms ease-in-out, width 300ms ease-in-out, height 300ms ease-in-out, margin 300ms ease-in-out;
	-o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out, border-size 300ms ease-in-out, box-shadow 300ms ease-in-out, width 300ms ease-in-out, height 300ms ease-in-out, margin 300ms ease-in-out;
	-ms-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out, border-size 300ms ease-in-out, box-shadow 300ms ease-in-out, width 300ms ease-in-out, height 300ms ease-in-out, margin 300ms ease-in-out;
	transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out, border-size 300ms ease-in-out, box-shadow 300ms ease-in-out, width 300ms ease-in-out, height 300ms ease-in-out, margin 300ms ease-in-out;
}
body{
	background-color:#333333;
	color:#555555;
	margin:0;
	padding:0;
	font-size:100%;
	font-family:"PT Sans",sans-serif;
	background-position:top center;
	background-size:100% 100%;
	background-repeat:no-repeat;
}
a, a:visited{
	text-decoration:none;
	color:red;
}
a:hover, a:active, a:focus{
	color:yellow;
}
h1,h2,h3,h4,h5{
	font-weight:normal;
	font-size:100%;
	margin:0;
	padding:0;
}
label{cursor:pointer;}
.clear{
	clear:both;
}
div#page{
	background-position:top center;
	background-repeat:repeat;
}
#wrapper{
	width:100%;
	height:100%;
}
#wrapper_content{
	width:100%;
	max-width:1300px;
	margin:auto;
}
#content{
	min-height:500px;
	padding:10px;
	width:100%;
}
#footer_wrapper{
	width:100%;
	background-color:transparent;
	height:auto;
}
#footer{
	width:100%;
	max-width:1300px;
	margin:auto;
}
#footer_content{
	padding:30px 15px;
	text-align:center;
	font-size:80%;
	color:#f0f0f0;
}
#footer_content a, #footer_content a:visited{
	color:#666666;
	padding:5px;
	display:inline-block;
}
#footer_content a:focus, #footer_content a:hover, #footer_content a:active{
	color:white;
	background-color:black;
}
#banner_wrapper{
	width:100%;
}
#banner{
	width:100%;
	max-width:1300px;
	margin:auto;
	height:auto;
	min-height:100px;
}
#banner_content{
	padding-top:5px;
	padding-bottom:5px;
}
.title{
	font-size:150%;
	margin-top:10px;
	margin-bottom:10px;
}

.mainmenu{
	max-width:1300px;
	width:100%;
	margin:auto;
	height:auto;
	text-align:center;
	background-color:#2a2a2a;
}
.mainmenu_item{
	display:inline-block;
	margin-right:2px;
	border-right:1px solid #ff012a;
}
.mainmenu_item a, .mainmenu_item a:visited{
	width:auto;
	height:auto;
	display:inline-block;
	padding:6px 12px;
	color:#ff012a;
	background-color:transparent;
	font-size:125%;
	text-transform:uppercase;
	text-shadow:0px 0px 5px black;
}
.mainmenu_item:last-of-type{margin-right:0px;border-right:none;}
.mainmenu_item a:hover, .mainmenu_item a:active, .mainmenu_item a:focus{
	text-shadow:0px 0px 15px #ff012a;
	color:#ffffff;
}