body{
	background-color: #000000;
	background-image: url('../images/bg.gif');
	background-repeat: repeat-x;
	font-family: verdana;
	font-size: 12px;
	color: #ffffff;
}

h1{
	color: #ff8400;
	font-size: 18px;
	font-weight: bold;
}

h2{
	margin-bottom: 2px;
	font-size: 12px;
	font-weight: bold;
}

h3{
	margin-left: 2px;
	color: #ff8400;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
}

a{
	color: #ff8400;
}

a:hover{
	color: #5f96bd;
}

img{
	border: 1px solid white;
	margin-left: 3px;
}

.imgHome{
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 15px;
}

#container{
	width: 810px;
	margin: 0 auto;
}

#header{
	border-bottom: 1px solid #ffffff;
	height: 80px;
}

#logo{
	margin-top: 53px;
	float: left;
	border: 0px;
}

.mainMenu{
	display: block;
	float: right;
	padding-top: 56px;
	padding-bottom: 10px;
	width: 88px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	border-left: 1px solid transparent;
}

.mainMenuSelected{
	display: block;
	float: right;
	padding-top: 56px;
	padding-bottom: 10px;
	width: 88px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	border-left: 1px solid transparent;
	background-image: url('../images/backgroundMenu.png');
	background-repeat: repeat-x;
}

.mainMenuSelected:hover{
	border-left: 1px solid #ff8400;
	color: #ffffff;
}

.mainMenu:hover{
	border-left: 1px solid #ff8400;
	color: #ffffff;
}

#leftColumn{
	float: left;
	width: 280px;
	margin-bottom: 15px;
}

#rightColumn{
	float: left;
	width: 530px;
	margin-bottom: 15px;
}

#rightColumnPics{
	float: left;
	width: 510px;
	margin-bottom: 15px;
	margin-top: 45px;
	text-align: left;
	margin-bottom: 45px;
	margin-left: 10px;
}

.viewThumb{
	margin-bottom: 20px;
}

#footer{
	clear: both;
	padding-top: 10px;
	height: 30px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

#viewerWrapper{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.75;
	filter:alpha(opacity=75);
}

#viewer{
	background-color: #FFFFFF;
	width: 710px;
	height: 520px;
	margin-top: 20px;
	left: 50%;
	margin-left: -355px;
	position: absolute;
	text-align: center;
}

#viewerFooter{
	background-color: #FFFFFF;
	width: 710px;
	height: 30px;
	top: 540px;
	left: 50%;
	margin-left: -355px;
	position: absolute;
	text-align: center;
}

.footerMenu{
	color: #ff8400;
}

.footerMenu:hover{
		
}

