@charset "UTF-8";
/* CSS Document */

#roundtop ,#roundbottom{
	width: 990px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	height: 16px;
	background: url(../images/skin/bgwrapper.gif) no-repeat center top;
}

#roundbottom{
	background: url(../images/skin/bgwrapper.gif) no-repeat center -30px;
}

#Container{
	background:url(../images/skin/clouds.jpg) repeat-x -90px top;
}

#mainWrapper{
	margin:0 auto;
	padding:0;
	width:990px;
	background:url(../images/skin/bgwrapperMid.gif) repeat-y center top;
}

#headerWrapper{
	height:110px;
}

#headerWrapper .Inner{
	margin:0;
}

#ContentArea{
	background:white;
	width:990px;
	height:auto;
}

#rightcolmn{
	width:740px;
	float:left;
	height:auto;
	padding-top:25px;
}

#rightcolmn .Inner{
	padding:0 15px 0 35px;
}

#leftcolmn{
	position:relative;
	top:-5px;
	width:250px;
	padding-top:25px;
	display:inline;
	float:left;
}

#leftcolmn .Inner{
	padding:0 25px 0 15px;
}

#footer{
	clear:both;
	height:auto;
	text-align:center;
	margin:0 auto;
}

#footer .innertube{
margin:0 auto;
height:auto;
width:860px;
padding:10px 40px 10px 40px;
text-align:left;
}
