
html {
	 height: 100%;
}

body {
	 font-family: "Helvetica Neue", Helvetica, sans-serif;
	 color: #FFFFFF;
}

#main_wrapper {
	 width: 840px;     
	 margin: 0px auto 0px;
}

#content_wrapper {
	 width: 840px;
	 background-image: url('/images/red_px.png');
	 background-repeat: repeat;
	 padding-bottom: 82px;
}

#logo {
	 padding-top: 35px;
	 margin-left: 37px;
}

#logo img {
	 width: 342px;
	 height: 51px;
}

#content {
	 margin-top: 40px;
	 margin-left: 144px;
	 font-size: 21px;
	 line-height: 27px;
}

#services {
	 font-size: 12px;
}

#left_column {
	 float: left;
}

#right_column {
	 float: left;
	 margin-left: 52px;
}

.list_title {
	 line-height: 16px;
	 font-weight: bold;
	 margin-top: 24px;
}

#services ul {
	 margin-left: 13px;
}

#services ul li {
	 line-height: 16px;
}

#footer_wrapper {
	 margin-left: 38px;
	 margin-top: 17px;
}

#legal_notices {
	 color: #6A6A6A;
	 font-size: 11px;
	 line-height: 11px;
}

#legal_notices p {
	 margin-bottom: 11px;
}

.hr {
     margin-top: 30px;
	 height: 1px;
	 width: 615px;
	 background-image: url('/images/light_red_px.png');
	 background-repeat: repeat-x;
}

.sub_list {
	 margin-top: 16px;
}

