@charset "utf-8";
/* CSS Document */
body {
	background: #F9E2E8;
	margin: 0;
	padding: 0;
}
#global_wrap {
	background: #FFF9F1 url(../gfx/content-bg.png);
	width: 820px;
	margin:auto;
}
#main_image {
	height: 204px;
	background: #213679 url(../gfx/blue_bg.gif);
}
.padder {
	padding: 10px;
}
div.two-cols .column {
	width: 50%;
	float: left;
}
#address {
	background: #213679 url(../gfx/blue_bg.gif);
	width: 231px;
	height: 204px;
	float: left;
	border-right: 1px dashed #96AAC8;
	text-transform:uppercase;
}
#address h2 {
	color: #FFFFFF;
	margin: 120px 0 0 25px;
	font-size: 16px;
	line-height: 16px;
}
#address p {
	color: #FFFFFF;
	margin-left: 25px;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
}
#address a {
	color: #FFFFFF;
	text-decoration: none;
}
#address a:hover {
	text-decoration: underline;
}

#content {
	float: right;
	width: 508px;
	margin-right: 80px;
	min-height: 353px; /* this+72 = 125mm, 1mm ~= 3.4px */
}
#content .padder {
	padding-left: 0; padding-top: 0px;
}
#footer {
	background: url(../gfx/footer.jpg);
	height: 86px;
	clear: both;
}
.fix_floats {
	clear: both;
}
div.special #content_wrap {
	background: url(../gfx/blue-page-bg.png);
}
#left {
	margin-left: 25px;
}
