/* CSS Document */

body {
	font-family: "Lucida Sans", "Lucida Grande", Geneva, Verdana, Helvetica, sans-serif;
	background-color: #EBEBEB;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 25px;
	line-height: 28px;
}

.orange{
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	color: #FF6600;
}
a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006699;
}
a:hover {
	text-decoration: underline;
	color: #0099CC;
}
a:active {
	text-decoration: none;
	color: #006699;
}
.hide {
	display: none;
	}


/* Layout top*/

#topheader {
	width: 800px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 128px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* Layout top Photo*/

#photoheader {
	width: 800px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 128px;
	background-color: #000000;
}

#photoheader .headcontent {
	width: 500px;
	margin: 0px 0px 0px 40px;
	padding: 30px 0px 0px;
	float: left;;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
}

/* Layout content*/

#midsection {
	width: 800px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 128px;
	background-color: #FFFFFF;
}

#midsection .midcontent {
	width: 720px;
	margin: 0px 0px 0px 40px;
	padding: 40px 0px 0px;
	float: left;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}

/* Layout Footer */

#footer {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/footerbg.gif);
	background-repeat: no-repeat;
	font-family: "Lucida Grande", Tahoma, "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	font-size: 60%;
	color: #333333;
	height: 100px;
}
.footspace {
	clear: both;
	height: 80px;
	}
	
#footer #left {
	float: left;
	width: 300px;
	font-family: "Lucida Grande", Tahoma, "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	line-height: 15px;
	color: #000000;
	height: 45px;
	padding-left: 20px;
}
#footer #middle {
	float: left;
	width: 200px;
	font-family: "Lucida Grande", Tahoma, "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 15px;
	height: 45px;
	background-image: url(../images/footerdivider.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 20px;
}
#footer #right {
	float: left;
	width: 170px;
	font-family: "Lucida Grande", Tahoma, "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	line-height: 15px;
	color: #000000;
	height: 45px;
	background-image: url(../images/footerdivider.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 20px;
}
#topheader .language {
	font-family: "Lucida Grande", Arial, Helvetica;
	font-size: 10px;
	color: #FFFFFF;
	float: right;
	height: 10px;
	width: 80px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#topheader .language a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#topheader .language a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#topheader .language a:hover {
	text-decoration: underline;
	color: #FF6600;
}
#topheader .language a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#photoheader .enter {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	float: right;
	margin: 40px 20px 20px;
	padding: 10px;
	background-position: right top;
	border: 1px solid #333333;
	display: block;
	width: 150px;
	height: 20px;
}
#photoheader .enter a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#photoheader .enter a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#photoheader .enter a:hover {
	text-decoration: underline;
	color: #FF6600;
}
#photoheader .enter a:active {
	text-decoration: none;
	color: #FFFFFF;
}

