body 
{
	background-color: #666666;
	/*background-size: cover;*/
	margin: 0;
	padding: 0;
	background-image: url(../images/trunk.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#container
{
	width: 56em;
	height: auto;
	background-color: white;
	margin: 0 auto;
	border-style: solid;
	border-width:1px
}

#header
{
	width: 100%;
	height: 150px;
	background-image: url(../images/header.png);
	background-size: cover;
}

#content
{
	width: auto;
	height: auto;
	float: inherit;
	margin-left: 190px;
	margin-right: 20px;
	text-align: center;
	min-height: 560px;
}

#sidebar
{
	float: left;
	width: 19%;
	height: 500px;/*600px;*/
	background-image: url(../images/green-bar-1.jpg);
	background-size: cover;
	text-align: left;
	padding-left: 4px;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #25F500;
	border: 0;
}

#footer
{
	width: 100%;
	height: 38px;
	background-image: url(../images/Longfooter.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

a:link /* unvisited link */
{
	color:#04CC33;
	text-decoration: none;
}      

a:visited /* visited link */
{
	color:#04CC33;
	text-decoration: none;
}  

a:hover /* mouse over link */
{
	color: #25F500;
	text-decoration: none;
}  

a:active /* selected link */
{
	color: red;
	text-decoration: none;
}

.green
{
	color: #009900;
}

.orange
{
	color: #FF9933;
}

.darkOrange
{
	color: #FF6600;
}

.white
{
	color: white;
}

.bold
{
	font-weight: bold;
}

.underline
{
	text-decoration: underline;
}

::-webkit-scrollbar 
{
    width: 20px;
	color: red;
	background-color: #352424;
}
 
::-webkit-scrollbar-track 
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb 
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
	background-color: #491C00;
}

::-webkit-scrollbar-thumb:hover 
{
	background-color: #632600;
}