@import url(progx_nav.css);
@import url(progx_typography.css);


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

/***********************

Project Graphics
Date Created: 11th September 2008

***********************/


	
	
iframe {
	border:0;
	width:898px;
	height:500px;
	}





* { margin:0; padding:0; }

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#9ed5b5;
	color:#666;
	}

#wrapper {
	position:absolute;
	top:0px;
	left: 50%;
	margin-left: -451px; /* Half the width of the DIV tag which is 898px plus border (4) pixels */
	width:898px;
	background:#fff;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
	}
	
#header {
	width:898px;
	height:196px;
	z-index:1;
	margin:0;
	padding:0;
	}

#header h1 {
	display:block;
	float:left;
	width:703px;
	height:196px;
	margin:0;
	padding:0;
	background:url(../images/cat_header.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	}

#header div {
	display:block;
	float:right;
	width:195px;
	height:196px;
	margin:0;
	padding:0;
	}
	
#header p {
	display:block;
	width:195px;
	height:89px;
	margin:0;
	padding:0;
	background:url(../images/cat_header_contact.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	}
#header a {
	display:block;
	width:195px;
	height:107px;
	margin:0;
	padding:0;
	background:url(../images/cat_header_mainsite.gif) no-repeat top;
	text-indent:-9999px;
	overflow:hidden;
	}
#header a:hover {
	background-position:bottom;
	}
	
#content {
	margin:0;
	padding:0;
	}
		
#footer {
	width:898px;
	height:70px;
	background:#009bc9 url(../images/cat_footer.gif) top no-repeat;
	padding:90px 0 0 0;
	}	

.clear {
	font-size: 0px;
	line-height: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: auto;
}