body {
	background: #fff;
	font-family: helvetica, arial, sans-serif; 
	color: #231f20;
	margin: 0;
	padding: 0;
}

#margin_auto_mh, #margin_auto_cont, #container, #content, .cont_row {
	width: 980px;
	padding: 0;
}

#container, #content, #mh, .cont_row, .cont_l {
	float: left;
	margin: 0;
}

#footer {
	width: 980px;
	float: left;
	margin: 25px 0 0 0;
	padding: 5px 0 0 0;
	border-top: double 3px #666;
}

#footer_invite {
	float: left;
	padding: 5px 0 0 0;
}

#margin_auto_mh, #margin_auto_cont {
	margin: auto;
}

#content {
	/*background: #fff url('images/drops_lines.jpg') repeat-y;*/
	background: #fff;
}

#mh {
	width: 100%;
	padding: 0;
	height: 70px;
	/*background-color: #d01b3d;*/
	background-color: #231f20;
}

.cont_l {
	width: 600px;
}

.cont_r {
	width: 380px;
	float: right;
}

img {
	border: 0;
}
  
a:link {
	text-decoration: none;
	color: #684034;
}

a:visited {
	text-decoration: none;
	color: #666;
}

a:hover, a:active {
	text-decoration: underline;
	color: #a62831;
}

a.border_uc {
	font-size: 10px;
	text-transform: uppercase;
	padding: 1px 2px;
	border: solid 1px;
	text-decoration: none;
}
a.border_uc:link {
	color: #684034;
}
a.border_uc:visited {
	color: #666;
}
a.border_uc:hover, a.border_uc:active {
	color: #a62831;
}

a.bold:link { text-decoration: none;
			font-weight: bold;
			color: #684034; }
a.bold:visited { text-decoration: none;
			   font-weight: bold;
			   color: #666; }
a.bold:hover { text-decoration: none;
			 font-weight: bold;
			 color: #a62831; }
a.bold:active { text-decoration: none;
			  font-weight: bold;
			  color: #a62831; }

h1, h2, p {
	font-family: helvetica, arial, sans-serif;
	padding-left: 20px;
}

h1, h2, h3, h4 {
	text-transform: uppercase;
	letter-spacing: 0.01em;
	margin: 0;
	float: left;
}

h1 {
	font-size: 22px;
	color: #a62831;
}

h2 {
	font-size: 11px;
	color: #fff;
	background: #231f20;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right: dotted 1px #fff;
	border-left: dotted 1px #fff;
}

h2.red {
	background: #a62831 !important;
}

h3, .h3 {
	font-size: 14px;
	color: #a62831;
	padding-top: 2px;
	padding-bottom: 2px;
}

.h3 {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.01em;
}

h4 {
	font-size: 11px;
	color: #666;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

p {
	margin: 0;
}

p, ul li {
	font-size: 11px;
	color: #231f20;
	line-height: 150%;
}

ul li {
	margin: 1px 0;
}

.caption {
	font-size: 10px !important;
	font-weight: normal;
	color: #666 !important;
}

.mb_15 {
	margin-bottom: 15px;
}

.mb_10 {
	margin-bottom: 10px;
}

.mt_70 {
	margin-top: 70px;
}

.mt_50 {
	margin-top: 50px;
}

.mt_30 {
	margin-top: 30px;
}

.mt_20 {
	margin-top: 20px;
}

.mt_10 {
	margin-top: 10px !important;
}

.mt_5 {
	margin-top: 5px;
}

.ml_20 {
	margin-left: 20px;
}

.mr_20 {
	margin-right: 20px;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.w_980 {
	width: 980px;
}

.w_600 {
	width: 600px;
}

.w_580 {
	width: 580px;
}

.w_575 {
	width: 575px;
}

.w_380 {
	width: 380px;
}

.w_378 {
	width: 378px;
}

.w_300 {
	width: 300px;
}

#btn_submit {
	background-color: #231f20;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	padding: 2px 3px;
	border: 1px solid #666;
}
	
	
