/* CSS Document */

body {
	background-color: #4f070b; font-family: "Times New Roman", Times, serif; color:#ffcc99; font-weight: lighter; 
}

a {text-decoration: underline; color:#ffcc99;}

h1{
 	font-size: 100%;
	font-weight:lighter;
 	color:#990000;
}

h3{
 	margin: 0px;
	padding: 0px;
	font-size: 150%;
 	font-weight:lighter;
 	position: relative;
 	left:59px;
 	top:46px;
	color:#81C5E2;
}

#wrapper { width:980px}
#mainmenu { margin-left:180px; font-weight:lighter; color:#990000; 	text-align: left;}
#top { color:#990000; text-align: left; height:20px; }
#nav {	text-align: right; float:right; font-size:smaller; font-family:Arial, Helvetica, sans-serif}	
	
#left { width: 180px; float: left; background-image:url(../pictures/background.jpg);
	min-height:760px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
	}	
	
#content {width:600px; float:left; font-size:130%; text-align:justify; margin-top:10px; }	
	
#footer { clear: both; height: 45px; min-width:900px; margin: 0 auto;}
	
#text {width:600px; float:left; text-align:justify; margin-top:100px; margin-left:100px; font-size:95%;}

#mainmenu img { border:none; }
#mainmenu a {background: url(../pictures/buttonD.jpg) no-repeat 0 0;  width: 127px; height: 42px; text-align: center;text-decoration: none; line-height: 42px; display:inline-block; color:#ff6600;  font-size:16px; font-family:Arial, Helvetica, sans-serif; margin-right:2px;}

#menuleft {  left: 7px; top: 200px;}
#menuleft a { background:url(../pictures/buttonLeft.jpg) no-repeat 0 0;  width: 127px; height: 42px; text-align: center; text-decoration: none; line-height: 30px; display:block; color:#000000;  font-size:12px; font-family:Arial, Helvetica, sans-serif; margin-bottom:10px; margin-left: 15px; }

#content li { padding-bottom:10px}


#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .30;
	color: #81C5E2;
	z-index: 9999;
}
.popup_block{
	display: none; /*--hidden by default--*/
	background: #4f070b;
	padding: 20px;
	border: 20px solid #990000;
	color:#81C5E2;
	float: left;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.popup_block a {color:#81C5E2;}


img.btn_close {
	float: right;
	margin: -55px -55px 0 0; border:hidden;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}

