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

h1
	{		 
	font-family: 'IM Fell Double Pica SC', serif;
	font-weight:100;
		
}

h2
	{		 
	font-family: 'IM Fell Double Pica SC', serif;
	font-weight:100;
	line-height:20%;			 
}

h3 
	{		 
	font-family: 'IM Fell Double Pica SC', serif;
	font-weight:100;	 
}

body {
	background-image: url('../background3.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center; 
	background-color: black;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	}
	
.pbig {
		line-height:25px;
	}
	
.font12 {
	font-size:12px;
	}
	
.font16 {
	font-size:16px;
	}

.font18 {
	font-size:18px;
	}
	
.font20 {
	font-size:20px;
	}
	
.font22 {
	font-size:22px;
	}
	
.font24 {
	font-size:24px;
	}
	
.fontred24 {
	font-size:24px;
	color:#F00;
	}
	

a:link {
	text-decoration: none;
}
a:visited {
	/* [disabled]text-decoration: none; */
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


.currentlink {
	font-size:13px;
	color:black;
	}
	
.active {  
	font-size:13px; 
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;	 
	margin-top:16px;
}

.menu { 
    list-style-type: none;
	background: transparent;
	margin-top: -10px; 
	font-weight: 700;
	font-size: 13px;
	width: 934px;
	height:60px;
	font-family:Georgia, "Times New Roman", Times, serif;	
	float:left;
}

.menu li {
	display:inline;
	padding:8px;
	font-size: 13px;
	list-style-type: none;
	color: #B03616;
}

.menu a:link {
	list-style-type: none;
	margin-top:8px;
	font-size: 13px;
	font-weight:700;
	color: #B03616;
	background:transparent;
	padding:8px;
	float:left;
	width:auto;
	font-family:Georgia, "Times New Roman", Times, serif;	
}
.menu a:visited {
	list-style-type: none;
	color: #B03616;
	background:transparent;
	padding:8px;
	float:left;
	font-size: 13px;	
	font-weight:700;
	width:auto ;
	font-family: Georgia, "Times New Roman", Times, serif; 	  
}
.menu a:hover {
	list-style-type: none;
	margin-top:8px;
	color:#000;
	background:transparent; 
	padding:8px;
	float:left;
	font-size: 13px;
	font-weight:700;
	width:auto; 
	font-family:Georgia, "Times New Roman", Times, serif;
}

#menu a:active {
	background:transparent;
	color:#000;	
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: none;  
}

li {
    float: left;
}

li a {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover {
	color: black;
    background-color:transparent;
}

#container {
	background-color: transparent;
	margin-right: auto;
	margin-left: auto;
	width: 934px;
}

#content {
	background:  #FFF;
	background: rgb(255, 255, 255); /* Fallback for older browsers without RGBA-support */
    background: rgba(255, 255, 255, 0.4);
	min-height: 800px;
	padding: 20px;
	width: 894px;
}
#header {
	height: 329px;
	width: 934px;
}
#footer {
	background:  #FFF;
	background: rgb(255, 255, 255); /* Fallback for older browsers without RGBA-support */
    background: rgba(255, 255, 255, 0.4);
	height:50px;
}
