body
{
	margin: 10px;
	font-family: Arial;
	font-size: 10pt;
}

h3
{
	margin: 0;
	padding: 0;
}

#container
{
	margin: 0 auto;
	padding: 0;
	width: 750px;
	border: 1px solid #000000;
}

a:link
{
	color: #f42c34;
	text-decoration: underline;
	font-size: 10pt;
	font-weight: bold;
}

a:active
{
	color: #f42c34;
	text-decoration: underline;
}

a:visited
{
	color: #f42c34;
	text-decoration: underline;
	font-weight: bold;
}

a:hover
{
	text-decoration: none;
}

#header
{
	margin: 0;
	padding: 0;
	width: 750px;
	height: 180px;
}

#logo
{
	width: 180px;
	height: 180px;
}

#crane
{
	width: 440px;
	height: 180px;
	background: url(images/crane.gif) no-repeat;
}

#navigation
{
	width: 129px;
	border-top: 20px solid #f42c34;
	border-left: 1px solid #000000;
}

#navigation ul 
{
	margin: 0;
	padding: 10px 0 0 0;
	list-style-type: none;
}

#navigation ul li
{  
	display: block;
}

#navigation ul li a
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0 0 0 7px;
	color: #f42c34;
}

#navigation ul li a:hover
{
	text-decoration: underline;
}

#middle
{
	background: url(images/middle.jpg) no-repeat;
	width: 750px;
	height: 236px;
}

#middle2
{
	background: #000000;
	width: 750px;
	padding: 5px;
	color: #ffffff;
}

#content
{
	width: 750px;
}

#left
{
	width: 129px;
	border-right: 1px solid #000000;	
}

#right
{
	width: 620px;
	padding: 0;	
}

.subtitle
{
	margin: 0 0 15px 0;
	padding: 5px;
	width: 100%;
	background: #000000;
	color: #ffffff;
	text-align: right;
}

#footer
{
	font-size: 8pt;
}