﻿body {	text-align:center;
          margin:0; 
          font-family:verdana; 
          font-size:10px;
          background:#000;}

.topMenu {
	color:#000000;
	font-size:9pt;
	position:relative;
	top:20px;
	text-align:center;
	
	}

.topMenu a:link{color: #000000;text-decoration:none;}
.topMenu a:visited{color: #000000;text-decoration:none;}
.topMenu a:hover{color: #000000;text-decoration:none;}
.topMenu a:active{ color: #000000; text-decoration:none;}

.activeTopMenu {font-weight:bold;}


.innerBox {
	position:relative;
	background-image:url('WhiteFrame2.png');
	width:397px;
	height:499px;
	top:40px;
	/*padding-left:20px;
	padding-right:20px;
	padding-top:25px;*/
	text-align:center;
	margin-left: auto; 
	margin-right: auto; 
	}
	
.innerBoxText{
	position:relative;
	/*margin-left:20px;
	margin-right:20px;
	margin-top:25px;*/
	padding-top:25px;
	padding-left:25px;
	padding-right:20px;
	text-align:left;
}
	

#thumbs{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
	height:80px;
}

.innerImageBox{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top:50px;
	height:450px;
	text-align:center;
}

#textBox{
	position:relative;
}	

#image1 { 
	position:relative;
	top:20px;

	 }

 #image2 {
 	position:relative;
 	display: none;
	top:40px;
	 }

	
.footer {
	position:relative;
	/*top:50px;*/
	padding-top:8px;
	font-size:7pt;
	margin-left: auto; 
	margin-right: auto; 
	text-align:center;
}

.footerStartPage {
	position:absolute;
	top:650px;
	left:562px;
	font-family:verdana;
	font-size:7pt;
}

#logo{
	position:absolute;float:left;bottom:5px;
}

