h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFFFCC;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #FF9933;
}

td {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
}


p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	list-style-position: inside;
	list-style-type: disc;
	line-height: 16px;

}


body {
	background-color: #838383;
	text-align: center;
}

.frame {
	background-color: #838383;
	margin-left:auto;
	margin-right:auto;
	border: none;
	width:800px;
}

.picture {
	background-color: #000000;
	margin-left:auto;
	margin-right:auto;
	border-spacing:0px;
	border-right:3px solid #000000;	
	border-bottom:3px solid #000000;	
}

.firstCell {
	width: 40px;
	height: 10px;
}

.midCell {
	width: 720px;
	height: 20px;
}

.mainCell {
	height: 520px;
}

.buttons {
	height: 35px;
	vertical-align:bottom;
}

.textArea {
	height: 250px;
	vertical-align: top;
}

.indexArea {
	height: 205px;
	vertical-align: top;
}


.galleryArea {
	height: 410px;
	vertical-align: top;
}

.galleryLeftSeparator {
	width: 160px;
}

.galleryText {
	height:46px;
	vertical-align: bottom;
}

.galleryNavigation {
	width:300px;
	vertical-align: middle;
}

.separator {
	height: 20px;
}

.leftSeparator {
	width: 210px;
	height: 230px;
}

.midSeparator {
	width:30px; 
}

.mainText {
	width:215px;
	vertical-align: top;
}

a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a:visited{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FFFF66;
	text-decoration: none;

}   	

