/*.content table {
	width: 600px;
}*/

th {
	background: #fff5e5;
}
td {
	background: #ffffff;
}





#header {
	width: 100%;
	height: 150px;
	background: #ffffff url(../sample_images/header.gif) no-repeat right bottom;
	color: #000000;
	text-decoration: none;
}
h1#logo{
	float: left;
	margin: 25px 0 0 30px;
	background: #ffffff;
	font-family: 'Trebuchet MS', verdana, sans-serif;
	font-size: 20px;
}
h2#description{
	clear: left;
	background: #ffffff;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	margin-left: 30px;
}
#navi {
	width: 100%;
	background: #000000;
	height: 22px;
	padding: 5px 0px 5px 0px;
	font-size:14px;
	line-height:18px;
	white-space:nowrap;
	color:#ffffff;
	text-align: center;
}
#main {
	background: #ffffff;

}

#leftbar {
	float: left;
	width: 190px;
	text-align: center;
}
#leftbar img {
	margin: 10px 25px 20px 15px;
}

#leftbar strong {
	font-weight: bold;
}


#maincontent {
	float: left;
	width: 320px;
	border-left: 1px #eeeeee solid;
	border-right: 1px #eeeeee solid;
	text-align: left;
}
#maincontent img {
	margin: 10px;
}

#maincontent table.sd {
	width: 300px;
}

table.sd th,
table.sd td {
	padding: 10px;
}



#rightbar {
	float: right;
	width: 246px;
	text-align: center;
}
#rightbar img {
	margin: 10px;
}

#rightbar p{
	text-align: left;
}

h3.sdtitle {
	background: #f1f1f1;
	margin: 5px 5px 5px 10px;
	padding: 5px 5px 5px 15px;
	text-align: left;
	color:#888888;
	font-size:12px;
	font-weight:bold;
}
h3.sdtitle a {
	color:#888888;

}

#maincontent h3.title,
#rightbar h3.title {

}



#album {
	clear: both;
	margin: 20px;
	padding: 15px 0;
	text-align: center;

}
#album table {
	width: 85%;
	background: #ffffff;
	padding: 0px;
	margin: 0px auto;
	border: none;
}
#album td {
	width: 100px;
	background: #ffffff;
	padding: 3px;
	text-align: center;
	color:#666666;
}



#price {
	clear: both;
	margin: 20px;
	padding: 15px 0;
	text-align: center;
}

#price p {
	margin: 10px 20px;
	text-align: left;
}

#price table.border {
	margin: 10px 80px;
	border: 1px #ff6600 solid;
}
* html #price table.border {
	margin: 10px 55px;
}

#price table.course,
#price table.optional {
	width: 80%
}


#price table.course th,
#price table.course td {
	padding: 3px;
	text-align: left;
	font-size:12px;
	text-indent: 1em;
	color:#666666;
}

#price table.course th {
	width: 35%;
}
#price table.course td {
	width: 15%;
}



#price table.optional {
	background: #ff6600;
}
#price table.optional th,
#price table.optional td {
	width: 25%;
	padding: 3px;
	text-align: left;
	font-size:12px;
	text-indent: 1em;
	color:#666666;
}



#infornation {
	clear: both;
	margin: 20px;
	padding: 15px 0;
	text-align: center;
}
.inmenu {
	float: left;
	width: 280px;
	text-align: left;
	line-height:14px;
	margin: 10px 0 0 10px;
}
.inmenu p {
	margin-bottom: 30px;
}

.right {
	text-align: right;
}
