/* css released under Creative Commons ShareAlike License v1.0 - http://creativecommons.org/licenses/sa/1.0/  */


/* basic elements */
/* This should cover most common elements */
html, body
{ 
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px; 
	padding: 0px;
	text-align: center;
	background-color: #ffffff;
}

p
{
	margin-top: 0px; 
	text-align: justify;
}

h1
{
	font-weight: bold;
	font-size: 18px;
	margin: 0px;	
}

h2, h3
{ 
	font-weight: bold;
	font-size: 16px;
	margin: 0px;
	margin-bottom: 5px;
}

h3
{
	font-size: 12px;
}

h4
{ 
	font-weight: normal;
	font-style: italic;
	font-size: 10px;
	margin: 0px;
	margin-bottom: 15px;
}

a, a:link
{ 
	font-weight: bold; 
	text-decoration: none; 
	color: #B6575A;
}

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

a:hover, a:active
{
	text-decoration: underline; 
	color: #ffb80c;
}

img
{
	border: none;
}



/* Classes */

div.box
{
	margin-bottom: 20px;
}

div.boxcontent
{
   padding: 4px 8px;
}

/*Generic class for error messages*/
.error {
	color: #AA0000;
}


/* specific divs */
#site
{
	padding: 10px;
	margin: 0px auto 0px;
	width: 900px;
	text-align: left;
}

#header
{
	padding-bottom: 20px;
	background: #ffffff url(../images/crane.jpg) no-repeat top left;
}

#logo
{
	width: 400px;
	height: 50px;
	background: transparent url(../images/logo-text.gif) no-repeat top left;
}

#logo span
{
	display: none;
}

#sidebar
{
	width: 200px;
	float: left;
}

#sidebar .box
{
	background: #a5b6ce url(../images/sidebar-box-top.gif) no-repeat top;
}

#sidebar .boxcontent
{
	background: transparent url(../images/sidebar-box-bottom.gif) no-repeat bottom;
}

#footer
{
	width: 690px;
	clear: both;
	padding-top: 10px;
	margin-left: 210px;
	margin: 0px auto 0px;

}

#footer p
{
	font-size: 10px;
	line-height: 16px;
	text-align: center;
}

#footer .box
{
	background: #A9A5CE url(../images/footer-box-left.gif) no-repeat top left;
	height: 60px;
}

#footer .boxcontent
{
	padding-top: 10px;
	background: transparent url(../images/footer-box-right.gif) no-repeat top right;
	height: 60px;
}

#menu .boxtitle
{
	background: transparent url(../images/menu-header.gif) no-repeat bottom center;
	height: 20px;
	padding-top: 10px;
}

#menu .boxtitle span
{
	display: none;
}

#menu ul
{
	margin-top: 0px;
}

#content
{
	position: relative;
	float: left;
	left: 10px;
	top: 0px;
	text-align: left;
	width: 690px;
}