/* CSS Document */

body {
background-color: #FFFFFF;
}

.fulltable {
background-image: url(images/bgconstruction.jpg);
background-position: top;
background-repeat: no-repeat;
height: 452px;
vertical-align: middle;
width: 654px;
}

.logo {
background-image: url(images/logo.png);
background-position: center;
background-repeat: no-repeat;
height: 75px;
width: 180px;
}

.divider {
background-image: url(images/divider.jpg);
background-position: center;
background-repeat: no-repeat;
height: 415px;
width: 1px;
}

.leftmenu {
color: #848484;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
height: 100%;
margin-left: 25px;
margin-top: 25px;
text-transform: uppercase;
}

	.leftmenu a:link, .leftmenu a:visited {
	color: #848484;
	text-decoration: none;
	}
	
	.leftmenu a:active, .leftmenu a:hover {
	color: #C70000;
	text-decoration: none;
	}

.titletext {
color: #C70000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
margin-left: 25px;
}

.maintext {
color: #848484;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
margin-left: 40px;
}

.adrestext {
color: #A9A8A8;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

	.adrestext a {
	color: #A9A8A8;
	text-decoration: none;
	}

.picture {
background-image: url(images/picture.jpg);
background-position: bottom;
background-repeat: no-repeat;
height: 320px;
width: 205px;
}
