/*general settings*/

* {
	padding: 0;
	margin: 0;
	line-height: 18px;
}

html, body {
	font-weight: normal normal 14px Verdana, Arial, Helvetica, sans-serif;
	color: #003663;
	background-color: #d6dfe8;
}

p {
	padding-bottom: 12px;
	line-height: 16px;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 950px;
}

#header {
	float: left;
	width: 950px;
	height: 229px;
	background: url("../images/header.jpg") no-repeat;
}

#menu {
	margin-top: 209px;
	width: 950px;
	height: 20px;
	font: normal bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	z-index: 1;
}

#menuButton1, #menuButton2, #menuButton3, #menuButton4, #menuButton5, #menuButton6, #menuButton7, #menuButton8, #menuButton9 {
	float: left;
	width: 104px;
	height: 20px;
	text-align: center;
	border-right: 1px solid #fff;
	line-height: 20px;
}

#menu a:link, #menu a:visited {
	text-decoration: none;
	color: #fff;
	border-bottom: 0;
	padding-top: 6px;
}

#menu a:hover, #menu a:active {
	text-decoration: none;
	color: #d6dfe8;
	border-bottom: 1px dotted #d6dfe8;
}

#subMenuWelcome {
	width: auto;
	height: auto;
	background-color: #c00;
	background-image: none;
	color: #fff;
	font-size: 10px;
	visibility: hidden;
	position: absolute;
	z-index: 4;
	top: 239px;
	left: 10px;
	padding: 0 0 3px 0;
	border: 1px solid #003663;
	/* for IE */
	filter:alpha(opacity=90);
	/* CSS3 standard */
	opacity:0.9;
}

#subMenuSponsors {
	width: auto;
	height: auto;
	background-color: #c00;
	background-image: none;
	color: #fff;
	font-size: 10px;
	visibility: hidden;
	position: absolute;
	z-index: 4;
	top: 239px;
	left: 220px;
	padding: 0 0 3px 0;
	border: 1px solid #003663;
	/* for IE */
	filter:alpha(opacity=90);
	/* CSS3 standard */
	opacity:0.9;
}

#subMenuEvent {
	width: auto;
	height: auto;
	background-color: #c00;
	background-image: none;
	color: #fff;
	font-size: 10px;
	visibility: hidden;
	position: absolute;
	z-index: 4;
	top: 239px;
	left: 325px;
	padding: 0 0 3px 0;
	border: 1px solid #003663;
	/* for IE */
	filter:alpha(opacity=90);
	/* CSS3 standard */
	opacity:0.9;
}

#subMenuNews {
	width: auto;
	height: auto;
	background-color: #c00;
	background-image: none;
	color: #fff;
	font-size: 10px;
	visibility: hidden;
	position: absolute;
	z-index: 4;
	top: 239px;
	left: 640px;
	padding: 0 0 3px 0;
	border: 1px solid #003663;
	/* for IE */
	filter:alpha(opacity=90);
	/* CSS3 standard */
	opacity:0.9;
}

 #subMenuWelcome p, #subMenuSponsors p, #subMenuEvent p, #subMenuNews p {
	padding: 2px 10px;
	border-bottom: 1px solid #d6dfe8;
}

 #subMenuWelcome p.menuEnd, #subMenuSponsors p.menuEnd, #subMenuEvent p.menuEnd, #subMenuNews p.menuEnd {
	padding: 2px 10px 0 10px;
	border-bottom: 0;
}

 #subMenuWelcome a:link, #subMenuWelcome a:visited, #subMenuSponsors a:link,  #subMenuSponsors a:visited, #subMenuEvent a:link, #subMenuEvent a:visited, #subMenuNews a:link, #subMenuNews a:visited {
	color: #fff;
	text-decoration: none;
	border-bottom: 0;
	font-size: 11px;
}

#subMenuWelcome a:hover, #subMenuWelcome a:active, #subMenuSponsors a:hover, #subMenuSponsors a:active, #subMenuEvent a:hover, #subMenuEvent a:active, #subMenuNews a:hover, #subMenuNews a:active  {
	color: #d6dfe8;
	text-decoration: none;
	border-bottom: 1px dotted #d6dfe8;
}

