@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:35%;
	margin-left:auto;
	margin-right:auto;
	}
#imgcont img {
	margin-left:auto;
	margin-right:auto;
	width:100%;
	-webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
	}				
#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 {
	
	width:80%;
	margin-top:30px;
	margin-left: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');
	margin-right:auto;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
	}	
#contentdance {
	
	width:80%;
	margin-top:30px;
	margin-left: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');
	margin-right:auto;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
	}
#contentimg {
	width:100%;
	
	margin-right:auto;
	margin-left:auto;
	}
.autoResizeImage {
    max-width: 600px;
	max-height: 300px;
    height: 100%;
    width: 100%;
}
#contentimg tr {
	
	
	}	
#contentimg td {
	height:300px;
	width:50%;
	padding:5px;
	
	text-align:center;
	}	
#altcontain {
	width:80%;
	
	margin-right:auto;
	margin-left:auto;}			
#content hr {
	width:80%;
	color:black;
	background:black;
	clear:both;
	height:5px;
	-webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;}	
	
	@media screen and (min-width: 769px) {
    #content {
	
	width:80%;
	margin-top:30px;}
	#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;
	
		}
}
@media screen and (min-width: 649px) {
    #content {
	
	width:80%;
	margin-top:30px;}
	#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;
	
		}
		#nav {
	width:27%;
	height:100px;
	margin-left:auto;
	margin-right:auto;
	
	}
}
@media screen and (min-width: 481px) and (max-width: 648px) { 
    #content {
	font-size:14px;
	width:100%;
	margin-top:30px;}
	#wrapper {
	width:90%;
	margin-top:10px;	
	min-height:600px;
	margin-left:auto;
	margin-right:auto;
	}	
#header {
	width:90%;
	height:200px;
	margin-left:auto;
	margin-right:auto;
	
		}
		#imgcont {
	width:80%;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	}
	#nav {
	width:28%;
	height:100px;
	margin-left:auto;
	margin-right:auto;
	
	}
}

@media only screen and (max-width: 480px) {
    #content {
	font-size:14px;
	width:100%;
	}
	#wrapper {
	width:100%;
		
	min-height:600px;
	margin-left:auto;
	margin-right:auto;}	
	#mobclear {
		clear:both;
		height:200px;}
	#header {
	width:100%;
	height:150px;
	margin-left:auto;
	margin-right:auto;}
	#imgcont {
	width:80%;
	margin-left:auto;
	margin-right:auto;
	
	}
	#nav {
	width:45%;
	height:100px;
	margin-left:auto;
	margin-right:auto;
	
	}
}