@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	line-height: 20px;
	background-color: #959595;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: center;
}
.leftcontent {
	width: 630px;
}
.header {
	background-image: url(../images/cloud-header.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	height: 250px;
	width: 100%;
	text-align: center;
}

.navigation {
	height: 60px;
	text-align: center;
	margin: 0;
	padding: 0;
	background-image: url(../images/navigation.png);
	background-repeat: repeat-x;
	background-position: center center;
	width: 100%;
	color: #FFFFFF;
}
.navigation ul {
	margin: 0;
	padding-top: 9px;
	padding-right: 0;
	padding-bottom: 35px;
	padding-left: 0;
}
.navigation li { display: inline; list-style: none;}
.navigation a {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 31px;
	padding-right: 10px;
	padding-bottom: 52px;
	padding-left: 10px;
	line-height: 13px;
	margin-top: -2;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.navigation a:hover {
	background-image: url(../images/navigationover.png);
	background-repeat: repeat-x;
	background-position: center center;
	font-weight: bold;
	color: #990000;
}
.maincontent {
	background-image: url(../images/tiling-content-bg.png);
	background-repeat: repeat;
	background-position: center;
	width: 910px;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 20px;
}
.innermaincontent {
	background-color: #FFFFFF;
	padding: 15px;
	width: 890px;
}
.maincontent h1 {
	font-size: 28px;
	color: #8e0013;
	padding-bottom: 5px;
	line-height: 38px;
}
.maincontent h2 {
	color: #339933;
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 26px;
}
.maincontent h3 {
	margin: 0px;
	color: #000000;
}
.brickoverlay {
	background-image: url(../images/brickoverlay.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 100%;
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.leftimage {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #CBC6CE;
}
.rightcontent {
	width: 230px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #772420;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-left: 15px;
}
.maincontainer {
	background-image: url(../images/seamlessbrick1.jpg);
	background-repeat: repeat;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
}

.rightimage {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	border: 2px solid #CEC7D0;
}
.sponsors {
	background-color: #FFFFFF;
	background-image: url(../images/sponsorsbg.png);
	background-repeat: repeat-x;
	background-position: top;
	width: 600px;
	margin-bottom: 15px;
	border: 1px solid #CCCCCC;
	line-height: 20px;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
}
