html {
 background:url(layoutImages/background.jpg);
 height:100%;

}

a:link {
	color: #66ccff;
	text-decoration: none;
	font:"Century Gothic", "Lucida Sans Unicode", "Arial Narrow", Sans-serif;

}
a:visited {
	text-decoration: none;
	color: #66ccff;
}
a:hover {
	text-decoration: none;
	color:#cc0000;
}
a:active {
	text-decoration: none;
}


.rtop, .rbottom{
	display:block;
	color: #cc0000;
	width: 800px;
	
}
.rtop *, .rbottom *{
	display: block;
	height: 1px;
	overflow: hidden;
	
}
.r1{
	margin: 0 5px;
	background-color: #cc0000;
}
.r2{
	margin: 0 3px;
	background-color: #cc0000;
}
.r3{
	margin: 0 2px;
	background-color: #cc0000;
}
.r4{
	margin: 0 1px;
	height: 2px;
	background-color: #cc0000;
}




.text {
	color: #000000;
	background-color: #FFFFFF;
	width: 555px;
	border-top: 5px solid #cc0000;
	border-right: 10px solid #cc0000;
	border-bottom: 5px solid #cc0000;
	border-left: 10px solid #cc0000;
	text-align: centre;
	text-indent: 20px;
	vertical-align: text-top;
	padding-left: 180px;
	padding-top: 100px;
	padding-right: 45px;
	padding-bottom: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.logo {
	position: absolute;
	z-index: 2;
	left: 665px;
	top: 0px;
}

.background {
	position: relative;S
	z-index: 1;
	align: center;
}

.titleUnderline {
	background-color: #cc0000;
	position: absolute;
	z-index: 2;
	height: 10px;
	width: 790px;
	top: 100px;
}

.banner {

	position: absolute;
	z-index: 1;
	height: 95px;
	width: 780px;
	top: -10px;
	left: 10px;
}

.sideBar {
	background-color: #cc0000;
	position: absolute;
	z-index: 3;
	height: 300px;
	width: 10px;
	top: 100px;
	left: 160px;

	}

.title {
	font-family: "Century Gothic", "Lucida Sans Unicode", "Arial Narrow", Sans-serif;
	font-size: 24px;
	color: #cc0000;
	z-index: 3;
	top: -30px;
	left: 0px;
	overflow:hidden;
}

.blackTitle {
	font-family: "Century Gothic", "Lucida Sans Unicode", "Arial Narrow", Sans-serif;
	font-size: 24px;
	color: #000000;
	z-index: 3;
	text-align:center;
	overflow:hidden;
}

.maintext {
	font-family: "Century Gothic", "Lucida Sans Unicode", "Arial Narrow", Sans-serif;
	font-size: 12px;
	text-align:center;
	color: #000000;
	position: relative;
	z-index: 4;
	width: 500px;
	left: 40px;
	text-align: center;
	overflow:hidden;
}

.sideLinks {
	font-family: "Century Gothic", "Lucida Sans Unicode", "Arial Narrow", Sans-serif;
	font-size: 18px;
	position: absolute;
	z-index: 4;
	left: -10px;
	top: 130px;
}

.pictures {
	font-family: "Century Gothic", "Lucida Sans Unicode", "Arial Narrow", Sans-serif;
	font-size: 18px;
	position: absolute;
	z-index: 4;
	left: -10px;
	top: 130px;
}


