#container {
	position: relative;
	width: 880px;
	margin-left: auto;
	margin-right: auto;
}

#topBlock {
	position: relative;
	width: 100%;
	height: 30px;
	background-color: #000;
}

#header {
	position: relative;
	width: 100%;
	height: 104px;
	background-color: #FFF;
	text-align: center;
}

.logo {
	display: block;
	position: absolute;
	top: 11px;
	left: 17px;
}

#flourish {
	position: absolute;
	top: 0;
	right: 0;
	width: 461px;
	height: 104px;
	background-image: url(images/_tagline_rev.gif);
	background-repeat: no-repeat;
}

#login {
	position: absolute;
	top: 0;
	right: 0;
}

.tagline {
	display: block;
	position: absolute;
	top: 79px;
	left: 382px;
}

.address {
	display: block;
	position: absolute;
	top: 47px;
	right: 17px;
}

.headerLine {
	display: block;
	position: relative;
	height: 4px;
}

.mainImage {
	display: block;
	position: relative;
}

#navigation {
	position: relative;
	height: 28px;
	background-color: #151515;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	font-size: 1px;
	text-align: center;
}

#navigation a {
	padding: 0 40px;
}

#main {
	position: relative;
	padding: 23px 70px 4em 70px;
	background-image: url(images/_main_background.png);
	background-repeat: repeat-x;
	background-position: top;
	text-align: left;
}

.column1 {
	position: relative;
	float: left;
	width: 60%;
}

.column2 {
	position: relative;
	float: right;
	margin: 0 -20px 0 2em;
	padding: 1em;
	width: 30%;
	border: 1px solid #D89CC5;
	background-color: DBA8CA;
}

.defaultColumn1 {
	position: relative;
	float: left;
	width: 400px;
	margin-right: 50px;
}

.defaultColumn2 {
	position: relative;
	float: left;
	width: 250px;
}

.clear {
	clear: both;
}
