body {
	margin: 0px auto;
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
	background-color:#75BFDC;
}

.container-top {

		margin:0px auto;
		margin-top:15px;
		width:952px;
		height:230px;
}

.container-logo {
	width:52px;
	height:52px;
	float:left;
	background-image:none;
}

.container-nav {
	float:right;
	width:850px;
	height:52px;
}

.nav-content {
	width:850px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#75bfdc;
	text-align:right;
	padding-top:15px;
	padding-right:5px;
}

.mainimage {

		width:952px;
		height:178px;
		background-image:url(../images/mainimage.jpg);
		clear:both;
}

.middle-container {

		margin: 0px auto;
		margin-top:5px;
		width:951px;
		background-color:#AFD5E3;
		height:auto;
}

.container-bluestrip {
		
		margin: 0px auto;
		width:951px;
		height:56px;
		font-size:0px;
		background-image:url(../images/bluestrip.gif);
		background-repeat:no-repeat;
}


		

.container-leftcolumn {
		
		width:171px;
		height:auto;
		border:1px solid #AFD5E3;	
		float:left;
		
}

.container-content {

		margin: 0px auto;
		width:605px;
		height:auto;
		float:left;
		
		
		
		
}

.container-topcontent {
		
		margin: 0px auto;
		width:605px;
		height:8px;
		font-size:0px;
		background-image:url(../images/topcontent.gif);
		background-repeat:no-repeat;
		padding:0px;
}

.container-middle {

		margin:0px auto;
		width:605px;
		min-height:368px;
		background-image:url(../images/contentmiddle.gif);
		background-repeat:repeat-y;
}

.container-bottomcontent {
	
		margin:0px auto;
		width:605px;
		height:16px;
		background-image:url(../images/contentfooter.gif);
		background-repeat:no-repeat;
		clear:both;
}

.container-rightcolumn {
		
		width:171px;
		height:auto;
		font-size:0px;
		float:right;
		border: 1px solid #AFD5E3;
		
		
		
}

.container-footer {

		margin:0px auto;
		width:951px;
		height:35px;
		background-color:#AFD5E3;
		clear:both;
}

.footer-left {

		width:215px;
		height:20px;
		padding-top:5px;
		float:left;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#333333;
		padding-left:10px;
}

.footer-middle {

		width:520px;
		height:20px;
		padding-top:5px;
		text-align:center;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#333333;
		float:left;
	
}

.footer-right {

		width:175px;
		height:20px;
		padding-top:5px;
		text-align:right;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#333333;
		float:right;
		padding-right:10px;
		
}

	
.clearboth {

		width:100%;
		clear:both;
		font-size:0px;
		height:0px;
}	

