#cssState
{
	z-index: 4;
}

body
{
	margin: 0;
	background-color: #000;
	background-image: url("img/bg_v3.jpg");
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
}

#container
{
	display: table;
	/*border-collapse: collapse;
	border: 2px solid #000;*/
	max-width: 1004px;
	min-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	display: table-row;
	width: 1000px;
	height: 300px;
	border: none;
	/*border-bottom: 2px solid #000;*/
}

#header .headerbg
{
	width: 1000px;
	height: 300px;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
}
#header .logo
{
	top: 14px;
	left: 14px;
	width: auto;
}

#header .headertext
{
	top: 90px;
	left: 250px;
	width: auto;
}

#navigation
{
	top: 246px;
	left: 2px;
	width: 1000px;
	height: 50px;
}

#navigation li
{
	height: 35px;
	padding-top: 15px;
}

#navigation a:link, #navigation a:visited
{
	font-size: 20px;
}

#navigation a:hover
{
	background-color: rgba(204,122,41, 0.67);
}

#content
{
	display: table-cell;
	vertical-align: top;
}

#sidebar
{
	display: table-cell;
	width: 300px;
	/*position: absolute;
	top: 304px;
	left: 704px;*/
}

.main_info
{
	width: 98%;
	margin: 1%;
	height: 300px;
	/*border: 2px solid #000;*/
	background-color: rgba(255,255,255,0.7);
}
