
/**
 * MAIN
 * 
 */

div.main {
	width: 980px;
	margin: auto;
	padding-bottom: 20px;
}

/**
 * CONTENT
 * 
 */

div.main > div.content {
	width: 974px;
	background: url(../images/contentBackground.jpg) repeat-x #97BE01;
	border: 3px solid #fff;
	border-top: none;
	float: left;		
}

div.main > div.content > div.bottomLeftCorner {
	width: 100%;
	height: 100%;
	background: url(../images/contentBottomLeftCorner.jpg) bottom left no-repeat;
	margin-bottom: -3px;
	padding-bottom: 3px;
	float: left;		
}

div.main > div.content > div.bottomLeftCorner > div.bottomRightCorner {
	width: 100%;
	height: 100%;
	background: url(../images/contentBottomRightCorner.jpg) bottom right no-repeat;
	margin-bottom: -3px;
	padding-bottom: 3px;
	float: left;
}

div.main > div.content > div.bottomLeftCorner > div.bottomRightCorner > div.holder {
	width: 946px;
	padding: 0 14px 29px 14px;
	float: left;
}

/**
 * HEADER
 * 
 */

div.main div.header {
	
}

/**
 * DYNAMIC
 * 
 */

div.main > div.content > div.dynamic {
	width: 100%;
}

/**
 * FOOTER
 * 
 */

div.main > div.footer {
	clear: both;
	width: 980px;
	height: 75px;
}

div.main > div.footer > div.left {
	width: 16px;
	height: 75px;
	float: left;
	background: url(../images/footerLeft.png);
}

div.main > div.footer > div.right {
	width: 16px;
	height: 75px;
	float: left;
	background: url(../images/footerRight.png);
}

div.main > div.footer > div.center {
	width: 948px;
	height: 72px;
	border-bottom: 3px solid #fff;		
	float: left;
	background: url(../images/footerCenter.jpg) repeat-x;	
}

div.main > div.footer > div.center > div.copyright {
	margin-top: 10px;
	color: #fff;
	float: left;
	font: 10px Arial;
	width: 700px;		
}

div.main > div.footer > div.center > div.marquee {
	margin-top: 22px;
	color: #fff;
	float: right;
	font: 10px Arial;
	width: 180px;	
}

div.main > div.footer > div.center > div.marquee > span {
	margin-top: 5px;
	margin-right: 10px;
	float: left;
}

div.main > div.footer > div.center > div.marquee > a > img {
	float: left;	
}