@charset "utf-8";
/* Longhorns and Lace Stylesheet */
html {
	height: 100%; 
	margin-bottom: 1px; 
}

body {
	background-color: #000000;
	background-image: url(assets/images/structure/body/background.gif);
	background-repeat: repeat-x;
}

#banner {
	width: 880px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(assets/images/structure/body/banner.jpg);
	background-repeat: no-repeat;
}

#mailinglist, #mailinglist:link {
	margin-left:700px;
	margin-top:120px;
	border:0px;
}

#navigation {
	width: 880px;
	height: 34px;	
	margin-left: auto;
	margin-right: auto;
}

#navigation img {
	margin-right: -4px;
	border: none;
	border: 0px;
}

#contentbg {
	width: 880px;
	height: 693px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(assets/images/structure/body/banners-fixed.gif);
	background-repeat: no-repeat;
}

#content {
	padding-left: 175px;
	padding-right: 175px;
	padding-top: 40px;
	padding-bottom: 25px;
	margin-top:-725px;
	color:#FFEFDF;
	font-size:125%;
}

#footer {
	width: 880px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	background-image: url(assets/images/structure/body/footer.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 10px;
}

a:link {
	color:#000000;
	text-decoration:none;
}

a:hover {
	color:#000000;
	text-decoration:none;
}

a:active {
	color:#000000;
	text-decoration:none;
}

a:visited {
	color:#000000;
	text-decoration:none;
}
.body_text{
	color:#FFEFDF;
	font-family:Georgia,"Times New Roman", Times, serif;
	font-size:20px;
}
.heading{
	color:#FFEFDF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	text-align:center;
}
.sub_heading{
	color:#FFEFDF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	text-align:center;
}

#links {
	height:36px;
	width:880px;
	margin-top:650px;
	
}

.right { 
	padding-left:625px;
	}
img {
	border:none;
	border-width:0px;
}
.address{
	color:#FFEFDF;
	font-family:Georgia,"Times New Roman", Times, serif;
	font-size:16px;
}