@charset "utf-8";
body {
	margin: 0px;
	background-image: url(images/blackwallpaper_small.jpg);
	height:100%;
}
#horizon { 
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}
#content {
	margin-left: -490px;
	position: absolute;
	top: -325px;
	left: 50%;
	width: 980px;
	height: 650px;
	visibility: visible;
}
.contenttext {
	margin: 0px;
	padding: 0px;
	height: 356px;
	width: 436px;
	overflow: auto;
}
.contenttext p {
	font-size: 12px;
	color: #634e21;
	margin-top: 0px;
	margin-bottom: 8px;
	margin-right: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
}
.contenttext h1 {
	font-size: 14px;
	color: #7555BA;
	margin-top: 0px;
	margin-bottom: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
}
.contenttext h2 {
	font-size: 12px;
	color: #7555BA;
	margin-top: 0px;
	margin-bottom: 3px;
	margin-right: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	border-bottom: solid 1px #919191;
}
.contenttext li {
	font-size: 12px;
	color: #634e21;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	line-height: 16px;
}
.contenttext .new {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 10px;
	font-variant: small-caps;
	background-color: #271F36;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}


.contenttext_center {
	margin: 0px;
	padding: 0px;
	height: 356px;
	width: 436px;
	overflow: auto;
}
.contenttext_center p {
	font-size: 12px;
	color: #634e21;
	margin-top: 0px;
	margin-bottom: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
.contenttext_center h1 {
	font-size: 14px;
	color: #7555BA;
	margin-top: 0px;
	margin-bottom: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

.contenttext_fullwidth {
	margin: 0px;
	padding: 0px;
	height: 356px;
	width: 902px;
	overflow: auto;
}
.contenttext_fullwidth p {
	font-size: 12px;
	color: #634e21;
	margin-top: 0px;
	margin-bottom: 18px;
	margin-right: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
}
.contenttext_fullwidth .even {
	font-size: 12px;
	color: #2B1A47;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	background: #eee;
	padding: 5px;
	height: 40px;
}
.contenttext_fullwidth .uneven {
	font-size: 12px;
	color: #2B1A47;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	background: #faeec4;
	padding: 5px;
	height: 40px;
}
.contenttext_fullwidth span {
	font-weight: bold;
	margin-right: 15px;
	color: #2B1A47;
	font-size: 12px;
}
.contenttext_fullwidth span a {
	color: #2B1A47;
	text-decoration: none;
}
.contenttext_fullwidth span a:hover {
	text-decoration: underline;
}
.contenttext_fullwidth span a span {
	padding: 5px;
	color: red;
}
.contenttext_fullwidth span a span img {
	border: none;
}




/* highslide */

.highslide {
	cursor: url(images/zoomin.cur), pointer;
    outline: none;
	width: 203px;
	height: 99px;
	display: block;
	float: left;
	text-align: center;
}
.highslide_gal_thumb {
	cursor: url(images/zoomin.cur), pointer;
    outline: none;
	width: 203px;
	height: 99px;
	display: block;
	float: left;
	text-align: center;
	margin-bottom: 0px;

}
.highslide_gal_thumb img {
	border: none;
}
.highslide img {
	border: none;
	margin-bottom: 10px;
}

.highslide-image {
	border: none;
    cursor: pointer; /* opera */
	cursor: url(images/zoomout.cur), pointer;
}
.highslide-image-blur {
    cursor: pointer;
    cursor: hand;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	opacity: 0.60; /* w3c */
	filter: alpha(opacity=60); /* ie */
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    
    padding-left: 15px;
    background-image: url(images/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    
}
