@charset "utf-8";

/* CLASSES */
img.left {
	float: left;
	margin: 0 10px 10px 0;
	border: none;
}
img.right {
	float: right;
	margin: 0 0 10px 10px;
	border: none;
}
a {
	border: none;
}
.column {
	width: 200px;
	float: left;
}
.clear {
	clear:both;
	float: none;
	overflow:hidden;
}
.event_logo1{
	line-height: 55px;
}
.event_logo2 {
	line-height: 28px;
}
.event_logo3 {
	line-height: 19px;
}
.event_logo4 {
	line-height: 14px;
}
.event_logo1 img, .event_logo2 img, .event_logo3 img{
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	border: 1px #000000 solid;
}


/* MAIN COMPONENTS */


body {
	margin: 0px;
	padding: 0px;
	font-family: News Gothic Std, Arial, tahomam, MS Sans Serif, sans-serif , Helvetica;
	font-size: 12px;
	background: #fbaeff;
	color: #0A50FF
}

#flags {
	width: 100px;
	height: 50px;
	float: right;
}
.flag {
	border: none;
	margin: 5px 5px 0 0;	
}

#wrappertop {
	height: 26px;
	width: 976px;
	margin: 0 auto;
	background: url(../images/wraptop.gif) no-repeat;
}
#wrapperbot {
	height: 26px;
	width: 976px;
	margin: 0 auto;
	background: url(../images/wraptbot.gif) no-repeat;
}
#wrapper {
	width: 876px;
	margin: 0 auto;
	padding: 0 50px;
	background: #8ADBFF url(../images/wraptmid.gif) repeat-y;
}
#header {
	height: 130px;
	width: 833px;
	padding: 5px 26px;	
	background: url(../images/header.gif) no-repeat;	
}
.slideshow {
	height: 349px;
	width: 823px;
	padding: 5px 26px;
	margin-left: 20px;
	margin: 5px 0;
	overflow: hidden;
}
.slideshow img {
	padding: 0;
	margin: 0;
	width: 823px;
	height: 349px;
	margin-left: 27px;
}
#menutop {
	float: right;
	height: 18px;
	margin-right: 35px;
	margin-top: 102px;
	width: 690px;
	text-align: right;
	list-style: none;
	color: #FFFFFF;
	padding: 1px 0;
}
#menubot {
	width: 795px;
	padding: 1px 16px;
	margin: 5px 26px 0 26px;
	height: 22px;
	background-color: #4C97FE;
}
#menutop li, #menubot li {
	color: #FFFFFF;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
	padding: 5px 10px;
}
#menutop a, #menubot a{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;	
}
#menutop li a:hover, #menubot li a:hover{
	color: #FF65FF;
	text-decoration: none;
}

#page {
	clear: both;
	float: none;
	width: 815px;
	height: 510px;
	padding: 15px 0px 0px 0px;
	margin: 0 26px 0 26px;
	background: url(../images/bg1.gif);
}
#page #section {
	float: left;
	width: 570px;
	height: 450px;
	overflow: auto;
	padding: 0 10px 10px 0;
}
#page #section-whole {
	height: 445px;
	overflow: auto;
	padding: 0 15px 15px 0;
}
#page h1 {
	color: #0A50FF;
	font-weight: bold;
	font-size: 20px;
}
#page h2 {
	color: #0A50FF;
	font-weight: bold;
	font-size: 16px;
}
#page p {
	color: #0A50FF;
}
#page li {
	margin-left: 5px;
	list-style-type: none;
}
#page #photos {
	float: left;
	margin-left: 30px;
	width: 200px;
}
#page #photos img {
	float: right;
	padding: 0;
	margin: 0 0 15px 0;
}

#page .pink {
	color:  #FF66FF;
}
#page .error{
	color: #FF0000;
}
#section-whole .photos {
	width: 200px;
	float: right;
	margin-left: 10px;
}
#section-whole .photos img{
	margin-bottom: 15px;
}


#page a img.gallery {
	border: 2px #0A50FF solid;
}
#page a:hover img.gallery{
	border: 2px #FF65FF solid;
}

#footer {
	clear: both;
	float: none;
	margin: 0 auto 20px auto;
	text-align: right;
	width: 944px;
	color: blue;
}
#footer p{
	font-size: 13px;
	color: #16A2CA;
	margin: 5px 10px;
	font-weight: bold;
}
