@charset "UTF-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

body {
	margin-top:55px;
        margin-bottom:55px;
}

#wrapper {
	width: 982px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#wrapper #left_col {
	padding-top: 235px;
	width: 156px;
	float: left;
}

#wrapper #right_col {
	width: 826px;
	float: left;
}

#wrapper #footer {
	clear: both;
}