/* CSS Document */
body{
	margin:0px;
	font:12px normal Arial,Helvetica,Sans-Serif;
}
h1,h2,h3,h4,h5,h6{
	color:#972f32;
	margin:0px;
}
p{
	margin-top:0px;
	margin-bottom:15px;
}
.page{
	position:relative;
	left:50%;
	margin:0px 0px 0px -489px;
	width:978px;
}
.header{
	margin-bottom:25px;
	border-bottom:7px solid black;
	height:150px;
	background-image:url('../../images/nabec_header.JPG');
	background-repeat:no-repeat;
}
.footer{
	
	margin-top:20px;
}
.header .navigation{
	float:right;
	margin-right:5px;
	position:relative;
	top:195px;
	font-size:13px;
	font-weight:600;
	background-color:white;
	padding:5px;
	border-top:3px solid black;
	border-left:3px solid black;
	border-right:3px solid black;
}
a{
	color:#00539b;
}
.bold{
	font-weight:bold;
	color:#00539b;
}
.marginBottom3{
	margin-bottom:3px;
}
.marginBottom5{
	margin-bottom:5px;
}
.marginBottom10{
	margin-bottom:10px;
}
.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}
.floatRightMargin{
	float:right;
	margin-left:10px;
}
.floatLeftMargin{
	float:left;
	margin-right:10px;
}
.center{
	text-align:center;
}
.clear{
	clear:both;
}
.clearLeft{
	clear:left;
}
.clearRight{
	clear:right;
}

img, a img{
	border:0px;
}
