/* wrapper */
div.wrapper{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 1000px;
}

/* top */
#top {
	background-image: url(../img/shade_top.jpg);
}
#top_holder{
	padding-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}
#top_left{
	float: left;
	width: 345px;
	height: 246px;
}
#top_right{
	float: left;
	width: 615px;
	height: 246px;
}

h1 span{
	display: none;
}

#logo{
	float: left;
	width: 330px;
	height: 135px;
}

#flashmenu{
	float: left;
	height: 245px;
	width: 615px;
	display: block;
	background-color: #666;
}

#flashsubmenu{
	margin-top: 21px;
}

/* middle */
#middle {
	background-image: url(../img/shade_middle.jpg);
}

#middle_holder{
	margin-left: 20px;
	margin-right: 20px;
}
#middle_left {
	float: left;
	width: 345px;
}

/* right */
#middle_right {
	float: left;
	width: 615px;
}

div.image{
	float: right;
	margin-left: 10px;
}
div.image div.caption{
	font-size: 10px;
}

/* bottom */
#bottom {
	height: 45px;
	background-image: url(../img/shade_bottom.jpg);
}

/* clear */
div.clear {
	display: block;
	clear: both;
}


/* content */
div.content {
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 20px;
}

/* pageitem */
div.pageitem {
	margin: 0 0 20px 0;
	display: block;
	clear: both;
	text-align: justify;
}