 
html, body	{
	height: 100%;
	}

	 
/* end hack 
----------------------------------------------- */
html,body {
	margin: 0;
	padding: 0;
	}

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	min-width: 774px; /* stop mozilla sliding off the edge */
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #033;
	background: #ccc url(images/bg.jpg) repeat-y top center;
	}

.container {
	margin: 0 auto;
	position: relative;
	width: 774px;
	text-align: left;
	min-height: 100%;
	margin-bottom: -30px;
	height: auto;
	}

* html .container {height: 100%;} /* for ie to resize */


/* header
----------------------------------------------- */	
.header {
	width: 100%;
	height: 220px;
	background-image: url(images/header.jpg);
	background-repeat: repeat-x;
	}

#home a {
	position: absolute;
	width: 750px;
	height: 220px;
	top: 0px; 
	text-decoration: none;
	}
  
#home a i { 
	visibility: hidden; 
	}


/* header text
----------------------------------------------- */
#topcontent {
	padding: 0px;
	margin: 0px;
	text-align: left;
	position: relative;
	left: 30px;
	top: -30px;
	}
	
#topcontent p {
	font-size: 12px;
	line-height: 17px;
	margin: 0;
	padding: 0;
	}
	

/* content
----------------------------------------------- */
#content {
	width: 454px;
	float: left;
	padding-left: 30px;
	}

.pictures {
	border: 2px solid #fff;
	width: 452px;
	height: 262px;
	text-align: left;
	background: #b2cccc;
	margin: 0;
	padding: 0;
	}
			

.pictures p {
	font-size: 12px;
	color: #033;
	font-weight: normal;
	margin: 5px 0 0 8px;
	}

			
.pictures img {
	margin: 8px 8px 0 8px;
	border: 0;
	}

.btt {
	width: 452px;
	text-align: right;
	font-size: 10px;
	line-height: 17px;
	color: #033;
	font-weight: normal;
	margin: 5px 0 20px 0;
	}


/* right column
----------------------------------------------- */
#rightcol {
	width: 242px;
	float: left;
	padding-left: 15px;
	}

.column {
	border: 2px solid #fff;
	width: 242px;
	height: 100%;
	text-align: left;
	background: #b2cccc;
	margin: 0;
	padding: 0;
	}
			
.column h1 {
	font-size: 16px;
	color: #033;
	font-weight: bold;
	margin: 9px 0 9px 9px;
	}
	
.column h2 {
	font-size: 12px;
	color: #033;
	font-weight: bold;
	font-style: italic;
	margin: 9px 0 9px 9px;
	}
	
.column p {
	font-size: 12px;
	line-height: 17px;
	color: #033;
	font-weight: normal;
	margin: 9px 9px 9px 9px;
	}
			
.column img {
	margin: 0 9px 0 9px;
	border: 0;
	}



/* footer
----------------------------------------------- */
.footer {
	margin: 0 auto;
	position: relative;
	width: 750px;
	clear: both;
	height: 30px;
	color: #033;
	background: #b2cccc;
	border-top: 2px solid #fff;
	}

.clearfooter{
	clear: both;
	height: 30px;
	}



/* linkage
----------------------------------------------- */
a {
	color: #033;
	text-decoration: none;
	}

a:hover {
	color: #033;
	text-decoration: underline;
	}

a.footer {
	color: #fff;
	}

a.footer:hover {
	color: #fff;
	text-decoration: underline;
	}
	


