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

#wrapper {
	width: 760px;
	margin: auto;
}

#header {
	height: 79px; padding-top: 27px; 
}
#header img.tts {
	float: left;
}
#header img.trl {
	float: right;
}

img#main_image {
	float: left;
	margin: 0px 20px 0px 0px;
}
div#body {
	width: 500px;
	float: left;
}

div.clear {
	clear: both;
}