@charset "utf-8";

/* CSS Document */



body{

margin: 0;

padding: 0;


font-family: "Trebuchet MS", sans;

font-size: 14px;

text-align:center;

background: #7faaca url(../images/skin/bg-blue-pin.jpg) repeat-x left -200px;


}



p { margin:0; padding:0; line-height:1.5em }



em{ color: red; }

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

#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;
}



#maincontainer{
	width: 1020px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	background: url(../images/skin/bgwrapperMid.gif) repeat-y center top;
	text-align:left;
	padding-right: 20px;
}


#topsection{

height: 110px; /*Height of top section*/



}

#topsection .innertube{
 margin:0;
}



#contentwrapper{
	float: left;
	width: 300px;
	top: -15px;
	position:relative;
	margin:0;
	padding:0;
	padding-left: 30px;
}



#contentcolumn{
	/*margin-right: 690px; Margin for content column. Should be (RightColumnWidth + LeftColumnWidth)*/
	width:270px;
	position:relative;
	margin:0;
	padding:35px 15px 0 10px;
	background:none;
}

#flashcolumn{

float:left;

margin: 0;  padding:0;

width: 680px; /*Width of left column in pixel*/

height: 300px;

position:relative;
}

#flashcolumn .flashbox{

position:absolute;

top:0; left:0;
margin-top: 0px;

width: 680px; /*Width of left column in pixel*/

height: 300px;

/*background: url(../images/skin/flashArea.png) no-repeat 4px 2px;*/


}


#leftcolumn{
	float:left;
	width: 410px; /*Width of left column in pixel*/
	/*margin-left: -685px; Set margin to -(LeftColumnWidth + RightColumnWidth)*/
	margin: 0;
}


#leftcolumn .innertube{
	margin: 20px 0 0 5px; /* center footer */
	text-align:left;
}

#rightcolumn{
	float:left;
	width:265px; /*Width of right column in pixels*/
	/*margin-left: -295px; Set margin to -RightColumnWidth*/
	margin:0 0 0 0;
	padding:0;
}

#rightcolumn .innertube{
	margin:19px 0 0 20px;
	padding:0;
	width:240px;
}





#footer{
	width:100%;
	margin:0;
	padding: 0px 0 20px 0;
	clear:both;
	text-align:center;
}



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

