@charset "utf-8";
body {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(imgs/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.spare {
	background-image: none;
}

#header {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	margin-bottom: 0px;
}
.linkCont {
	background-image: url(imgs/linkbk.png);
	background-repeat: repeat-x;
	width: 700px;
	margin-right: 15%;
	margin-left: 23%;
	height: 18px;
	padding-top: 7px;
	padding-bottom: 0px;
	color: #FFFFFF;
	font-family: Arial;
}
.linkCont a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
}

.linkCont  #current  {
	color: #FFFF00;
}
.linkCont   .lined   {
	border-right-width: thin;
	border-right-style: ridge;
	border-right-color: #999900;
}

.linkCont div {
	width: 19%;
	float: left;
	text-align: center;
}

.linkCont div:hover {
	color: #FFFF00;
}

h1 {
	font-family: "Century Gothic", Arial, "Arial Narrow";
	font-size: 36px;
	color: #FFFFFF;
	font-weight: lighter;
	padding-left: 3%;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
h2 {
	font-family: "Century Gothic", Arial, "Arial Narrow";
	font-size: 18px;
	font-weight: lighter;
	color: #FFFF00;
	width: 680px;
	padding-left: 20px;
	text-align: left;
	margin-top: 5px;
}

.centre {
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #990000;
}


.main {
	width: 700px;
	margin-right: 15%;
	margin-left: 23%;
	background-image: url(imgs/bk.png);
	padding-top: 5px;
}
.main   .home   {
	width: 94%;
	margin-right: 3%;
	margin-left: 3%;
	padding-top: 10px;
	padding-bottom: 5px;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}
.main .home #left {
	width: 350px;
	float: left;
	background-image: url(imgs/6.jpg);
}

.main .home #text {
	width: 40%;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000033;
	margin-left: 55%;
	padding-left: 3%;
}
.main .home #text #top {
	background-image: url(imgs/texttop.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 250px;
	background-position: center;
	margin: 0px;
	padding: 0px;
}
.main .home #text a {
	color: #FFFF00;
	text-decoration: none;
}

.main .home #text #centre {
	background-image: url(imgs/textcentre.jpg);
	background-repeat: repeat-y;
	padding: 0px;
	width: 250px;
	margin-top: -13px;
	margin-right: 0px;
	margin-bottom: -13px;
	margin-left: 0px;
}
.main .home #text #centre p {
	padding-right: 5px;
	padding-left: 5px;
}

.main .home #text #btm {
	background-image: url(imgs/textbtm.png);
	background-repeat: no-repeat;
	height: 300px;
	width: 250px;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
.main .home #lower {
	background-image: url(imgs/low.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 70px;
	width: 621px;
	padding-left: 25px;
	padding-top: 20px;
	text-align: left;
}
.main .home #lower div {
	width: 195px;
	float: left;
	padding-left: 3px;
}
.main .home #lower a {
	font-family: Arial;
	color: #FFFFFF;
	text-decoration: none;
}
.main .home #lower a strong {
	font-weight: normal;
	color: #FFFF00;
}




.foot {
	background-color: #000000;
	height: 15px;
	width: 100%;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #990000;
	position: fixed;
	bottom: 0px;
}
