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

body{
	margin: 0px;
	background-color: #788D62;
}


#container {
	height: auto;
	width: 1280px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #f5f5ee;
	top: 100px;	
}

#banner  {
	width: 1280px;
	position: relative;
	margin: 0px;
	
}

#section {
	position: relative;
	height: auto;
	width: 1280px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
}
.box {
	
	-moz-box-shadow: 0px 0px 10px #ccc;
	-webkit-box-shadow: 0px 0px 10px #ccc;
	box-shadow: 0px 0px 10px #ccc;
}
#footer {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	color: #333;
	width: 1280px;
	position: relative;
	font-weight: 400;
	margin-right: auto;
	margin-left: auto;		
}

#footer a:link {color: #333;
	text-decoration: none;
	
}
#footer a:visited {
	color: #333;
	text-decoration: none;
}
#footer a:hover {
	color: #788D62;
	text-decoration: none;
}
.footer_sm {
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
}

#bottomstrip {
	background-color: #788D62;
	position: relative;
	height: 150px;
	width: 1280px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	margin-right: auto;
	margin-left: auto;
	
}
h1{
	font-family: 'Raleway', sans-serif;
	
	font-size: 28px;
	color: #788D62;
	font-weight: 400;
}

h2{
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	color: #666;
	font-weight: 400;
}

h3{
	font-family: Optima, "Arial Narrow", sans-serif;
	font-size: 20px;
	color: #666;
	font-weight: 400;
}


.small_title {
	font-size: 16px;
	color: #568d3f;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	font-style: italic;
}
.competition {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	font-style: italic;
	color: #788D62;
}


.shadow {

-moz-box-shadow: 4px 4px 5px #999;
-webkit-box-shadow: 4px 4px 5px #999;
box-shadow: 4px 4px 5px #999;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999')";
/* For IE 5.5 - 7 */

filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999');
}
