/* CSS Document */
body{
	margin:0px;
	background:#000000 url(../splashimages/page_bg.gif) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
a img{
	border:0px;
}
#container{
	margin:0px auto;
	width:980px;
}
#wrapper{
	width:980px;
	float:left;
	min-height:600px;
	height:auto !important;
	height:600px;
	
}
#header{
	float:left;
	width:980px;
}
#logo{
	float:left;	
	width:411px;
	height:87px;
	margin:20px 0px 0px 0px;
}
#main-cont{
	float:left;
	width:980px;
	padding:70px 0px;
}
#left-cont{
	float:left;
	width:309px;
	margin-right:10px;
}
#mid-cont{
	float:left;
	background:url(../splashimages/img_2.jpg) no-repeat;
	width:309px;
	margin-right:10px;
}
#right-cont{
	float:left;
	background:url(../splashimages/img_3.jpg) no-repeat;
	width:309px;
}


/* CSS Document */

