@charset "utf-8";
/* CSS Document */

body {
	font-family:Georgia;
	color:#444444;
	font-size:14px;
	line-height:150%;
	background-color:#000000;
	background-image:url(../images/main-bg.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	margin:0px;
	margin-top:25px;
	margin-left:0px;
	padding-left:60px;
	}

#main-menu {
	font-family:Georgia;
	font-size:16px;
	font-weight:bold;
	line-height:205%;
	list-style:none;
	margin-top:0px;margin-left:0px;padding-left:0px;padding-top:0px;
	}
#main-menu li a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:16px;
	}
#main-menu li a:hover {
	color:#E2B100;
	}
.menu-active {
	font-family:Georgia;
	font-size:16px;
	font-weight:bold;
	line-height:120%;
	color:#E2B100;
}

img {
	behavior: url("js/png.htc");
}

a {	
	font-family:Georgia;
	font-size:12px;
	color:#9F0251;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

a.aBottom {
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;
	}
a.aBottom:hover {
	text-decoration:underline;
	}

a.aGallery {
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	}
	
.tx-pink {
	color:#9F0251;
	}
.tx-yellow {
	color:#E2B100;
	}
.tx-title {
	color:#E2B100;
	padding-bottom:8px;
	padding-top:10px;
	font-size:24px;
	}
.tx-sub-title {
	padding-bottom:5px;
	font-weight:bold;
	}

.img-border {
	border:6px solid #FFFFFF;
	}
	
.trFormBg {
	background-image:url(../images/form-bg.png);
	background-color:#fcfcfc;
	height:25px;
	}
.tdFormLabel, .tdFormLabel-error {
	padding-left:7px;
	padding-right:5px;
	color:#666666;
	}
.tdFormLabel-error {
	color:#DD0000;
	}
.tdFormField {
	padding-right:5px;
	}

.inputText {
	font-family:Georgia;
	font-size:12px;
	color:#000000;
	border-width:0px;
	background-image:url(../images/form-bg.png);
	background-color:#fcfcfc;
	width:100%;
	}	
