html, * {
margin:0;
padding:0;
}
body {
background-color:#FFFFFF;
font-family: Helvetica;
font-size: 11pt;
text-align:center;
}
p{
	margin-bottom: 10px;
}
#container {
margin: auto;
text-align:center;
width:915px;
padding:0px;
}
#header {
background-image:url('images/header.jpg');
background-repeat: no-repeat;
background-position: center top;
height:150px;
width:915px;
margin-bottom: 15px;
}
img{
border: none;
}
#content {
float:left;
margin-left:14px;
position:relative;
text-align:left;
width:540px;
min-height: 402px;
height: auto !important;
line-height: 1.3em;
}
#logo-link{
  width:400px;
  height: 150px;
  position:relative;
  top:0px; 
  float:left;
}
#content h1, #content h2{
	font-size: 18pt;
	font-weight: normal;
	margin-bottom: 10px;
}
#content h3{
	font-size: 14pt;
	font-weight: normal;
	margin-bottom: 10px;
}
#content sup{
	font-size: 4pt;
}
#content p.smalltext{
	font-size:9pt;
	font-weight:bold;
	line-height:17px;
}
#content p.indent{
	font-size:9pt;
	font-weight:bold;
	line-height:17px;
	margin-left: 10px;
	font-style: italic;
	margin-bottom: 50px;
}
#content p{
  padding-right:10px;
}
#sidenav h3.pink,a{
	color: #DB0964;
}
#bottle{
  clear:left;
  position:relative;
  float:left;
  margin-left:19px;
  margin-top: -47px;
  padding:0px;
}
#sidenav {
  float:left;
  position:relative;
  text-align:left;
  width:195px;
}
#footer {
  background-image:url(images/footer.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  clear:both;
  height:70px;
  width:915px;
  font-size: 10pt;
  position: relative;
}
#footer p{
position:relative;
top: 56px;
/*
  bottom:-7px;
  position:absolute;
*/
  text-align:center;
  width:915px;
}
#footer p a{
	margin: 5px 7px 5px;
	color: #000;
	text-decoration: none;
}
#touts{
  clear:both;
  width: 925px;
  height: 150px;
}
#nav{
  position:relative;
  float:left;
  margin-top:72px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left:40px;
}

#nav li{
  float:left;
  margin-left: 34px;
  list-style: none;
  position: relative;
}
#nav a{
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  font-size: 13px;
  font-family: Arial;
}
#texas-logo{
margin-bottom: 10px;
}
form label{
  float:left;
  width: 100px;
}
form div{
  margin-bottom: 10px;
}
.pink{
  color : #DB0964;
}