html {
	font-size: 15px;
	line-height: 20px;
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
}
html, body {
	background-color: #EBEBEB;
}
h1 {
	font-size:24px;
	line-height:36px;
	margin-bottom:18px;
}
h2 {
	font-size:20px;
	margin-bottom: 18px;
}
p {
	margin-bottom: 18px;
	letter-spacing: 1px;
}
form {
	margin-bottom: 18px;
}
form.content table {
}
form.content input[type=text] {
	width: 230px;
	background-color: #EBEBEB;
	border: 1px solid #CBCBCB;
	height: 19px;
	line-height: 19px;
	color: #69C;
}
form.content td {
	padding: 5px;
}
form.content p {
	margin: 0;
}
strong, b {
	font-weight:bold;
}
form.content input.submit {
	width: 150px;
	height: 36px;
	margin-top: 10px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/** **/

#header {
	width:750px;
	margin: 0px auto;
}
div#menu {
	background: url(menu-bg.png) 0px 0px repeat-x;
}
div#menu ul {
	width: 750px;
	margin: 0px auto;
	font-size: 16px;
	height: 38px;
	line-height: 38px;
	margin-bottom: 18px;
	background: transparent url(page-shadow.png) center bottom no-repeat;
	padding-bottom: 20px;
}
div#menu ul li {
	display: block;
	float: left;
}
div#menu ul a {
	display:block;
	color: white;
	padding:0px 10px;
}
div#menu ul li.current {
	background: url(menu-on.png) left center repeat-x;
}
div#menu ul li.current a {
	background: url(menu-on.png) right center repeat-x;
	padding-left: 0;
	margin-left: 10px;
	text-decoration: none;
	cursor: default;
}
.content {
	width:730px;
	margin: 0px auto;
	background: #FFF url(page-shadow.png) center bottom no-repeat;
	padding: 10px 10px 30px 10px;
	border-top: 1px solid #cbcbcb;
	margin-bottom: 18px;
}
.content a {
	color: #F69;
}
div#footer {
	height: 38px;
	line-height: 38px;
	margin-bottom: 18px;
}
div#detail {
	width: 750px;
	margin: 0px auto;
}
div#detail a {
	color: #000;
}
/*ANIMATION*/
#anim { list-style:none; float:right; width:138px; height:122px;}
#anim li{ width:36px; height:36px; background-color:#FF99CC; float:left; margin-right:10px; margin:43px 10px 43px 0px;}
div.clearer{ clear:both; height:1px; height:0%;}

.gallery{ }
.gallery ul{position:relative;width:708px;height:100px; overflow:hidden;}
.gallery ul li {width:100px; height:100px; background-color:#ccc; position:absolute; bottom:100px; left:0px;overflow:hidden; vertical-align:top; text-align:center; display:block; list-style:none;}
.gallery ul li img{width:auto; height:120px;}
.gallery ul li a img{ border:none; }
#lightbox{ display:none; position:absolute; z-index:1000; background-color:#fff; padding:20px 20px 30px 20px;}
#lightbox a {cursor:pointer;}
#overlay{ position:fixed; top:0px; left:0px; width:100%; height:100%; background-color:#333; -khtml-opacity:.70; -ms-filter:"alpha(opacity=70)"; opacity:.70; display:none; z-index:900;}
#buffer{ display:none;}
