/** General */
html, body
{
	margin: 0;
	padding: 0;
}

body
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #98c03c url(../img/bg.gif) repeat-x top left;
}

/** Layout */
#wrapper
{
	width: 960px;
	margin: auto;
}

#bg-top
{
	width: 960px;
	height: 26px;
	background: url(../img/bg-top.png) no-repeat 0 0;
}
#bg-middle
{
	width: 960px;
	background: url(../img/bg-middle.png) repeat-y 0 0;
}
#bg-bottom
{
	width: 960px;
	height: 20px;
	background: url(../img/bg-bottom.png) no-repeat 0 0;
}
#content
{
	margin-left: 15px;
	margin-right: 15px;
	width: 930px;
	background: #fdb843 url(../img/bg-content.png) repeat-x 0 0;
}


/** Header */
#header
{
	padding: 0px 20px 0px 20px;
	height: 150px;
	position: relative;
}


/** Main */
#main
{
	padding: 0 20px;
	min-height: 180px;
	margin-top: 20px;
	width: 890px;
}

#top
{
}

#left
{
	float: left;
	width: 280px;
	padding-bottom: 30px;
}

#center
{
	padding-bottom: 30px;
	float: left;
}

#right
{
	float: right;
	width: 180px;
	padding-bottom: 30px;
}

#bottom
{
	clear: both;
}

.content-center
{
	width: 890px;
}

.content-left
{
	padding-right: 20px;
}

.content-left-active
{
	width: 590px;
	/* margin-left: 300px; */
}

.content-right
{
	padding-left: 20px;
}

.content-right-active
{
	width: 690px;
	/* margin-right: 200px; */
}

.content-left-active.content-right-active
{
	width: 390px;
}

/** Footer */
#footer
{
	clear: both;
	border-top: 2px solid orange;
	padding: 5px 20px 15px 20px;
	font-size: 10px;
	color: #666;
	text-align: right;
}

#footer div.left
{
	float:left;
}

#footer div.right
{
	float:right;
}

#footer span
{
	font-weight: bold;
}

#badge-bottom-left
{
	display: block;
	bottom: 0;
	height: 100px;
	position: fixed;
	width: 100px;
	z-index: 999;
}