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

body {
	background-image:url(../images/background_1.jpg);
	background-attachment:fixed; letter-spacing:.07em;
	 background-repeat:no-repeat; background-position:center; background-size:cover;
	 font-family: Georgia, "Times New Roman", Times, serif,  "Trebuchet MS", Arial, Helvetica, sans-serif;
	 color:#000;
	 margin:0px;
	 padding:0px;
}
#content {
	margin:10px auto; padding:5px 20px;
}
.main {margin:-20px auto; width:650px;
 min-height:600px; background-color:rgba(255, 255, 255, .9);
 border-bottom-left-radius:10px ; -moz-border-bottom-left-radius: 10px;
border-bottom-right-radius:10px ; -moz-border-bottom-right-radius: 10px; opacity:.9;
	 font-family: Georgia, "Times New Roman", Times, serif,  "Trebuchet MS", Arial, Helvetica, sans-serif;
	 color:#000;
	 padding:0px;
 	 border-bottom:#37043C 3px solid;
 }
.main2 {margin:0 auto; width:650px; border-radius:7px ; -moz-border-radius: 7px;
background-image:url(../images/tree_background.png);
	background-attachment:fixed; letter-spacing:.07em;
	 background-repeat:no-repeat; background-position:center; background-size:cover;
	 font-family: Georgia, "Times New Roman", Times, serif,  "Trebuchet MS", Arial, Helvetica, sans-serif;
	 color:#000;
	 padding:10px;
}
.nav {
	height:60px;
	margin-left:0px;
	padding-top:25px;
	width:100%;
	margin-top: 0px;
	list-style:none;
	text-align:center;
	border-bottom:#37043C 3px solid;
}
.nav li {
	display:inline;
	margin:10px 25px 10px -10px;
}
.nav a {
	color:#666;
	text-decoration: none;
	display: inline;
}
a:visited, a:active {
	text-decoration:none;
	color:#666;
}
a:hover {
	text-decoration:underline;
	color:#37043C;
}
.gallery {
	display:inline;
	list-style:none;
}
.gallery li {
	text-decoration: none;
	display: inline;
	margin:5px;
}
image {
	border:none;
}