/*            HTML SELECTORS                */

body {
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
h3 {
	margin-top: 0px;
	padding-top: 15px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	line-height: 22px;
}
h4 {
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #333333;
	font-weight: normal;
	line-height: 22px;
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
}
table {
	margin: 0px auto;
	padding: 0px;
	position: relative;
	top: 0px;
	width: 185;
}
td {
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}
iframe {
	float: right;
	border-left: 1px solid #000000;
}
/*            CLASSES                */

.wrapContent {
	padding: 0px;
	margin: 0px auto;
	width: 795px;
	position:relative
}
.wrapHeader {
	height: 153px;
	width: 795px;
}
.themesSelect {
	position: absolute;
	left: 715px;
	top: 3px;
	height: 17px;
}
.themesSelect img{
	margin-left: 3px;
	border-width: 0px;
}
.topNav {
	position: absolute;
	right: 5px;
	top: 138px;
	height: 15px;
	font: 10px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
.wrapMainContentSlot {
	width: 617px;
	float: right;
	border-left: 1px solid #000000;
	background: #FFFFFF;
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
}
.galleryNav{
	background-color: #ECB304;
	padding: 8px;
	height: 55px;
	width: 300px;
	font-weight: bold;
	color: #000000;
	float:left;
	margin-right:10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #FF6600;
}

/*            PSEUDO-CLASSES                */

.topNav a:link {
	text-decoration: none;	
}

.topNav a:visited {
	text-decoration: none;	
}
.topNav a:hover {
	color: #FFFFFF;
}
.topNav a:active {
	color: #FFFFFF;
}
.image {
	border: 1px solid #333333;
}
.photo-with-caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	background-color: #000;
	padding: 5px;
	width: 275px;
	line-height: 12px;
}
.photo-with-caption img {
	margin-bottom: 5px;
}
