/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}
body {
	background:#fcf7f3;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	}
a {color:#999;}
a:hover {color:#E0E2E9;}
h1 {
	font-size:23px;
	font-weight:normal;
	color:black;
}
#main .content p {
	margin: 12px 0;
}
ol {
	margin-top:30px;
	list-style-type:none;
}
label {
	float:left;
	width:100%;
}
/* misc 
img, div { behavior: url(../jscripts/iepngfix/iepngfix.htc) }
*/
.clearer {
	clear: both;
	font-size: 0;
}
.content {
	padding: 20px;
}
/* structure */
#wrapper {}

#wrapper-logo {
	background:url(../images/header-logo.jpg) no-repeat;
	width:1200px;
	height:480px;
	margin:0 auto;
	
}
#header-wrapper {
	background:url(../images/header-bg.jpg) repeat-x;
	height:480px;
	}
#navigation {
	width:500px;
	padding:30px 0 50px 530px;
}
#outer-container {
	margin:0 auto;
	width:1200px;
}
#inner-container {	
	margin-left:200px;
	width:800px;
}
#banner {
	float:left;
	margin-left:200px;
	width:800px;
	height:400px;
}
#main {
	float:left;
	background-color:#FFF;
	border:#CCC thin solid;
	width: 535px;
	height:auto;
	line-height:18px;
}
#right-column {
	float:left;
	background-color:#FFF;
	border:#CCC thin solid;
	width:250px;
	height:auto;
	margin-left:10px;
	font-size:11px;
}
#gallery {
	text-align:center;
	margin:50px auto;
}
/* content */
#navigation a {
	display:block;
	float:left;
	margin:0 7px;
	font-weight:bold;
	color:#666;
	text-decoration:none;
}
#navigation a:hover {
	color:#FFF;
}
#navigation img {
	border:none;
	margin-left:-4px;
	padding:0;
}
#main img {
padding:30px 0;
}
#main li {
	padding:5px;
}
#ensemble img {
	display:block;
	margin:auto;
}
.notice-date {
	background:#ede3c8;
	border-top:1px #8F8665 solid;	
	border-bottom:1px #8F8665 solid;
	padding:1px 3px;
	font:11px Georgia;
	color:#78745F;
	width:auto;
}
.notice-header {padding:10px 0;}
.notice-body{padding:10px 0 ;}
#footer .content {
	padding-top:70px;
}
/* footer */

#footer {
	/*background: url(../images/footer.png) no-repeat left;*/
	font-size: 10px;
	color: #666;
	margin:0 auto;
	width:380px;
	height:150px;
	text-align:center;
}
#footer img {
	margin-top:-20px;
}