html,body{
	margin: 0;
	padding: 0;
	height: 100%;
	color: #000000;
	text-align: left;
	font-weight: normal;
	font-size: 11px;
	font-family: Helvetica, Arial, Tahoma, Sans-Serif;
}

img{
	border:0px;
}

.clear{
	clear: both;
}

.seperator{
	width: 100%;
	padding-top: 5px;
	margin-bottom: 10px;
	border-bottom:1px dashed #b6b6b6;
}

#container{
	margin:0;
	width: 958px;
	min-height: 600px;
	background-image: url('../../images/flower_bg.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}

#container #header{
	width: 958px;
	height: 82px;
	background-image: url('../../images/header.jpg');
	background-repeat: no-repeat;
}

#container #content{
	min-height: 625px;
	text-align: left;
}

#container #content #left{
	float: left;
	width: 190px;
	margin-right: 14px;
}

#container #content #left #menu{
	padding-left: 20px;
	background-color: #e2e6e9;
}

#container #content #left #menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#container #content #left #menu li{
	line-height: 24px;
}

#container #content #left #menu li a{
	display: block;
	color: #000000;
	text-decoration: none;
}

#container #content #left #menu li a.selected{
	font-weight: bold;
	background-image: url('../../images/left_menu_hover.png');
	background-repeat: no-repeat;
	background-position: right;
}

#container #content #left #menu li a:hover{
	background-image: url('../../images/left_menu_hover.png');
	background-repeat: no-repeat;
	background-position: right;
}

#container #content #left #contact{
	margin-top: 20px;
	padding-left: 20px;
}

#container #content #main{
	float: left;
	width: 744px;
}

#container #content #main #breadcrumb{
	padding-top: 2px;
	height: 18px;
	margin-bottom: 8px;
	border:1px solid #959595;
}

#container #content #main #breadcrumb ul{
	float:left;
	height: 17px;
	line-height: 16px;
	list-style:none;
	margin: 0px;
	padding: 0px;
}

#container #content #main #breadcrumb li{
	float: left;
}

#container #content #main #breadcrumb li:first-child a{
}

#container #content #main #breadcrumb li a{
	display: block;
	height: 19px;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
	padding-left: 5px;
	padding-right: 10px;
	background-image: url('../../images/breadcrumb_split.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

#container #content #main #breadcrumb #time{
	float:right;
	padding-right: 5px;
}

#container #content #main #main_text{
	font-size: 11px;
	line-height: 12px;
}


#container #content #main #main_text #large_image{
	float: left;
	padding-right: 3px;
	margin-bottom: 10px;
}

#container #content #main #main_text #medium_image{
	float: left;
	padding-right: 5px;
	margin-bottom: 10px;
}

#container #content #main #main_text #small_image{
	float: left;
	padding-right: 3px;
	margin-bottom: 10px;
}

#container #content #main #main_text #event{
	float: left;
	width: 170px;
	margin-bottom: 10px;
}

#container #content #main #main_text #event .event_highlight{
	background-image: url('../../images/event_bg.jpg');
	height: 34px;
	line-height: 16px;
	padding-left: 5px;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

#container #content #main #main_text #event .event_highlight a{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#container #content #main #main_text table{
	padding-left: 4px;
	border:0px;
	border-collapse: collapse;
}

#container #content #main h1{
	font-size: 14px;
	color: #252f74;
	margin: 0px;
	padding-bottom: 5px;
}

#container #content #main .form{}
#container #content #main .form .row{
	width: 320px;
}
#container #content #main .form .row .label{
	float: left;
	width: 150px;
}
#container #content #main .form .row .field{
	float: left;
	width: 150px;
}

#container #content #main .ErrorTooltip{
	color: red;
	font-weight: bold;
}

#container #footer{
	margin-top: 20px;
	margin-bottom: 0px;
	border-top: 1px dashed #b6b6b6;
	border-bottom: 1px dashed #b6b6b6;
	height: 20px;
	font-size: 9px;
	padding-left: 200px;
	padding-top: 10px;
	white-space: nowrap;
}

#container #footer ul{
	list-style:none;
	margin: 0px;
	padding: 0px;
}

#container #footer li{
	float: left;
}

#container #footer li:first-child a{
	border-left: 0px;
}

#container #footer li a{
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	border-left: 1px solid #000000;
	color: #000000;
	text-decoration: none;
	text-transform: lowercase;
}

#container #footer li a.selected{
	font-weight: bold;
}

#container #footer .vuepoint{
	width: 100%;
	text-align: right;
	padding-right: 10px;
	font-size: 9px;
}
#container #footer .vuepoint a{
	color: #000000;
}