/* Site layout style sheet */


body {
	background-color: white;
	margin: 0;
	padding: 0;
}

#TK_Header {
	height: 126px;
}

#Header_Box {
	width: 800px;
}


#TK_Box {
	width: 800px;
	height: 660px;
	margin-bottom: 100px;
}

#TK_MainMenu {
	width: 270x;
	position: absolute;
	padding-right: 10px;
}

#TK_Content {
	width: 540px;
	height: 660px;
}

#TK_Footer {
	width: 800px;
}