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



h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	padding-top:5px;
	padding-bottom:5px;
}

p{
	font-size:12px;
	font-family:"Trebuchet MS";
}

#test{
	width:340px;
}

#c2{
	width:443px;
}

#c4{
	width:510px;
}

#c6{
	width:570px;
}
#na{
	width:300px;
}

#e4{
	width:400px;
	
}

#p5{
	width:645px;
	height:400px;
}

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

#hometitle{
	margin-left:auto;
	margin-right:auto;
	width:470px;
	position:relative;
	bottom:600px;
	left:100px;
}

#navigation{
  position:relative;
  top:100px;
  left:-200px;
  font-size:14px;
}

#navigation li{
  width:70px;
  color:gray;
  padding-left:80px;
  border-bottom:1px solid silver;

}


#navigation li a{
	  font-size:16px;
}
ul{
  list-style-type:none;
  margin:0px;
  padding:0px;
}

a{

  text-decoration:none;
	color:black;

}
