body {
	background-color: #ffffff;
}

#container {
	width: 900px;
	margin: 15px auto 10px auto;
	padding: 0;
}

#border_wrapper {
	background-image: url(../images/border.png);
	background-repeat: repeat-y;
	background-position: top left;
}

#header {
	position: relative;
	float: left;
	width: 900px;
	height: 200px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	padding-top: 0;
}

#logo {
	position: relative;
	background-repeat: no-repeat;
	float: right;
	width: 363px;
	height: 160px;
	margin-right: 53px;
	margin-top: 10px;
}

* html #logo {
	margin-right: 27px;
}

#content_wrapper {
	position: relative;
	float: left;
	width: 880px;
	margin: 5px 10px 0 10px;
}
* html #content_wrapper {
	width: 890px;
	margin: 15px 1px 0 4px;
	padding: 0;
}

#main {
	position: relative;
	float: right;
	width: 550px;
	background-image: url(../images/sep.gif);
	background-position: left;
	background-repeat: repeat-y;
	padding: 0 35px 0 45px;
}

* html #main {
	width: 548px;
	padding: 0 35px 0 45px;
}

.main {
	position: relative;
	float: right;
	width: 550px;
	background-image: url(../images/sep.gif);
	background-position: left;
	background-repeat: repeat-y;
	padding: 0 35px 0 45px;
}

* html .main {
	width: 548px;
	padding: 0 35px 0 45px;
}


#social {
	display: block;
	float: right;
	margin: 20px;
}

#footer {
	clear: both;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	width: 900px;
	height: 40px;
}

.footer_content {
	color: #6b79b3;
	font-weight: normal;
	font-size: 10px;
	text-align: center;
	margin: 0;
	padding: 7px 0 0 0;
}

#carf {
	width: 530px;
	margin: 10px 0;
	font-size: 1.2em;
}

#carf .row {
	border-left: 1px solid #b7b7b7;	
	border-top: 1px solid #b7b7b7;	
	border-bottom: 1px solid #b7b7b7;	
	width: 540px;
	position: relative;
	float: left;
	margin: 0;
	padding: 0px;
}

#carf .col1 {
	float: left;
	width: 130px;	
	margin: 0;
	padding: 5px;
}

#carf .col2 {
	border-right: 1px solid #b7b7b7;
	border-left: 1px solid #b7b7b7;
	float: left;
	width: 374px;	
	margin: 0;
	padding: 5px 5px 5px 19px;
text-indent: -13px;
}

#header_txt_wrapper {
	position: relative;
	float: right;
	width: 60px;
	height: 19px;
	margin: 0px 30px;
}

