@import url(fonts.css);

body {
	margin: 0;
	padding: 0;
	background-image: url("../images/bg.jpg");
	background-repeat: repeat;
	background-position: top left;
	font-family: Verdana, Arial, Helvetica;	
}

p {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}

div#page {
	margin: auto;
	width: 990px;
	background-color: white;
	position: relative;
	min-height: 500px;
	_height: 500px; /* for iE6 */
	margin-top: 58px;
}

div#top {
	border-bottom: 1px solid white;
	height: 167px;
}

div#top div#topleft {
	width: 592px;
	height: 167px;
	float:left;
	border-right: 1px solid white;
}

div#top div#topleft div#logo {
	width: 266px;
	height:58px;
	position:absolute;
	z-index: 500000;
	left:0;
	top:0;
}

div#top div#topleft div#imageleft {
	width: 592px;
	height: 137px;
	background-image: url("../images/image_left_01.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	border-bottom: 1px solid white;
}

div#top div#topleft div#navigation {
	width: 592px;
	height: 29px;
	background-image: url("../images/bg_navi.gif");
	background-repeat: repeat-x;
	background-position: top left;
}

div#top div#topright {
	width: 397px;
	height: 167px;
	background-image: url("../images/image_right_01.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	float:left;
}

div#top div#quicklinks {
	width: 400px;
	height: 50px;
	position:absolute;
	z-index: 500000;
	left: 600px;
	top: 35px;
}

div#bottom {
	border-top: 1px solid #650606;
}

div#bottom div#subnavigation {
	width: 230px;
	min-height: 320px;
	_height: 320px; /* for iE6 */
	padding: 80px 0 80px 10px;
	float:left;
}

div#bottom div#content {
	width: 700px;
	padding: 28px 25px 50px 25px;
	float:left;
	font-size: 93%;	
}

div#footer {
	height: 29px;
	background-image: url("../images/bg_navi.gif");
	background-repeat: repeat-x;
	background-position: top left;
	width:990px;
	margin: auto;
	padding-bottom:50px;
}

div.clear {
	clear: left;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	overflow: hidden;
}

