
body {
	padding: 0px;
	margin: 0px;
	background: #003 url(images/tile.jpg) repeat-y top center;
	text-align: center;
	height: 100%;
	}
	
a, p, td, li, ul, ol, h1, h2, h3, h4, h5, h6 {
	font-family: verdana, arial, sans-serif;
	color: #fff;
	}
	
html {
	height: 100%;
	}

#container {
	width: 932px;
	padding: 0px;
	margin: 0px auto;
	text-align: left;
	position: relative;
	}
	
#page_header { 
	background: transparent url(images/header3.gif) no-repeat top center; 
	margin: 0px;
	width: 932px; 
	height: 164px; 
	}
	
#home a {
  position: absolute;
  width: 140px;
  height: 160px;
  top: 0px; 
  text-decoration: none;
  }
  
#home a i { 
	visibility: hidden; 
	}	

h1 {
	font-size: 18px;
	text-align: left;
	line-height: 21px;
	font-weight: normal;
	padding: 0 0 10px 0;
	margin: 0;
	}
	
h2 {
	font-size: 14px;
	text-align: left;
	line-height: 18px;
	padding: 0 0 10px 0;
	margin: 0;
	}
	
p {
	font-size: 12px;
	text-align: left;
	line-height: 17px;
	padding: 0 0 10px 0;
	margin: 0;
	}
	
#grid .file {
	font-size: 9px;
	text-align: left;
	line-height: 12px;
	padding: 0 0 0 0;
	margin: 0;
	}
	
#grid .jpg {
	font-size: 9px;
	text-align: left;
	line-height: 12px;
	padding: 0 0 20px 0;
	margin: 0;
	}

#grid p {
	font-size: 12px;
	text-align: left;
	line-height: 21px;
	padding: 0;
	margin: 0;
	}
	
ul {
	font-size: 12px;
	text-align: left;
	line-height: 18px;
	padding: 0 0 5px 40px;
	margin: 0;
	}
	
hr {
	border: none 0; 
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 885px;
	height: 1px;
	margin: 10px auto 0 0;
	text-align: left;
	}
	
	
a:link {
	font-weight: normal;
	text-decoration: underline;
	color: #fff;
	background: transparent;
	}
	
a:visited {
	font-weight: normal;
	text-decoration: underline;
	color: #fff;
	background: transparent;
	}
	
a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	background: transparent;
	}
	
a:active {
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	background: transparent;
	}  


#footer {
	width: 885px;
	font-family: verdana, geneva, arial, helvetica, sans-serif; 
	font-size: 10px;
	text-align: center;
	line-height: 17px;
	padding: 0px;
	margin: 10px;
	color: #fff;
	}

