
#contentContainer {
	background: #fff url(bg/index.jpg) repeat-x top;
}

#content {
	padding: 0px 0px 20px 0px;
	width: 1000px;
}

#mainPic {
	width: 1000px;
	height: 333px;
	padding-bottom: 20px;
	background: url(bg/mainPic.jpg) no-repeat left top;
	position: relative;
}

#mainPic a {
	width: 230px;
	height: 250px;
	display: block;
	position: absolute;
	bottom: 0px;
}

#mainPic a.link1 {
	left: 70px;
}

#mainPic a.link2 {
	left: 380px;
}

#mainPic a.link3 {
	left: 680px;
}


#main {
	width: 1000px;
	float: none;
	font: 1.25em/1.5em Verdana, Arial, sans-serif;
	height: 50px;
	padding: 0 0 20px 0;
	border-bottom: 2px solid #005eb0;
	margin: 0 0 20px 0;
}
html>body #main {
	min-height: 50px;
}


#left {
	width: 220px;
	padding: 0 0 0 20px;
	height: 100px;
}
html>body #left {
	min-height: 100px;
}
#center {
	float: left;
	width: 450px;
	padding: 0 0 0 20px;
	height: 100px;
	overflow: visible;
	overflow-x: hidden;
}
html>body #center {
	height: auto;
	min-height: 100px;
	overflow: visible;
}
#center .newsBox {
	width: 200px;
	float: left;
	height: auto;
	min-height: 100px;
	overflow: hidden;
}
.column1 {
	width: 220px;
	float: right;
	height: 100px;
	overflow: visible;
	overflow-x: hidden;
}
html>body .column1 {
	height: auto;
	min-height: 100px;
	overflow: visible;
}

/* Newsletter button
================*/
INPUT.newsletterButton {
	border: 0;
	width: 60px;
	height: 25px;
	background: url(bg/newsletterButton.jpg) no-repeat center center;
	cursor: pointer;
}

#right {
	float: right;
	width: 260px;
	height: 100px;
	overflow: visible;
	overflow-x: hidden;
}
html>body #right {
	height: auto;
	min-height: 100px;
	overflow: visible;
}
.column2 {
	
}



/* IndexBox
===============================*/

.indexBox1 {
	margin-top: 10px;
	clear: both;
	width: 260px;
	background: #dbeaf5 url(bg/indexBoxBottom.jpg) no-repeat left bottom;
}
.indexBox2 {
	width: 240px;
	padding: 10px;
	background: url(bg/indexBoxTop.jpg) no-repeat left top;
}
