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

body {
	margin:0px;
	padding:0px;
	background-image:url(../images/body_bg.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

#container {
	width:850px;
	margin:0 auto;
}

#logo {
	text-align:center;
	margin-top:20px;
}

#content {
	min-height:530px;
	background-image:url(../images/pic_home.jpg);
	background-repeat:no-repeat;
}

#nav {
	width:150px;
	padding-top:100px;
	float:left;
}

#schedule {
	width:280px;
	padding-top:100px;
	float:right;
}

#text {
	width:650px;
	padding-top:90px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:18px;
	color:#333333;
	float:right;
}

#text_contact {
	width:600px;
	padding-top:60px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	line-height:46px;
	color:#333333;
	float:right;
}

.ie #text_contact {
	width:600px;
	padding-top:90px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	line-height:46px;
	color:#333333;
	float:right;
}

#text_schedule {
	width:350px;
	padding-top:90px;
	margin-left:50px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:18px;
	color:#333333;
	float:left;
}

#review-left {
	width:350px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	line-height:16px;
	color:#666666;
	float:left;
}

#review-right {
	width:350px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	line-height:16px;
	color:#666666;
	float:right;
}

#footer {
	width:850px;
	margin-top:20px;
	float:right;
}