#content {
	clear: both;
	float: left;
	width: 950px;
	padding: 30px 10px 0 10px;
	min-height: 300px;
	background: url("../images/bg-frame.jpg") repeat-y;
}

#content2 {
	clear: both;
	float: left;
	width: 890px;
	padding: 30px 30px 0 30px;
	min-height: 300px;
	background: url("../images/bg-frame.jpg") repeat-y;
}

#content .title {
	font-weight: bold;
	font-size: 14px;
}

#content2 .title {
	font-weight: bold;
	font-size: 16px;
}

#content2 .subtitle {
	font-weight: bold;
	font-size: 15px;
}

#content2 .picright {
	float: right;
	padding: 2px;
	margin: 0 0 10px 20px;
	border: 1px solid #000;
}

#content2 .picleft {
	float: left;
	padding: 2px;
	margin: 0 20px 10px 0px;
	border: 1px solid #000;
}

#piccenter {
	padding: 0;
	margin: 10px;
	border: 0;
	text-align: center;
}

#hp-left {
	float: left;
	width: 156px;
	height: 388px;
	border-right: 1px solid #003663;
	text-align: center;
	padding-right: 10px;
}

#hp-left img {
	margin-bottom: 40px;
}

#hp-center img {
	margin-bottom: 20px;
}

#hp-center {
	float: left;
	width: 530px;
	margin: 0 20px;
}

#hp-right {
	float: left;
	width: 156px;
	height: 388px;
	border-left: 1px solid #003663;
	text-align: center;
	padding-left: 10px;
}

#hp-right img {
	margin-bottom: 12px;
}

#picstrip {
	clear: both;
	width: 930px;
	border-top: 1px solid #003663;
	text-align: center;
}

#picstrip img {
	margin-top: 20px;
}

img.photos {
	float: right;
	width: 225px;
	height: 300px;
	margin: 0 0 10px 20px;
	padding: 3px;
	border: 1px solid #fff;
}

img.gallery {
	float: left;
	width: 0;
	height: 0;
	border: 0;
}

#contact {
	float: left;
	width: 740px;
	height: 30px;
	background: #f15258;
	padding: 10px 20px 10px 20px;
	margin: 10px 10px 10px 10px;
}

#contact a:link, #contact a:active, #contact a:visited {
	color: #fff;
	text-decoration: none;
	border-bottom: 0px;
}

#contact a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

#contact img {
	width: 12px;
	height: 13px;
	margin: 0px 3px 0px 3px;
}

#footer {
	float: left;
	width: 950px;
	height: 30px;
	background: url("../images/footer.jpg") no-repeat;
	margin: 0 auto;
}

#menu-bottom {
	clear: both;
	width: 950px;
	font-size: 12px;
	color: #003663;
	text-align: center;
}

#menu-bottom a:link, #menu-bottom a:visited {
	color: #003663;
	text-decoration: none;
	border-bottom: 1px dotted #003663;
}

#menu-bottom a:hover, #menu-bottom a:active {
	color: #c00;
	text-decoration: none;
	border-bottom: 1px dotted #c00;
}

#copyright {
	clear: both;
	width: 950px;
	font-size: 11px;
	color: #003663;
	text-align: center;
	margin: 10px auto;
}

#copyright a:link, #copyright a:visited {
	color: #003663;
	text-decoration: none;
	border-bottom: 0px;
}

#copyright a:hover, #copyright a:active {
	color: #c00;
	text-decoration: none;
	border-bottom: 1px dotted #c00;
}

ul {
	margin-left: 30px;
}

li {
	padding-bottom: 8px;
	line-height: 16px;
}

hr {
	height: 1px;
	width: 890px;
	color: #003663;
	background-color: #003663;
	border: 0px;
	margin: 10px 0;
}

#content2 img.gallery {
	float: left;
	padding: 2px;
	margin: 0 20px 10px 0px;
	border: 1px solid #000;
	width: 150px;
	height: 113px;
}

a:link, a:visited {
	line-height: 16px;
	color: #003663;
	text-decoration: none;
	border-bottom: 1px dotted #003663;
}

a:hover, a:active {
	color: #c00;
	text-decoration: none;
	border-bottom: 1px dotted #c00;
}