html {
	margin: 0px auto 0px auto;
	text-align: center;	
}
body {
	background-color: #ffffff;
	background-image: url(../gfx/topbar_bg.png);
	background-position:  top;
	background-repeat: repeat-x;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 100px auto 0px auto;
	text-align: center;
}

img {
	border: none;	
}

#mainCont {
	margin: 0px auto 0px auto;
	text-align: center;
}

#topArea {
	height: 35px;
	margin: 0px auto 0px auto;
	text-align: center;
	clear: both;
	width: 800px;
}
#topLogo {
	float: left;
}

#topMenu {
	float: right;
}
#topMenu ul li {
	list-style-type: none;
	display: inline;
}

#topNavi li a:link, #topNavi li a:visited {
	width: 100px;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

#topNavi li a:hover {
	width: 100px;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 5px solid #8cac0b;
}

#topNavi li.activeItem a {
	width: 100px;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 5px solid #8cac0b;
}


/*************************************
CONTAINER
*************************************/
#container {
	width: 824px;
	margin: 0px auto 0px auto;
	text-align: center;
}
#container #top {
	background-image: url(../gfx/maintop.png);
	height: 27px;
}

#container #main {
	background-image: url(../gfx/mainbg.png);
	color: #ffffff;
	text-align: left;
	padding: 0px 25px 0px 25px;
	position: relative;
	overflow: auto;
}

#main h1:before {
	content: "» ";
}

#main h1 {
	font-size: 12px;	
	padding-left: 10px;
	margin-top: 0px;
	text-transform: uppercase;
}

#theContent {
	position: relative;
	float: left;
	width: 65%;
	overflow: hidden;
}

#rightBox {
	float: right;
	margin-right: 5px;
}

#rightBox img {
	border: 2px solid #ffffff;
}

#container #bottom {
	background-image: url(../gfx/mainbottom.png);
	height: 27px;
}

#main_front {
	background-image: url(../gfx/mainbg.png);
	color: #ffffff;
	text-align: left;
	padding: 0px 25px 0px 25px;
	position: relative;
	overflow: auto;
}


#theContent_front {
	position: relative;
	float: left;
	width: 50%;
	overflow: hidden;
}

#rightBox_front {
	width: 50%;	
	float: right;
	margin-right: 0px;
}

#rightBox_front img {
	border: 0px solid #ffffff;
}

.CV {
	text-transform: uppercase;
}


/*************************************
BOTTOM W ADDRESS
*************************************/
#bottomWadress {
	width: 800px;
	margin: 0px auto 0px auto;
}

.addressBar {
	float: right;
	font-size: 9px;
	padding-right: 10px;	
}


a:link, a:active, a:visited {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #8cac0b;
}

.validLogo { 
	float: left;
	margin-left: 10px;
}

input, textarea { 
	border: 1px solid #e7e7e7;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
