body {
 margin: 0 auto;
 background: #ffffff url('images/backtile.jpg') repeat-x bottom;
 padding: 0;
 font-family: trebuchet ms, trebuchet, arial;
 color: #000000

 }
 
#top {
 margin: 0 auto;
 height: 302px;
 background: url('images/top.jpg') repeat-x center top;
 text-align: center;
 }
 
#head {
 margin: 0 auto;
 height: 302px;
 background: url('images/main.jpg') no-repeat center top;
 padding: 167px 0 0;
 text-align: center;
 }
 
#navigation {
 margin: 0 auto;
 width: 800px;
 height: 50px;
 text-align: right;
 font-size: 22px;
 }
 
#navigation a {
 color: #000000;
 font-weight: bold;
 text-decoration: none;
 }
 
#container {
 margin: 0 auto;
 text-align: center;
 background: url('images/shadow.jpg') repeat-y center;
 }
 
#content {
 margin: 0 auto;
 width: 780px;
 text-align: left;
 padding: 0;
 }
 
#content a{
 color: #007eff;
 text-decoration: none;
 }
 
#content a:hover{
 color: #ffffff;
 background-color: #007eff;
 }
 

#footerc {
 height: 163px;
 background: url('images/footerbg2.jpg') no-repeat center;
 text-align: center;
 font-size: 12px;
 }
 
#footer {
 position: relative; top: 111px;
 height: 30px;
 margin: 0 auto;
 text-align: center;
 }
 
#paperclip {
 position: relative;
 left: 257px;
 width: 600px;
 height: 150px;
 background: url('images/paperclip.jpg') no-repeat right bottom;
 }
 
#clip {
 position: relative;
 left: 50px;
 top: 45px;
 height: 150px;
 width: 400px;
 text-align: right;
 font-weight: bold;
 font-family: cursive;
 font-size: 32px;
 }
 
#copy {
 text-align: center;
 position: relative;
 top: 12px;
 }

ul.nav {
	margin: 0;
	padding: 0;
	cursor: default;
	display: inline;
	z-index: 2;
	font-family: trebuchet ms, trebuchet, sans-serif;
 }
 
ul.nav li {
	margin: 0 auto;
	padding: 0px 8px 0 8px;
	list-style: none;
	display: inline;
}

ul.nav li:hover {
 border-top: 10px solid orange;
 cursor: pointer;
 cursor: hand;
 z-index: 2;
 }
 
ul.nav li.current {
 border-top: 10px solid #ff00ff;
 cursor: default;
 }

#navigation a:hover {
 color: #007eff;
 }
 
#navigation a.current:hover {
 cursor: default;
 }
 
ul.footer {
 width: 600px;
 margin: 0;
 padding: 0;
 cursor: default;
 list-style-type: none;
 display: inline;
 }


ul.footer li{
 padding: 0px 20px;
 display: inline;
 }
 
ul.footer li:hover {
 cursor: pointer;
 cursor: hand;
 color: #007eff;
 }

#footer a:hover {
 color: 007eff;
 }

#footer a {
 color: #000000;
 font-weight: bold;
 font-size: 16px;
 font-family: cursive;
 text-decoration: none;
 }