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

@media only screen and (device-width: 640px) {
}

body { 
	margin: 0;
	background-color: #D7C7A3;
	min-width: 1024px;
	font-family: 'Open Sans', sans-serif;
}

#maincontainer {
	width: 100%;
	padding: 0px 0px 1px;
	height: auto;
	background: -webkit-linear-gradient(#fafafa,#FFFFFF,#fafafa); 
	background: -moz-linear-gradient(#fafafa,#FFFFFF,#fafafa);
	background: linear-gradient(#fafafa,#FFFFFF,#fafafa);  
	background-color: #fafafa;
}

#mcont {
	width: 956px;
	height: auto;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	background-color: #D7C7A3;
	padding: 15px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-box-shadow: rgba(0,0,0,0.398438) 0 1px 3px;
	-moz-box-shadow: rgba(0,0,0,0.398438) 0 1px 3px;
	box-shadow: rgba(0,0,0,0.398438) 0 1px 3px;	
	/* */
}

#midcont {
	width: 954px;
	height: 400px;
	border: 1px solid #999;
	background-image: url(../images/bgmidcont.jpg);
}

#leftpan {
	height:400px;
	width: 200px;
	float: left;
	border-right: 1px solid #999;
}

#home-video {
	height:400px;
	width: 533px;
	float: left; 
	background-color: #AD7041;
	border-right: 1px solid #555;
}


#foot {
	width: 100%;
	bottom: 0;
	z-index: 5;
	background-color: #D7C7A3;
	border-top: 6px solid #AD7041;
}

a:link {
	color: #557552;
	text-decoration: none;
}
a:visited {
	color: #557552;
	text-decoration: none;
}
a:hover {
	color: #8C2300;
}
a:active {
	color: #557552;
	text-decoration: none;
}
