.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clear {
	clear: both;
}
#container {
	width:100%
}
#layout-left {
	height : 501px;
	width: 100%;
	background-image: url(../images/th/menu_bar.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
#layout-header {
	width:942px;
}
#layout-content {
	width:942px;
}
#layout-footer {
	padding-bottom: 20px;
}
#logo {
	width: 103px;
	float:left;

}
#header-tag {
	width: 360px;
	padding-top: 90px;
	text-align: right;
}
#menu {
	height: 36px;
	margin-top: -12px;
	text-align: left;
}
#main-photo {
	width: 942px;
	text-align:left;
}
#main-content {
	padding-top: 20px;
	padding-bottom: 40px;
}
