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

body {
	background-image: url(../images/texas.jpg);
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 0 auto;
}

a:link, a:visited, a:active {
	color: #CC6600;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

span.imgtxt {
	display: none;
}

#wrapper {
	margin: 0 auto;
	width: 980px;
}

#main-wrapper {
	float: left;
	margin: 0 auto;
	position: relative;
	width: 980px;
}

#header {
	/*border: 1px solid #000;*/
	height: 85px;
	width: 980px;
}

#header #nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 20px;
}

#header #nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#header #nav ul li {
	
	border: 2px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	float: left;
	height: 33px;
	text-align: center;
	width: 105px;
}

#header #nav ul li a {
	background-color: #990000;
	display: block;
	color: #fff;
	height: 33px;
	line-height: 33px;
	text-decoration: none;
}

#header #nav ul li a:hover {
	background-color: #fff;
	color: #990000;
}

#content-top {
	position: relative;
}

#content-top .left {
	border: 1px dashed #ccc;
	float: left;
	padding: 10px;
	text-align: center;
	width: 468px;
}

#content-top .right {
	float: right;
	padding: 0 10px 0 10px;
	text-align: center;
	width: 470px;
}

#content-top .right img {
	border: 1px solid #000;
}

#content-middle {
	clear: left;
	padding: 25px;
	position: relative;
}

#content-middle-2 {
	clear: left;
	position: relative;
}

#content-middle-2 .left {
	float: left;
	padding: 10px;
	text-align: center;
	width: 470px;
}

#content-middle-2 .left img {
	border: 1px solid #000;
}

#content-middle-2 .right {
	float: right;
	padding: 10px 10px 0 50px;
	width: 400px;
}

#content-middle-2 .right li {
	margin-bottom: 5px;
}

#content-bottom {
	clear: left;
	font-weight: bold;
	padding: 25px;
	position: relative;
	text-align: center;
}

#content-bottom img {
	border: 1px solid #000; position: absolute; left: 220px; top: 105px; z-index: 1;}

#footer {
	clear: both;
	height: 85px;
	margin: 0 auto;
	width: 980px;
}

#footer #menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 20px;
}

#footer #menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer #menu ul li {
	
	border: 2px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	float: left;
	height: 33px;
	text-align: center;
	width: 105px;
}

#footer #menu ul li a {
	background-color: #990000;
	display: block;
	color: #fff;
	height: 33px;
	line-height: 33px;
	text-decoration: none;
}

#footer #menu ul li a:hover {
	background-color: #fff;
	color: #990000;
}
	

