@charset "UTF-8";

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: 	#3893F0;
	font-family: 		Verdana, Geneva, sans-serif;
	font-size: 			11px;
	color: 				#FFF;
	text-align:			left;
}

#back_top
{
	width: 1000px;
	background-image: url(http://www.flyforfantasy.com/public/images/top.jpg);
	background-repeat: 	no-repeat;
	height: 603px;
	margin: 0px auto;
	padding: 0;
	overflow: hidden;
}

.container
{
	width: 1100px;
	margin: 0px auto;
	padding: 0;
	overflow: hidden;	

}

.container #content
{
	height: auto;
	width: 920px;
	position: absolute;
	top: 335px;
	margin-left: 90px;
	margin-right: 90px;
}

.container #content #menu
{
	background-image: url(http://www.flyforfantasy.com/public/images/rounded_menu.png);
	background-repeat: no-repeat;
	height: 78px;
}

.container #content #menu .texts
{
	margin: 19px;
	padding-top: 5px;
}
.container #content #bars
{
	margin-top: 10px;
	margin-left: 30px;
	height: auto;
	width: 100%;
	float: left;
	min-height: 300px;
	/*
	background-image: url(http://www.flyforfantasy.com/public/images/middle.jpg);
	background-repeat: repeat-y;
	background-position: right;
	opacity:0.4;
	filter:alpha(opacity=40);*/
}

.container #content #bars #left_bar
{
	width: 260px;
	height: auto;
	float: left;
}

.container #content #bars #right_bar
{
	width: 650px;
	height: auto;
	float: left;
}

#footer
{
	margin-top: 10px;
	width: 1000px;
	background-image: url(http://www.flyforfantasy.com/public/images/footer.jpg);
	background-repeat: 	no-repeat;
	height: 404px;
	text-align: center;
	float: left;
}

.middle_box_top
{
	background-image: url(http://www.flyforfantasy.com/public/images/box/top.png);
	background-repeat: 	no-repeat;
	width: 655px;
	height: 30px;
}

.middle_box_footer
{
	background-image: url(http://www.flyforfantasy.com/public/images/box/footer.png);
	background-repeat: 	no-repeat;
	width: 655px;
	height: 30px;
}

.middle_box_center
{
	background-image: url(http://www.flyforfantasy.com/public/images/box/middle.png);
	background-repeat: 	repeat-y;
	width: 635px;
	height: auto;
	color:#333;
	padding: 10px;
}

.middle_box_center a
{
	color:#333;
	font-weight:bold;
}


.middle_box_top_small
{
	background-image: url(http://www.flyforfantasy.com/public/images/box/top_small.jpg);
	background-repeat: 	no-repeat;
	width: 611px;
	height: 27px;
}

.middle_box_footer_small
{
	background-image: url(http://www.flyforfantasy.com/public/images/box/footer_small.jpg);
	background-repeat: 	no-repeat;
	width: 611px;
	height: 27px;
}

.middle_box_center_small
{
	background-image: url(http://www.flyforfantasy.com/public/images/box/middle_small.jpg);
	background-repeat: 	repeat-y;
	width: 611px;
	height: auto;
	color:#333;
	padding: 10px;
}

.box_small_center_context
{
	background-image: url(http://www.flyforfantasy.com/public/images/rounded_medium_box.jpg);
	width:622px;
	height: 33px;
	padding: 10px;
	background-repeat: no-repeat;
	color:#255C94;
	font-weight: bold;
}


a
{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}