



#container {


	width:960px;
	margin:25px auto;
	background-color: #fefefe;

    -webkit-box-shadow: 4px 4px 6px 2px #999;
    box-shadow: 4px 4px 6px 2px #999;	
}


			.faded {
				width:150px;
				height: 350px;
				position: relative;

				margin-left: auto;
				margin-right: auto;

				text-align: center;

				margin-left: 135px;
				margin-top: 25px;

			}

			.faded img {

				position:absolute;
				left: 0px;
				top:0px;
				text-align: center;

			}

#prologue {

}

 #epilogue {

	padding:15px;
	margin-right: 25px;
	margin-left: 55px;
	margin-top: 50px;

}

#mainmenu {
	height:30px;
	color:#fff;
	text-align: center;
	margin-top: 25px;
/*	background-color: #dee4e3;*/
}

#about {
	width:385px;
	margin-left: 40px;
	margin-top: 25px;
	text-align: center;
	font-family: Verdana;
	letter-spacing: 1px;

}

h1 { 

}

h3 {

}



/*p {
	font-family: arial;
	padding: auto;
	margin-left: 75px;

}*/

a { font-family: Arial;
	color:#7a4657;
}





			
			#gallery ul { list-style: none; 
							}
			#gallery ul li { display: inline; }
			#gallery ul img {
				border-width: 5px 5px 20px;
			}
			#gallery ul a:hover img {
				border-width: 5px 5px 20px;
				color: #fff;
			}
			#gallery ul a:hover { color: #fff; }




			footer { clear:both;
					text-align: center;
					text-decoration:none;
					color:#000;
					text-transform:uppercase;

					font-size:10px; }

			nav {
				text-align: center;
			}
			nav ul ul {
				display: none;
			}

				nav ul li:hover > ul {
					display: block;
			}

nav ul {
	background: #efefef; 
	background: linear-gradient(top, #efefef 0%, #bbbbbb 100%);  
	background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); 
	background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%); 
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	padding: 0 20px;
	border-radius: 10px;  
	list-style: none;
	position: relative;
	display: inline-table;
}
	nav ul:after {
		content: ""; clear: both; display: block;
	}
nav ul li {
	float: left;
}
	nav ul li:hover {
		background: #4b545f;
		background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
		background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
		background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
	}
		nav ul li:hover a {
			color: #fff;
		}
	
	nav ul li a {
		display: block; padding: 15px 25px;
		color: #757575; text-decoration: none;
		            font-family: Trajan Pro;
		            font-size: 12px;
		            text-align: center;

	}
nav li {
    display: block;
    position: relative;
    z-index: 1;         /*// force IE to recognize stack at this point*/
}

nav ul ul {
	background: #5f6975; opacity: 80%; border-radius: 0px; padding: 0;
	position: absolute; top: 100%;
}
	nav ul ul li {
		float: none; 
		border-top: 1px solid #6b727c;
		border-bottom: 1px solid #575f6a;
/*		position: relative;*/
	}
		nav ul ul li a {
			padding: 15px 40px;
			color: #fff;
		}	
			nav ul ul li a:hover {
				background: #4b545f;
				opacity: 80%;
			}

nav ul ul ul {
	position: absolute; left: 100%; top:0;
}

form label {
display: block;
line-height: 18px;
cursor: pointer;
/*margin-bottom: 15px;*/
text-transform:none;
font-family: Trajan Pro;
}

form textarea{
}

.field .text, .field .search, .field .textarea #message {
position: relative;
/*padding: 8px 10px;*/
outline: none !important;
background: white;
/*border: 1px solid #4B4B4B;*/
border-radius: 0px;
box-shadow: 1px;
}

.field .text input, .field .text input[type="search"], form textarea {
width: 400px;
box-shadow: none;
-webkit-box-shadow: none;
padding: 0px;
margin: 0;
outline: none;
resize: none;
background-color: #fff;
color: #000;
font-family:inherit;
font-size:12px;
}

.text input:focus, input:focus, textarea:focus, select:focus{
color:#000;
}

.text{
/*background-color:#3b3b3b !important;*/
}

p.success{
color: #000;
}

.submit input{
	background: #efefef; 
	background: linear-gradient(top, #efefef 0%, #bbbbbb 100%);  
	background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); 
	background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%); 
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	padding: 0 20px;
	border-radius: 10px;  
	list-style: none;
	position: relative;
	display: inline-table;
	margin-top: 15px;

width:200px;
display:inline-block;
height: 26px;
cursor: pointer;
background-color:#fff;
color:#000;
/*border:1px;
border-color: #000;*/
/*float:left;*/
-webkit-transition-duration: 0.4s;
-moz-transition-duration: 0.4s;
-o-transition-duration: 0.4s;
-ms-transition-duration: 0.4s;
}

.submit input:hover{
color:#FFFFFF;
background-color:#3b3b3b;
-ms-transition-duration: .4s;
-webkit-transition-duration: .4s;
-moz-transition-duration: .4s;
-o-transition-duration: .4s;   
}

#wrapper {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    width: 700px;
    height: 300px;
    margin: 25px 0 0 115px;
/*    position: absolute;*/
    top: 50%;
    left: 50%;
    overflow: hidden;
    -webkit-box-shadow: 4px 4px 6px 2px #999;
    box-shadow: 4px 4px 6px 2px #999;   
}
#images-wrapper {
    width: 400px;
    height: 400px;
    float: left;
}
#texts-wrapper {
    width: 300px;
    height: 400px;
    float: right;
}
 
#images img {
    display: block;
}
 
#texts > div {
    width: 300px;
    height: 400px;
    position: relative;
}
#texts > div > div {
/*    width: 240px;*/
    position: absolute;
    left: 70px;
    bottom: 125px;
    text-align: center;
}
 
#texts a {
    color: #fff;
    font-size: 18px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
    text-decoration: none;
    text-align: center;
    line-height: 40px;
    outline: none;
    display: block;
    background-color: #888;
    border: 1px solid #666;
    width: 175px;
    height: 40px;
    left: 700px;
    top: 260px;
    
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.5);
    background-image: -moz-linear-gradient(bottom, #666 25%, #888 75%);
    background-image: -webkit-linear-gradient(bottom, #666 25%, #888 75%);
    background-image: -ms-linear-gradient(bottom, #666 25%, #888 75%);
    background-image: linear-gradient(bottom, #666 25%, #888 75%);
}
#texts a:hover {
    background-color: #777;
    background-image: -moz-linear-gradient(top, #666 25%, #888 75%);
    background-image: -webkit-linear-gradient(top, #666 25%, #888 75%);
    background-image: -ms-linear-gradient(top, #666 25%, #888 75%);
    background-image: linear-gradient(top, #666 25%, #888 75%);
}
			