/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: auto;
}

#flashcontent {
	width: 100%;
	height: 600px;
}
/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #181818;
	color:#ffffff;
	font-family:sans-serif;
	font-size:20;
}

a {	
	color: #76a741;
}

a img {
	border:none;
}

#active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.content .photo {
	padding: 0px;
	width: 920px;
	top: 38px;
	margin-left: 25px;
	margin-right: 0px;
	border-width: 0px;
	border-style: none;
	margin-top: -20px;
	text-align: justify;
	z-index: 10 !important;
	position: relative;
}

#header {
	text-align: center;
	background-color: #006699;
	width: 100%;
	height: auto;
	padding: 10px 0 10px 0;
	font-size:20;
	
}

#title {
	text-align: center;
	background-color: #181818;
}

.photofooter {
	margin: 0 auto;
	margin-top: -3px;
	padding-bottom: 45px;
	background-image: url(../images/back_bot.png);
	background-repeat: no-repeat;
	width:960px;
	font: 12px "Lucida Grande", Geneva, Arial, sans-serif;
	text-align: center;
}

#footer {
	text-align: center;
	background-color: #006699;
	color:#FFFFFF;
	width: 100%;
	height: auto;
	padding: 10px 0 10px 0;
	font-size:15;
}