* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
        
}
body {
 	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	background-attachment:fixed;
	background: url(../img/background.jpg) no-repeat center top fixed;
	background-size:cover;

}
/* -----------------wrapper-----------------*/
#wrapper {
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto;
	height: 100%;	
}
/* -----------------header-----------------*/
#header {
	height: 400px;
	width: 1000px;
}
#logo {
	position:relative;
	top:171px;
	margin-left:368px;
	width:263px;
	height:58px;
	background-image:url(../img/logo.png);
	background-repeat:no-repeat;
}
/* -----------------container-----------------*/
#container {	
	width:1000px;
	height:auto;
	min-height: 250px;
	background-image:url(../img/container.png);
	background-repeat:repeat-y;
	margin-top:-40px;
}
/* -----------------menu-----------------*/
#menu{
	margin-left:355px;
	height:30px;
	padding-top:28px;
}
#menu ul{ 
    list-style:none;
}
#menu li {
	display:inline;
}
#menu a{
	display: block;
	float: left;
	width: 100px;
	height: 23px;
	text-align: center;
	text-transform: lowercase;
	text-decoration: none;
	color:#328caf;
	font-family:Trebuchet MS;
	font-weight:800;
	font-size:15px;
}
#menu a.long{
	width:126px;
}
#menu a:hover {
	background:#328caf;
	color:#FFFFFF;
}
/* -----------------content-----------------*/
#content {
	margin-left:44px;
	margin-right:48px;
	margin-top:24px;
	padding-left:40px;
	height:auto;
	padding: 0 0 42px;
	min-height: 200px;
	font-size:14px;
	font-family:Trebuchet MS;
}
#content h2, h3 , h4{
	padding-bottom:13px;
	color:#328caf;
}
.map{	
   	text-decoration:none;
    top:-400px;
	text-transform: lowercase;
	color:#1672a7;
	font-family:Trebuchet MS;
	font-weight:800;
	font-size:13px;
}
a.map:hover{
	text-decoration:none;
}
#content p{
	line-height: 22px;
	font-weight:400;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-left:50px;
}
#content ul{
	list-style:none;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:500;
	margin-left:100px;
}
#content ul li {
	list-style-type:square;
	padding-bottom:5px;
}

/* -----------------footer-----------------*/
#footer {
	width: 900px;
	height:45px;
}

#copy {	
	float: left;
	padding-left:370px;
	padding-top:19px;
	color:#FFFFFF;
	font-family:Trebuchet MS;
	font-weight:700;
}
/* -----------------img----------------*/
img {
	width:200;
	height:131;
	opacity:1;
	-moz-opacity:1;
	filter:alpha(opacity=100);
	-khtml-opacity:1;
	
}
 
img:hover {
	opacity:0.8;
	-moz-opacity:0.8;
	filter: alpha(opacity=80);
	-khtml-opacity:0.8;
	
}
/* -----------------a----------------*/
a { 
	color:#328caf;
}
/* -----------------made-by----------------*/
#made-by {
	margin-left:850px;	
	width: 200px;
	height: 10px;
	font-size: 10px;
	padding-top:19px;
	color:#FFFFFF;
	font-family:Trebuchet MS;
	font-weight:700;
}