/* STYLE */

body {
	background-color: #373636;
	background-image: url(images/backgroundhome.jpg);
	background-repeat: no-repeat;
	height: 700px;
}
@font-face { 
	font-family: 'Quicksand_Bold-webfont';
	src: url('fonts/Quicksand_Bold-webfont.eot');
	src: local('?'), url('/fonts/Quicksand_Bold-webfont.woff') format('woff'), url('fonts/Quicksand_Bold-webfont.ttf') format('truetype'), url('fonts/Quicksand_Bold-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
.head1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #000;
	display: block;
	border-bottom-width: thick;
	border-bottom-style: groove;
	border-bottom-color: #c2bfbf;
	letter-spacing: .25em;
	left: 5px;
	top: 5px;
	padding-top: 5px;
	padding-left: 10px;
}
#navbar {
	position:absolute;
	left:150px;
	top:110px;
	width:800px;
	height:50px;
	z-index:auto;
}
.menu ul {
	list-style:none;
	font:14px Verdana, sans-serif;
	font-weight:bold;
	z-index:10;
	position:absolute;
	z-index:100;
	padding:9px 5px;
	width: 793px;
	left: 4px;
	top: 4px;
}
.menu li {
	float:left;
}
.menu a, .menu a:active, .menu a:visited {text-decoration:none; color:#fff; padding:55px}
.menu a:hover {color:#fff}
#slide {
	top:20px;
	position:absolute; 
	bottom:0; 
	height:40px; 
	background:#c2bfbf;
	z-index:10;
	}
#secondbanner {
	position:absolute;
	left:91px;
	top:227px;
	width:264px;
	height:50px;
	z-index:auto;
	overflow: hidden;
}
#twitter {
	position:absolute;
	left:657px;
	top:335px;
	width:208px;
	height:50px;
	z-index:auto;
}
#facebook {
	position:absolute;
	left:658px;
	top:409px;
	width:204px;
	height:57px;
	z-index:auto;
}
#subscribe {
	position:absolute;
	left:657px;
	top:480px;
	width:201px;
	height:60px;
	z-index:auto;
}
#left {
	position:absolute;
	left:100px;
	top:293px;
	width:537px;
	height:324px;
	z-index:auto;
	}
.content {
	font-family: 'Trebuchet MS';
	font-size: 10pt;
	padding-right: 5px;
	line-height: 18px;
}
.content a:link {
	color: #d77308;
	text-decoration: none;
}
.content a:visited {
	color: #8c0710;
	text-decoration: none;
	font-weight: italic;
}
.content a:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.content a:active {
	color: #000;
	text-decoration: none;
}

