* {
	-moz-box-sizing:border-box;
	color: #000;
	font : 12px Tahoma;
}
body {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	vertical-align: top;
	background: #CCC url(../images/bg.gif) repeat-x top;
}
a{
	font : 12px Tahoma;
	color: #000;
	text-decoration : none;
}
a:hover{
	text-decoration : underline;
}
a.whitebold {
	font : bold 12px Tahoma;
	color: #FFF;
	text-decoration : none;
}
a.whitebold:hover{
	text-decoration : underline;
}
/* DIVS */
#main {
	margin: auto;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	height: 100%;
	background: #FFF;
}
#topbar {
	position: relative;
	top: 0px;
	left: 0px;
	height: 96px;
	width: 100%;
}
#topbar div {
	height: 96px;
	float: left;
}
#contact{
	width: 445px;
}
#stek{
	width: 45px;
	border-right: solid 2px #0079c1;
	vertical-align: bottom;
}
#logo {
	margin-left: 10px;
}

#content{
	clear: left;
	padding: 10px 10px 50px 10px;
	color: #000;
}
#bottom{
	position: absolute;
	bottom: 0;
	height: 40px;
	width: 100%;
	background: #0079c1;
	color: #FFF;
	padding: 10px 10px 10px 10px;
	text-align : right;
}

/* NAVIGATION */
#nav {
	position: relative;
	left: 0px;
	display: inline;
}
#nav_image{
	float: left;
}
#nav_btns{
	float: left;
	padding-top: 4px;
	height: 112px;
	width: 311px;
	background: #0079c1;
}
img.button {
	margin-left: 10px;
	margin-bottom: 2px;
}