﻿body
{
margin:0;
padding:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
background:#010100;
color:#171605;
}

form
{
display:inline;
}

a
{
color:#ff6600;
text-decoration:none;
}
a:hover
{
text-decoration:underline;
}

img
{
border:none;
}

#top_bar
{
width:100%;
height:62px;
background:url(/images/template/bg_top.gif) top repeat-x;
text-align:center;
}

#main_container
{
	width:100%;
	background:#008acf;
	overflow:auto;
	background:url(/images/template/bg_bottom_grass.jpg) #008acf bottom center repeat-x;
	padding-bottom:85px;
}

#main
{
width:960px;
text-align:center;
min-height:300px;
}

.sidebox
{
font-size:12px;
line-height:16px;
color:#666666;
margin-bottom:10px;
}
	.sidebox a
	{
	font-weight:bold;
	margin-bottom:5px;
	display:block;
	}

	.input_container
	{
	width:172px;
	border:1px solid #171605;
	background:url(/images/template/sideboxes/bg_input.gif) top repeat-x;
	color:#171605;
	font-size:12px;
	display:inline;
	padding:1px 1px 1px 1px;
	}
	.input_container input
	{
	width:172px;
	border:none;
	margin:0;
	display:inline;
	background:url(/images/template/sideboxes/bg_input.gif) #ffffff top repeat-x;
	}
	.sidebox select
	{
	width:172px;
	font-size:12px;
	display:inline;
	}
	
	.sidebox_top
	{
	width:280px;
	height:39px;
	}
	.sidebox_middle
	{
	width:258px;
	overflow:auto;
	padding-left:10px;
	padding-right:10px;
	min-height:52px;
	border-left:1px solid #55b2e1;
	border-right:1px solid #78c3e9;
	background:url(/images/template/sideboxes/bg_middle.gif) #f7fcff top repeat-x;
	}
	.sidebox_bottom
	{
	width:280px;
	height:16px;
	background:url(/images/template/sideboxes/bg_bottom.gif) top no-repeat;
	}

#bottom_bar
{
width:100%;
overflow:auto;
height:234px;
text-align:center;
padding-top:15px;
}

#copyright
{
line-height:7px;
width:920px;
text-align:left;
}
	#copyright img
	{
	float:left;
	}
	.pipe
	{
	margin-left:8px;
	margin-right:8px;
	}
