@charset "utf-8";
/* CSS Document */

html, body
{	
	background-color: #cfd6d9;
	background-image: url(images/FirekitesBG.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	text-align: center;
	margin: 0px;
	height:100%;
}


#mainContainer
{
	width:800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	
	}


#MainContent {
	padding-top: 180px;
}

#infoContent {
	margin-top: 20px;
	height: 450px;
	overflow: auto;
	width: 750px;
	margin-left: 30px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

#infoContent2 {
	margin-top: 20px;
	height: 450px;
	overflow: auto;
	width: 800px;
	/*margin-left: 30px;*/
}

.bodyTxt {
	font: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
}

.bodyTxt a {
	font: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
}

.titleTxt {
	font: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #CC0000;
}

.contentTxt {
	font: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}

#footer {
	font: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
	padding-left: 970px;
	margin-top: 100px;
}

#footer a {
	font: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #CC0000;
}