#container {
	width: 76em;
	margin: 0 auto;
}

.two_column {
	background: url(../images/bg_two_column_global.gif) center repeat-y
		#63692f;
}

.three_column {
	background: url(../images/bg_three_column_global.gif) center repeat-y
		#63692f;
}

#header {
	width: 100%;
	height: 19.3em;
	background-color: #63692f;
}

#header_images {
	width: 100%;
	height: 17.3em;
}

#header_logo {
	width: 21em;
	height: 17.3em;
	float: left;
}

#header_banner {
	width: 55em;
	height: 17em;
	float: right;
}

#top_nav {
	background-color: #FFFFFF;
	width: 100%;
	height: 2em;
}

#top_nav ul {
	margin: 0;
	padding: 0;
	margin-left: 23em;
}

#top_nav ul li {
	float: left;
	list-style: none;
	margin-top: 0.2em;
	padding: 0em 1em 0em 1em;
}

#top_nav ul li.border_right {
	border-right: 1px #ccc solid;
}

div#body {
	
}

#column_left {
	float: left;
	background-color: #d8e560;
	width: 21em;
}

#column_middle {
	float: left;
	width: 37.5em;
}

#column_middle_wide {
	float: left;
	width: 55em;
}

.gallery_image {
	border: 1px #d8e560 solid;
	margin: 0.25em;
}

.border_bottom {
	border-bottom: 1px #ccc dashed;
}

#column_right {
	float: right;
	background-color: #737c23;
	width: 17.5em;
}

#millaflores_right_content {
	width: 17.6em;
	height: 9em;
}

.large_margin {
	margin: 3em 2.5em 0em 2.5em;
}

.medium_margin {
	margin: 3em 1.5em 0em 1.5em;
}

.small_margin {
	margin: 1em .5em 0em .5em;
}

#footer {
	margin: auto;
}

#form_account {
	
}

#form_account_name {
	
}

#account_name_label {
	margin-right: 1em;
}

#account_name_input {
	
}

#form_password {
	
}

#password_label {
	margin-right: 3.1em;
}

#password_input {
	
}

.width_110 {
	width:11em;
}

.width_150 {
	width:15em;
}
.td_left {
	text-align: left;
}

.td_right {
	text-align: right;
}

.spacer_5 {
	height: 0.5em;
}

.spacer_10 {
	height: 1em;
}

.spacer_20 {
	height: 2em;
}

.spacer_50 {
	height: 5em;
}

.spacer_150 {
	height: 15em;
}

.float_clear {
	clear: both;
}

.no_border {
	border: none;
}