/* CSS Document */

body {
	font-family:"Comic Sans MS";
	background-image: url(/images/background_home.gif);
	background-repeat: repeat-x;
	background-color: #f9f3f5;
}
*body {
	text-align: center;
}
#wrapper {
	width: 1000px;
	height: 601px;
	margin: 0px auto;
	padding-top: 15px;
	text-align: center;
}
#wrapper_left {
	float: left;
	text-align: center;
	width: 775px;
}
#slideshow {
	position: relative;
	display: block;
	width: 775px;
	height: 384px;
	margin-top: 20px;
}
#photo1 {
	position: absolute;
	width: 671px;
	height: 384px;
	top: 0px;
	left: 52px;
	z-index: 200;
}
#photo2 {
	position: absolute;
	width: 671px;
	height: 384px;
	top: 0px;
	left: 52px;
	z-index: 100;
}
#frame {
	width: 671px;
	height: 384px;
	background-image: url(/images/frame.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 52;
	z-index: 300;
}
*html #frame {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/frame.png',sizingMethod='scale');
}
#buttons_left {
	width: 104px;
	position: absolute;
	top: 1;
	left: 0;
	z-index: 400;
	margin-top: 15px;
}
#buttons_right {
	width: 104px;
	position: absolute;
	top: 1;
	right: 0;
	z-index: 400;
	margin-top: 15px;
}
#buttons_right span, #buttons_left span {
	margin-bottom: 10px;
	display: block;
}
*html #buttons_right span, #buttons_left span {
	display: inline;
}
#menu {
	text-align: center;
	clear: both;
	margin-top: 14px;
	margin-bottom: 10px;
}
#menu span {
	margin: 0px auto;
	width: 600px;
	clear: both;
	background-repeat: no-repeat;
	display: block;
}
#menu_left {
	width: 12px;
	height: 24px;
	float: left;
	background-image: url(../images/box_end_left.png);
	background-repeat: no-repeat;
}
*html #menu_left {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/box_end_left.png',sizingMethod='scale');
}
#menu_right {
	width: 12px;
	height: 24px;
	float: left;
	background-image: url(/images/box_end_right.png);
	background-repeat: no-repeat;
}
*html #menu_right {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/box_end_right.png',sizingMethod='scale');
}
#menu_middle {
	padding-top: 2px;
	height: 22px;
	background-color: #983f5b;
	float: left;
	width: 576px;
	font-size: 0.75em;
	color: #ffffff;
}
*html #menu_middle {
	height: 24px;
}
#menu a 			{text-decoration: none; color: #ffffff; margin: 0px 5px;}
#menu a:link		{text-decoration: none; color: #ffffff; margin: 0px 5px;}
#menu a:visited		{text-decoration: none; color: #ffffff; margin: 0px 5px;}
#menu a:active 		{text-decoration: none; color: #ffffff; margin: 0px 5px;}
#menu a:hover		{text-decoration: underline; color: #ffffff; margin: 0px 5px;}

#wrapper_right {
	width: 185px;
	margin-top: 106px;
	float: right;
}
#translate {
	display: block;
	margin-bottom: 20px;
}
#google_translate_element {
	background-color: #fff;
	border: 1px solid #000;
	padding: 10px 0px;
}
#login {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #fff;
	margin-bottom: 20px;
}
#login_top {
	width: 185px;
	height: 9px;
	background-image: url(/images/login_box_top.png);
	background-repeat: no-repeat;
}
*html #login_top {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/login_box_top.png',sizingMethod='scale');
	overflow: hidden;
}
#login_middle {
	width: 165px;
	background-image: url(/images/login_box_middle.png);
	background-repeat: repeat-y;
	padding: 0px 10px;
}
*html #login_middle {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/login_box_middle.png',sizingMethod='scale');
	width: 185px;
}
#login_middle h2 {
	margin: 0px 0px 5px 0px;
	font-size: 0.7em;
}
#login_middle form {
	margin: 0px;
	padding: 0px;
	position: relative;
}
#login_middle label {
	margin-top: 5px;
	display: block;
	text-align: right;
}
#login_middle input {
	width: 100%;
	font-size: 0.7em;
	padding: 3px 5px;
	color: #999999;
	border: 1px solid #000;
}
*html #login_middle input {
	height: 22px;
}
#login_middle .loginbutton {
	width: auto;
	border: none;
	padding: 0px;
}
*html #login_middle .loginbutton {
	height: 20px;
}
#login_bottom {
	width: 185px;
	height: 9px;
	background-image: url(/images/login_box_bottom.png);
	background-repeat: no-repeat;
}
*html #login_bottom {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/login_box_bottom.png',sizingMethod='scale');
	overflow: hidden;
}

#news {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #fff;
}
#news_top {
	width: 185px;
	height: 9px;
	background-image: url(/images/login_box_top.png);
	background-repeat: no-repeat;
}
*html #news_top {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/login_box_top.png',sizingMethod='scale');
	overflow: hidden;
}
#news_middle {
	width: 165px;
	background-image: url(/images/login_box_middle.png);
	background-repeat: repeat-y;
	padding: 0px 10px;
}
*html #news_middle {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/login_box_middle.png',sizingMethod='scale');
	width: 185px;
}
#news_middle h2 {
	margin: 0px 0px 5px 0px;
	font-size: 0.7em;
}
#news_middle #ticker a {
	font-size: 0.7em;
	color: #fff;
	text-decoration: none;
}
#news_middle #ticker {
	height: 110px;
	overflow: auto;
}
#news_middle #tickerTitle {
	font-weight: bold;
}
#news_bottom {
	width: 185px;
	height: 9px;
	background-image: url(/images/login_box_bottom.png);
	background-repeat: no-repeat;
}
*html #news_bottom {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/login_box_bottom.png',sizingMethod='scale');
	overflow: hidden;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}