/* Main site structure */
body,html
{
	margin: 0px;
	padding: 0px;
}

body
{
	background-image: url(images/carbon.png);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container
{
	width: 880px;
	margin: 0 auto;
	padding-top: 20px;
}

#header
{
	width: 666px;
	height: 210px;
	background-image: url(images/header.png);
	margin: 0 auto;
}

#banner
{
	width: 666px;
	height: 38px;
	background-image: url(images/banner.png);
	margin: 0 auto;
}

.title
{
	width: 338px;
	height: 38px;
	margin: 0 auto;
	background-image: url(images/title.png);
	text-align: center;
}

.title img
{
	margin-top: 10px;
}

img
{
	border: none;	
}

/* Faux-columns layout */
#columns
{
	width: 880px;
	background-image: url(images/middle.png);
	background-repeat: repeat-y;
	background-position: 107px;
	margin: 0 auto;
	padding-top: 10px;
}

#columns .left
{
	width: 176px;
}

#columns .right
{
	width: 176px;
}

#columns .center
{
	width: 528px;
}

#columns .column
{
	float: left;
}

/* Footer image */
#footer
{
	width: 700px;
	height: 100px;
	margin: 0 auto;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
}

/* Side boxes */
.side
{
	width: 176px;
}

.side .top
{
	width: 176px;
	height: 45px;
	background-image: url(images/side_top.png);
	text-align: center;
}

.side .top img
{
	margin-top: 15px;
	margin-right: 5px;
}

.side .middle
{
	width: 176px;
	text-align: center;
	background-image: url(images/side_middle.png);
	background-repeat: repeat-y;
}

.side .middle div
{
	padding: 0px 10px 0px 8px;
}

.side .bottom
{
	width: 176px;
	height: 14px;
	background-image: url(images/side_bottom.png);
	background-repeat: no-repeat;
}

/* Navigation */
.navigation-side
{
	width: 176px;
}

.navigation-side .top
{
	width: 176px;
	height: 45px;
	background-image: url(images/side_top.png);
	text-align: center;
}

.navigation-side .top img
{
	margin-top: 15px;
	margin-right: 5px;
}

.navigation-side .middle
{
	width: 176px;
	background-image: url(images/navigation_middle.png);
	background-repeat: repeat-y;
}

.navigation-side .middle div
{
	padding: 0px 10px 0px 8px;
	font-size: 11px;
}

.navigation-side .middle div a
{
	display: block;
	line-height: 30px;
	text-decoration: none;
	color: white;
	border-bottom: 1px solid #cc6600;
	font-size: 13px;
}

.navigation-side .bottom
{
	width: 176px;
	height: 10px;
	background-image: url(images/navigation_bottom.png);
	background-repeat: no-repeat;
}

/* text */
.mainHeader
{
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

.paragraph
{
	margin-top: 10px;
}

.ruleHeader
{
	margin-top: 20px;
	font-weight: bold;
	font-size: 14px;
}

/* Download Boxes */
.download-box
{
	border: 1px solid #DDDDDD;
	height: 54px;
	width: 80%;
	background-color: #EEEEEE;
	background-image: url(images/downloads_big.gif);
	background-repeat: no-repeat;
	margin: 0 auto;
}



.download-box a
{
	display: block;
	line-height: 54px;
	text-decoration: none;
	color: black;
	padding: 3px 0px 0px 30px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}