html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

em{
	font-style:italic;
}	

form{
	display: inline;
}	

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Base Styles */

th{
	font-weight: bold;
}	

.img_left{
	float: left;
	margin: 5px 5px 5px 0;
}

.img_right{
	float: left;
	margin: 5px 0 5px 5px;
}

.fl{
	float: left;
}

.fr{
	float: right;
}		

.c{
	text-align: center;
}
	
.r{
	text-align: right;
}	

.clear{
	clear: both;
}

.e{
	padding: 5px;
	color: #f00;
}

.e ul{
	margin: 0 0 0 25px;
}	

.e ul li{
	font-size: 11px;
}

.flash_success{
	margin: 5px 0 5px 0;
	padding: 5px 5px 5px 25px;
	background: url(../img/icons/success.png) no-repeat 5px center #d7fbdf;
	border: 1px solid #35ec60;
	color: #19a73a;
}	

.flash_error{
	margin: 5px 0 5px 0;
	padding: 5px 5px 5px 25px;
	background: url(../img/icons/error.png) no-repeat 5px center #fbd7d7;
	border: 1px solid #ec3535;
	color: #a71919;
}	

.flash_alert{
	margin: 5px 0 5px 0;
	padding: 5px 5px 5px 25px;
	background: url(../img/icons/alert.png) no-repeat 5px center #fafad7;
	border: 1px solid #eeee34;
	color: #c67109;
}

/**********************************************************************/

body{
	font: 14px Tahoma, Arial, Helvetica, sans-serif;
	line-height: 24px;
	background:#18331b;
	color: #18331b;
}	

a:link, a:visited{
	color: #18331b;
}

#container{
	width: 875px;
	height: 425px;
	background: url(img/container_bg.png);
	margin: 50px auto 0 auto;
	padding: 50px;
}	

#page{
	background: #fff;
}

#hdr_txt{
	padding-top: 10px;
	height: 87px;
	background: #eee;
}

#content{
	text-align: center;
	height: 264px;
}

#content .first{
	margin-left: 75px;
}	

#content div{
	margin-right: 25px;
}

#content img{
	margin-top: 30px;
}	

#ftr_txt{
	padding-top: 8px;
	height: 55px;
	background: #eee;
}