@charset "UTF-8";
/* CSS Document */
@font-face{
	font-family: desdemona;
	src: url('/style/desdemona.ttf');
	font-weight: bold;
}
body{
	background: #fcf2f5 url(/imgs/polkadot-bg3.jpg);
}
img{ border: none; }
.clear{ clear: both; }
#header{
	background: url(/imgs/header_top.png) no-repeat top;
	width: 960px; height: 140px;
	margin: 0 auto;
}
#header h1{ position: absolute; top: -1000px; }
#menu{
	background: url(/imgs/header_sub4.png) no-repeat top;
	height: 262px;
}
#header ul li{
	display: inline;
	height: 131px;
}
#footer{
	background: url(/imgs/footer.png) no-repeat top;
	width: 960px;
	margin: 0 auto;
	clear: both;
	padding-top: 20px;
	text-align: center;
	font-size: 0.9em;
	color: #333;
}
#content_holder{
	width: 960px;
	margin: 0 auto;
	background: url(/imgs/content_bg.png) repeat-y;
	clear: both;
}
#content{
	width: 580px;
	margin: 10px;
	padding: 0 20px;
	float: left;
}
#news{
	width: 260px;
	margin: 10px;
	float: left;
	padding: 0px 19px 0px 20px;
	border-left: solid 1px #eee;
}
.footer{
	text-align: center;
	font-size: 0.9em;
	color: #999;
	padding: 20px 0 10px 0;
	clear: both;
}
.gallery_img{ float: left; margin: 2px; clear: right; height: 194px; width: 174px; text-align: center; }
.gallery_img p{ line-height: 20px; text-align: center; }
h1, h2, h3{ font-family: desdemona, "Comic Sans MS", cursive; font-size: 2.8em; }
h2{ font-size: 2.2em; }
h3{ font-size: 2em; }