body {
	font: 11px verdana; 
	color: #000000; 
	background-color: #e1e1e1; 
	margin: 0;
	padding: 0;
	text-align: center;
}

img {
	border: 0;
}

#container {
	text-align: left;
	width: 980px;
	margin: 0 auto;
	height: 400px;
}

h1 {
	color: black;
	font-weight: bold;
	font-size: 14px;
}

a {
	color: #40709F;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: underline;
}

/* #### HEADER #### */

#header {
	height: 94px;
	background-color: #40709F;
	color: white;
	position: relative;
}

#hlinks {
	position: absolute;
	top: 10px;
	left: 20px;
}

#hrechts {
	position: absolute;
	top: 10px;
	right: 20px;
	text-align: right;
	line-height: 1.25em;
}

#hrechts a {
	color: #ffffff;
	font-weight: bold;
}

#headermenu {
	width: 940px;
	height: 21px;
	background-color: #40709F;
	padding: 0 20px;
}

.switchleft {
	margin-left: 22px;
}

.switchright {
	margin-right: 22px;
}

#headerfotos {
	height: 200px;
	background-color: #D2D2D2;
	padding: 5px 0px;
	margin-bottom: 1px;
}

/*#### CONTENT ####*/

#content {
	position: relative;
	padding: 0px; 
	width: 980px;
	margin: 0 auto;
}

#leftcolumn {
	position: absolute;
	top: 0;
	left: 0;
	width: 629px;
	padding: 0px;
	margin-right: 1px;
}

#rightcolumn {
	position: absolute;
	top: 0;
	right: 0;
	width: 350px;
	margin: 0px;
}

.containermetheader {
	border: 1px solid #40709F; 
	position: relative;
	margin-bottom: 1px;
	clear: both;
	background-color: #ffffff;
}

h1.homepage {
	background-color: #40709F;
	color: white;
	font-weight: bold;
	font-size: 14px;
	padding: 2px;
	margin: 0px;
}

.containermetheader .imageleft img,
.containermetheader .niodbox input {
	float: left;
	border: 1px solid #ffffff;
	margin: 0 4px 1px 0;
	clear: both;
}

.containercontent  {
	padding: 2px;
	clear: both;
	min-height: 135px;
}

.bigtext {
	font-size: 12px;
}

/*#### SPECIALS ####*/

form {
	padding: 0;
	margin: 0;
}

.special {
	width: 314px;
	height: 136px;
	border-bottom: 1px solid  #40709F;
	overflow: hidden;
	position: relative;
}

.specialleft {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #40709F;
	width: 130px;
	height: 134px;
	padding: 2px;
	margin-right: 2px;
	text-align: center;
}

.specialleft a img {
	float: none;
	clear: none;
	margin: 0;
}

.specialright {
	position: absolute;
	top: 0;
	right: 0;
	width: 173px;
	padding-right: 2px;
}

img.specialimage {
	border: 1px solid #FFFFFF;
	width: 130px;
}
