*{
	margin: 0;
	padding: 0;
}
p { margin-bottom: 20px; }
body {
	font: 14px Arial, Helvetica, sans-serif;
	background-color: #000000;
	}
#container {
	margin: 10px auto;
	width: 900px;
	background-color: #999999;
}
#header {
	width: 900px;
	height: 107px;
	background-color: #999999;
	background-image: url(gr/header.jpg);
}
#headLeft {
	float: left;
}
#buttonMail a {
	float: right;
	height: 107px;
	width: 56px;
	background-image: url(gr/buttonMailOFF.jpg);
}
#buttonMail a:hover { background-image: url(gr/buttonMailON.gif); }
#buttonHome a {
	float: right;
	height: 107px;
	width: 56px;
	background-image: url(gr/buttonHomeOFF.jpg);
}
#buttonHome a:hover { background-image: url(gr/buttonHomeON.gif); }
#buttonHome a.selected { background-image: url(gr/buttonHomeON.gif); }
#headRightText {
	text-align: right;
	float: right;
	font-weight: bold;
	margin-top: 42px;
	color: #990000;
	font-size: 12px;
}
#content {
	background-image: url(gr/contentBG.jpg);
	height: 460px;
	width: 900px;
	background-color: #999999;
}
#contentHome {
	background-image: url(gr/homeBG.jpg);
	height: 460px;
	width: 900px;
	background-color: #999999;
}
#contentGallery {
	background-image: url(gr/galleryBG.jpg);
	height: 460px;
	width: 900px;
	background-color: #999999;
}
#contentMachine {
	background-image: url(gr/machineBG.jpg);
	height: 460px;
	width: 900px;
	background-color: #999999;
}
#contentTech {
	background-image: url(gr/techBG.jpg);
	height: 460px;
	width: 900px;
	background-color: #999999;
}
#contentText {
	text-align: left;
	width: 260px;
	line-height: 25px;
	color: #FFFFFF;
	float: left;
	margin-left: 44px;
	height: 400px;
	margin-top: 30px;
	font-size: 12px;
	display: inline;
}
#contentTextContact {
	width: 260px;
	color: #FFFFFF;
	float: left;
	margin-left: 44px;
	margin-top: 80px;
	font-size: 12px;
	display: inline;
}
.red {
	float: left;
	clear: left;
	margin-top: 260px;
	font-weight: bold;
	color: #990000;
}
.blue {
	float: left;
	clear: left;
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}
#contentMail {
	text-align: left;
	margin-left: 70px;
	width: 440px;
	line-height: 30px;
	color: #FFFFFF;
	margin-top: 50px;
	float: left;
	position: relative;
}
#footer {
	background-color: #999999;
	background-image: url(gr/footer.jpg);
	height: 33px;
	width: 900px;
	text-align: center;
	color: #666666;
	font-size: 10px;
	padding-top: 20px;
	font-weight: bold;
}
#nav {
	width: 900px;
}
#navlist li
{
	display: inline;
	list-style-type: none;
}
#navContact a {
	float: right;
	background-color: #BFB4A5;
	margin-left: 2px;
	margin-top: 3px;
	background-image: url(gr/contactOFF.gif);
	width: 121px;
	height: 27px;
}
#navContact a:hover { background-image: url(gr/contactON.gif); }
#navContact a.selected { background-image: url(gr/contactON.gif); }
#navGallery a {
	float: right;
	background-color: #BFB4A5;
	margin-left: 2px;
	margin-top: 3px;
	background-image: url(gr/galleryOFF.gif);
	width: 129px;
	height: 27px;
}
#navGallery a:hover { background-image: url(gr/galleryON.gif); }
#navGallery a.selected { background-image: url(gr/galleryON.gif); }
#navTech a { 	
	float: right;
	background-color: #BFB4A5;
	margin-left: 2px;
	margin-top: 3px;
	background-image: url(gr/techOFF.gif);
	width: 130px;
	height: 27px;
}
#navTech a:hover { background-image: url(gr/techON.gif); }
#navTech a.selected { background-image: url(gr/techON.gif); }
#navMachine a {
	float: right;
	margin-left: 2px;
	margin-top: 3px;
	background-image: url(gr/machineOFF.gif);
	width: 150px;
	height: 27px;
}
#navMachine a:hover { background-image: url(gr/machineON.gif); }
#navMachine a.selected { background-image: url(gr/machineON.gif); }
#gallery {
	margin-top: 51px;
}
