#mainframe{
	text-align: left;
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
#mainmenu{
	float: left;
	width: 100%;
	background-image: url("../pic/bg_mainmenu_vs01.jpg");
	background-repeat: repeat-x;
	background-position: top left;
	height: 29px;
	margin: 0px;
}
#mainmenu_ctr{
	width: 960px;
	margin: 0 auto;
	display: block;
}
#shadow_top{
	width: 1000px;
	height: 12px;
	background-image: url('../pic/bg_shadow_red_top_vs01.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
}
#shadow_bottom{
	width: 1000px;
	height: 31px;
	background-image: url('../pic/bg_shadow_red_bottom_vs01.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
}
#shadow_center{
	width: 1000px;
	background-image: url('../pic/bg_shadow_red_center_vs01.jpg');
	background-position: top left;
	background-repeat: repeat-y;
	float: left;
}
#content_container{
	float: left;
	width: 920px;
	position: relative;	
}
#content_top{
	width: 1000px;
	height: 76px;
	background-image: url('../pic/bg_contentbox_top_vs01.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	clear: left;
}
#content_main{
	width: 920px;
	float: left;
	clear: left;
	padding: 0px 40px 0px 40px;
}
#content_bottom{
	width: 1000px;
	height: 69px;
	background-image: url('../pic/bg_contentbox_bottom_vs01.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	clear: left;
}
#infoframe_left{
	float: left;
	clear: left;
	width: 200px;
	margin: 0px 0px 0px 0px;
}
#infoframe_right{
	position: absolute;
	top: 115px;
	right: -40px;
	width: 170px;
	margin: 0px 0px 0px 0px;
}
#inf_rgt_top{
	background-image: url('../pic/bg_info_right_top_vs01.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	width: 100%;
	height: 38px;
}
#inf_rgt_bottom{
	background-image: url('../pic/bg_info_right_bottom_vs01.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	width: 100%;
	height: 48px;
}
#inf_rgt_center{
	text-align: right;
	width: 135px;
}
#submenue,#adminstatus,#loginmenue,#calendar{
	float: left;
	clear: left;
	list-style-type: none;
	width: 100%;
}
#contentframe{
	float: left;
	width: 500px;
	padding: 0px 30px 20px 30px;
}
#contentframe_idx{
	float: left;
	clear:left;
	width: 100%;
	padding: 20px 20px 20px 0px;
	text-align: center;
}
#content{
	float: left;
	clear: left;
	background-image: url('../pic/bg_content_vs01.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	padding: 5px;
	width: 100%;
}
#content.idx{
	background-image: none;
	float: none;
	width: 800px;
	margin: 20px auto 0px auto;
}
#placeholder_content{
	width: 0px;
	height: 300px;
	float: left;
	clear: left;
}
#placeholder_site{
	width: 0px;
	height: 300px;
	float: left;
}
#placeholder_infoframe{
	width: 220px;
	height: 1px;
	float: left;
	clear: both;
}
#counter{
	float: left;
	clear: both;
	width: 455px;
	margin: 2px 0px 0px 240px;
	padding: 0px 0px 0px 0px;
}
#path{
	float: left;
	clear: both;
	width: 100%;
	height: 45px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 35px;
}
#xtras{
	float: left;
	clear: both;
	margin: 0px 0px 50px 0px;
	width: 100%;
}
#keyframe{
	position: absolute;
	left: 340px;
	float: left;
	clear: both;
}
.boxTitle{
	width: 100%;
	height: 45px;
	background-image: url('../pic/bg_submenu_vs01.jpg');
	background-position: -1px bottom;
	background-repeat: no-repeat;
	padding: 5px 0px 0px 35px;
	color: #000000;
	font-size: 1.5em;
	font-weight: 900;
}
.boxHeader{
	float: left;
	clear: left;
	text-transform: lowercase;
	padding: 8px 0px 15px 10px;
	font-size: larger;
	font-weight: 900;
	color: #ffffff;
}
.boxContent{
	float: left;
	clear: left;
	padding: 5px 10px 20px 10px;
}
.boxFooter{
	float: left;
	clear: left;
	display: block;
	height: 20px;
}

