
body {
    padding: 0px;
    margin: 0px;
    background-color: #edf1f5;
}

#container {
    position: relative;
    width: 981px;
    margin: 0 auto;
}

#header {
	position: relative;
    width: 981px;
	height: 190px;
	background: url(images/header.gif) top center no-repeat;
}

#nav {
	position: relative;
	width: 981px;
	height: 40px;
	text-align: center;
	bottom: 0;
	padding-top: 16px;
}

#content {
    position: relative;
    width: 881px;
    margin: auto;
    padding: 40px 50px 80px 50px;
    background-color: #ffffff;
}

#bottom-nav {
	position: relative;
	width: 981px;
	height: 108px;
}

#footer {
    position: relative;
    width: 981px;
    height: 31px;
    margin: auto;
    padding-top: 6px;
    text-align: center;
    background: url(images/footer.gif) top center no-repeat;
	clear: both;
}

img { behavior: url(iepngfix.htc); }

hr {
	color: #34608C;
	border: 0;
	background-color: #34608C;
	height: 1px;
}

.left-box {
	position: relative;
	float: left;
	width: 293px;
	margin-bottom: 25px;
	text-align: center;
}

.middle-box {
	position: relative;
	float: left;
	width: 32%;
	margin-bottom: 25px;
	text-align: center;
}

.right-box {
	position: relative;
	float: right;
	width: 293px;
	margin-bottom: 25px;
	text-align: center;
}

.col1{
   position: relative;
   float: left;
   left: 10px;
   width: 200px;
   text-align: center;
   background-color: #eaeaea;
   height: 150px;
   border: dotted 1px #34608C;
}
.col2{
   position: relative;
   float: left;
   left: 30px;
   width: 200px;
   text-align: center;
   background-color: #eaeaea;
   height: 150px;
   border: dotted 1px #34608C;
}
.col3{
   position: relative;
   float: left;
   left: 50px;
   width: 200px;
   text-align: center;
   background-color: #eaeaea;
   height: 150px;
   border: dotted 1px #34608C;
}
.col4{
   position: relative;
   float: right;
   right: 10px;
   width: 200px;
   text-align: center;
   background-color: #eaeaea;
   height: 150px;
   border: dotted 1px #34608C;
}


#row {
	height: 180px;
}

#row2 {
	height: 600px;
}

