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

body {
	padding:0;
	margin:0;
	background:-moz-linear-gradient(top, #8A5B23, #7B4A12);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#8A5B23), to(#7B4A12));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8A5B23', endColorstr='#7B4A12');
	text-align:center;
	}
#wrapper {
	width:80%;
	margin-top:10px;	
	min-height:600px;
	margin-left:auto;
	margin-right:auto;
	}	
#header {
	width:70%;
	height:200px;
	margin-left:auto;
	margin-right:auto;
	
		}
#header a {
	width:90%;}
#header img {
	width:80%;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
	border:none;}
#imgcont {
	width:45%;
	margin-left:auto;
	margin-right:auto;
	}
#imgcont img {
	margin-left:auto;
	margin-right:auto;
	width:100%;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
	}				
#nav {
	width:12%;
	height:100px;
	margin-left:auto;
	margin-right:auto;
	float:left;
	}

#nav li {
	list-style:none;
	}
#nav a {
	
	display:block;
	background:#2C2416;
	text-decoration:none;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
	margin-bottom:4px;
	}
#nav a:visited {
	background:#2C2416;
	color:#C0A172;}	
#nav a:hover {
	background:#BAA378;
	color:#2C2416;}				
#content hr {
	width:80%;
	color:black;
	background:black;
	clear:both;
	height:5px;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;}
#content {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	background:-moz-linear-gradient(top, #7B4A12, #693A11 );
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#7B4A12), to(#693A11));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7B4A12', endColorstr='#693A11');
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;}
#content img {
	width:13%;
	float:left;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
	margin-right:50px;
	margin-bottom:10px;}
#content p {
	clear:left;
	}			