@charset "utf-8";

/* CSS Document - Link */

A.white:link {
	color: #cccccc;
	text-decoration: none;
}
A.white:visited {
	text-decoration: none;
	color: #cccccc;
}
A.white:hover {
	text-decoration: underline;
	color: #f5f5f5;
}
A.grey:link {
	color: #333333;
	text-decoration: none;
}
A.grey:visited {
	text-decoration: none;
	color: #333333;
}
A.grey:hover {
	text-decoration: none;
	color: #666666;
}
/* CSS Document - Header */
.main_body {
	margin-left: 20px;
}
.header {
	background-image:url(../images/header_bg.gif);
	background-color:#666666;
	padding:5px;
	color:#cccccc;
	width:850px;
}
.white {
	color:#CCCCCC;
}
/* CSS Document - Body */
.main {
	height:500px;
	width:850px;
}
.left_panel {
	height:500px;
	width:200px;
}
.box {
	border-color:#777;
	border-style:solid;
	border-width:1px;
	padding:1px;
}
.box_menu {
	background-color:#ddd;
	font-weight:bold;
	color:#444;
}
.menu {
	font-weight:bold;
}
.table_photo{
	text-align:center;
	height:130px;
	padding:5px;
}
.box_photo{
	text-align:center;
	height:100px;
	width:100px;
	background-color:#e8e8e8;
	font-weight:bold;
	color:#444;
}
.div_photo{
	height:100px;
	width:100px;
	border-color:#777;
	border-style:solid;
	border-width:1px;
	padding:1px;
}
.box_gallery{
	height:350px;
	width:350px;
	background-color:#e8e8e8;
	font-weight:bold;
	color:#444;
}
.div_gallery{
  	vertical-align:middle;
	height:350px;
	width:350px;
	border-color:#777;
	border-style:solid;
	border-width:1px;
}
.box_slideshow{
	text-align:center;
	height:600px;
	width:600px;
	background-color:#e8e8e8;
	font-weight:bold;
	color:#444;
}
.div_slideshow{
	height:600px;
	width:600px;
	border-color:#777;
	border-style:solid;
	border-width:1px;
	padding:1px;
}
.div_menu{
	border-color:#777;
	background-color:#e8e8e8;
	border-style:solid;
	border-width:1px;
	padding:2px;
}
.div_content{
	padding:5px;
	border:1px solid #aaa;
}
.more{
	text-align:right;
}
.align_button{
	text-align:center;
}
/* CSS Document - input*/
.set_input {
	border: 0px; 
	background-color:#ffffff;
}
/* CSS Document - iframe */
.set_iframe{
	overflow:visible; 
	width:100%; 
	display:none;
}
/* CSS Document - Footer */
.bottom {
	background-image:url(../images/footer_bg.gif);
	background-color:#666666;
	width:850px;
}
.footer_box {
	font-weight:bold;
	color:#cccccc;
	padding:5px;
}
.footer_box2 {
	padding:5px;
	color:#999999;
}

