* {
	margin: 0;
}

html, body {
	height: 100%;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -39px;

}


.content{
	padding:40px 0 20px 0;
	float:left;
	display: block;
	position: relative;
	width:625px;
}

.title_full{
	float: left;
}

.title_left{
	float: left;
	width: 360px;
}

.title_right{
	float: left;
	width: 265px;
}

#left_div, #right_div {
	float:left;
	position: relative;
	padding:0 0 20px 0;
}

/*#left_div p {
	padding-left: 10px;
	}

#right_div p {
	padding-left: 20px;
	}

*/

#full_div {
	padding: 0 25px 20px 20px;
}

#left_div {
	width: 315px;
	padding-right:25px;
	padding-left: 20px;
}

#right_div {
	width: 245px;
	padding-left:20px;
}

.footer, .push {
	height: 40px;
}