html{
	height:100%;
	background:url('../images/background.png');
}
body{
	height:100%;
	margin:0px;
	padding:0px;
	color:#000000;
	font:12px Arial, Helvetica, sans-serif;
}

a{
	color:#000000;
	text-decoration:none;
}
p{
	margin:0;
	padding:0;
}
h1{
	display:inline;
	font-size:16px;
}
h2{
	display:inline;
	font-size:14px;
}

div#container{
	width:825px;
	margin:0 auto;
}
div#header{
	float:left;
	width:825px;
	height:190px;
	background:url('../images/header.png') no-repeat;
}
div.header_logo{
	width:100%;
	height:100px;
}
div.menu{
	width:790px;
	margin-top:35px;
	margin-left:15px;
	text-align:center;
	font-size:15px;
	font-weight:bold;
}
	div.menu a{
		background:url('../images/menu.png') no-repeat left center;
		padding-left:10px;
	}
div#content_background{
	float:left;
	width:825px;
	background:url('../images/content_background.png');
}
div#content{
	float:left;
	width:825px;
	background:url('../images/content_bottom.png') no-repeat bottom center;
	padding-bottom:25px;
}
div.content_text{
	float:left;
	margin-left:15px;
	width:600px;
	min-height:300px;
}
div.news_text{
	float:right;
	right:15px;
	width:180px;
	min-height:300px;
	margin-right:20px;
}
div#example{
	float:left;
	width:825px;
	min-height:125px;
	background:url('../images/example_background.png') no-repeat;
	margin-bottom:10px;
	position:relative;
}
div.example_text{
	position:absolute;
	top:18px;
	left:15px;
	width:790px;
	min-height:90px;
}
div.example_title{
	width:790px;
}
div.example_left{
	position:absolute;
	top:18px;
	left:0;
	width:22px;
	height:75px;
	background:url('../images/example_left.png') no-repeat center;
	cursor:pointer;
	display:inline;
}
div.examples{
	position:absolute;
	top:18px;
	left:22px;
	width:746px;
	height:75px;
	display:inline;
}
div.example_right{
	position:absolute;
	top:18px;
	left:768px;
	width:22px;
	height:75px;
	background:url('../images/example_right.png') no-repeat center;
	cursor:pointer;
	display:inline;
}
div#footer{
	float:left;
	width:825px;
	height:84px;
	background:url('../images/footer.png') no-repeat;
}
div.footer_text{
	width:790px;
	margin-top:35px;
	margin-left:15px;
	text-align:center;
	font-size:15px;
}
div.logo{
	float:left;
	width:20px;
	height:20px;
	margin-right:15px;
	background:url('../images/logo.png') no-repeat;
}
div#warning, div#notice, div#error{
	margin:0 auto;
	margin-top:50px;
	width:500px;
	border:1px dotted red;
}
div.error_title{
	width:490px;
	background-color:red;
	color:#FFFFFF;
	padding:5px;
}
div.error_text{
	width:490px;
	padding:5px;
}
div.photoalbum a{
	display:block;
	float:left;
	width:150px;
	height:150px;
	margin:2px 15px;
}
	div.photoalbum a img{
		border:0;
	}
