/* Very basic stylesheet to show you the layout sections */
/* Customise to your site */
body {
	background: #A27B2C;
	font-family: "Trebuchet MS", Arial, Verdana sans-serif;
	color: #555;
}

div {
	margin: .2em;
	padding: .5em;
      margin: 0 auto;  
}

a img {
	border: none;
}

#login_container {
margin:0 auto;
width:743px;
}

#header {
       background:transparent url(http://www.agavecantina.com/images/newsletterhead.jpg) repeat scroll 0 0;
       height:185px !important;
       height: 205px;
       width:743px;
}
#header h1{
display: none;
}

#footer {
	width: 743px;
      background: #6e1e17;
      display: none;
}

#content {
	background:#E1C27D none repeat scroll 0 0;
      border:1px solid #999999;
      color:#000000;
      width:742px;
      }

.navimage {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #EEE;
}

/* Status Messages */
.alert,
.warn,
.error {
	clear: both;
	padding: 5px;
	color: #000;
}
#alertmsg {
	border: 1px solid #A5D768;
}
.alert {
	background: #DDF0BD;
}
.alert strong,
.alert label {
	color: green;
}
#warn {
	border: 1px solid #FF8000;
}
.warn {
	background: #FFF6E5;
}
.warn strong,
.warn label {
	color: #FF8000;
}
#error {
	border: 1px solid #F3D5D5;
}
.error {
	background: #FFF1F1;
}
.error strong,
.error label {
	color: red;
}
.error input,
.error textarea {
	background: #FFF;
}

.required {
	font-weight: bold;
}

/** SUBSCRIPTION FORM **/

#subscribeForm {
background:#E1C27D none repeat scroll 0 0;
margin-left:1px;
margin-top:-19px;
width:732px;
}

body h2{
/** background:transparent url(http://www.agavecantina.com/images/newsletterhead.jpg) no-repeat scroll 0 0; **/
color:maroon;
font-size:1.2em;
/** height:205px; **/
}