
html, body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #fff url(images/bg.gif) repeat-y top center;
	height: 100%;
	}
	
a, p, td, li, ul, ol, h1, h2, h3, h4, h5, h6 {
	font-family: verdana, arial, sans-serif;
	}

body {
	min-width: 750px; /* stop mozilla sliding off the edge */
	}

.container {
	width: 750px;
	text-align: left;
	margin: 0px auto;
	min-height: 100%;
	position: relative;
	margin-bottom: -40px;
	height: auto;
	}

* html .container {height: 100%;} /* for ie to resize */

#header {
	background: #fff url(images/header.jpg) no-repeat top center; 
	width: 100%; 
	height: 171px; 
	}
	
#home a {
	position: absolute;
	width: 100%;
	height: 171px;
	top: 0px; 
	text-decoration: none;
	}
  
#home a i { 
	visibility: hidden;
	}
	

	
.bar {
	height: 40px;
	background: #999;
	font-size: 1em;
	color: #fff;
	text-align: center;
	}
	
#pic1 {
	position: absolute;
	left: 0;
	top: 171px;
	background: url(images/pic1.jpg); 
	width: 154px; 
	height: 144px; 
	}

#content {
	position: relative;
	left: 154px;
	width: 400px;
	margin: 10px 30px 30px 30px;
	padding: 20px 0 0 0;
	}
	
#content h1 {
	font-size: 12px;
	color: #09c;
	margin: 17px 0 -8px 0;
	padding: 0;
	}
	
#content h2 {
	font-size: 12px;
	color: #09c;
	margin: 17px 0 -8px 0;
	padding: 0;
	}
	
#content p {
	font-size: 12px;
	line-height: 17px;
	}
	
	
#up {
	background: url(images/button.jpg) no-repeat; 
	width: 80px; 
	height: 21px; 
	}
	
#top a {
	position: relative;
	width: 80px;
	height: 21px;
	text-decoration: none;
	}
  
#top a i {
	visibility: hidden;
	}
	
	
a.link {
	color: #000;
	text-decoration: underline;
	}
	
a.link:hover {
	color: #fff;
	text-decoration: none;
	background-color: #09c;
	}
	
.clearfooter {
	clear: both;
	height: 40px;
	}
	
.footer p {
	font-size: 10px;
	margin: 5px;
	padding: 5px;
}
	
.footer {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 750px;
	clear: both;
	height: 40px;
	color: #fff;
	background: #999;
	border: none;
	}




