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


body{
font-family:"Trebuchet MS";
		background:white url(images/background5.jpg) no-repeat bottom center;
	width:100%;
	height:100%;
	margin:0;
	background-attachment:fixed;
	background-position:bottom;
}
#home{


}

h1{
	font-size:80px;
	color:white;
	font-family:"Century Gothic";
}
h2{
	font-family:"Century Gothic";
	color:white;
	font-size:48px;
	margin-top:-60px;
	margin-bottom:-60px;
}

#content{

	margin-left:auto;
	margin-right:auto;	
	700px;
	bottom:0px;
}

p{
	font-size:12px;
	font-family:"Trebuchet MS";
	color:black;
	margin-top:-40px;
}

#test{
	width:340px;
}

#c2{
	width:443px;
}

#c4{
	width:510px;
}

#na{
	width:300px;
}

#hometitle h1{
	margin-bottom:50px;
}


#navigation{
width:100%;
margin-top:40px;
height:50px;
background-color:black;
margin:0;


}
#navigation ul{
padding-top:10px;
margin-left:auto;
margin-right:auto;
width:760px;
}
#navigation li{
 
  color:gray;
  margin-left:80px;
  border-bottom:1px dotted silver;
display:inline;
}


#navigation li a{
	  font-size:14px;
	  color:white;

}

#navigation a:hover{
	color:red;

}
ul{
  list-style-type:none;
  margin:0px;
  padding:0px;
}

a{

  text-decoration:none;
	color:black;
font-size:14px;
}