/* CSS Document */

body
{
	margin: 0px;
	background-color: #000000;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-position: center top;
}


div.maincont
{
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

div.top
{
	margin-top: 13px;
	margin-left: 20px;
	width: 710px;
	background-image: url(images/logo.png);
	height: 77px;
	background-repeat: no-repeat;
}

div.digger
{
	text-align: right;
	background-image: url(images/digger.png);
	background-position: right;
	background-repeat: no-repeat;
	width: 750px;
	margin-top: 5px;
	height: 240px;
}

div.menu
{
	margin-left: 280px;
	padding-top: 19px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}

div.contents
{
	background-image: url(images/contmask.png);
	background-repeat: no-repeat;
	width: 630px;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 50px;
	min-height: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding: 10px;
	color: #FFFFFF;
}

div.foot
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-align: center;
}

div.foot p
{
	padding: 0px;
	margin: 0px;
}

div.foot address
{
	font-style: normal;
	padding: 0px;
	margin: 0px;
}

div.image
{
	float: left;
	margin-right: 10px;
}

div.image img
{
	border-style: none;
	border-width: 0px;
}


div.menu p
{
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
}

div.contents a:link
{
	color: #860101;
	text-decoration: none;
}

div.contents a:visited
{
	color: #860101;
	text-decoration: none;
}
div.contents a:active
{
	color: #860101;
	text-decoration: none;
}
div.contents a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}


div.menu a:link
{
	color: #999999;
	text-decoration: none;
}

div.menu a:visited
{
	color: #999999;
	text-decoration: none;
}
div.menu a:active
{
	color: #999999;
	text-decoration: none;
}
div.menu a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

#contact
{
	float: right;
	width: 160px;
}

#contact p,
#contact address
{
	margin-bottom: 10px;
}

h1
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}

h2
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 0px;
}

#gallery
{
	width: 630px;
}