html
{
	overflow: -moz-scrollbars-vertical;
}

body 
{
	background-color: #d8dbb6;
}

#header
{
	position: relative;
	width: 830px;
	height: 155px;
	margin-left: auto;
	margin-right: auto;
}

#main
{
	position: relative;
	width: 830px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
}

.box
{
	background-color: #e6e4c1;
	color: #3b1900;
	font-family: Trebuchet MS;
	font-size: large;
	border: solid 4px #3b1900;
}

.box a
{
	text-decoration: none;
	color: #832800;
}

.box p
{
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0px;
}

.box h1
{
	padding-left: 10px;
	font-size: xx-large;
	margin: 0px;
	padding-bottom: 15px;
}

.centervext
{
	display: table;
	overflow: hidden;
}

.centerv
{
	display: table-cell;
	vertical-align: middle;
}

#sidebar 
{
	position: absolute;
	width: 166px;
	height: 640px;
	overflow: auto;
}

.sidebar-item
{
	position: relative;
	width: 140px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 5px;
}

.sidebar-picture
{
}

.sidebar-picture img
{
	width: 140px;
	height: 105px;
	border: 0px;
}

.sidebar-title
{
	padding-bottom: 15px;
}

#description
{
	position: absolute;
	left: 186px;
	width: 365px;
	height: 140px;
}

#download
{
	position: absolute;
	left: 571px;
	width: 255px;
	height: 140px;
}

#picture
{
	position: absolute;
	left: 186px;
	top: 160px;
	width: 640px;
	height: 480px;
}