@charset "utf-8";
/* CSS Document */
* { behavior: url(iepngfix.htc) 
}
a:focus {
	outline: none;
}

/* -----------------------------------------------------------------------

	BASE ELEMENTS

----------------------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	font: 75%/120% Arial, Helvetica, sans-serif;
	background-image: url(images/backGround_tile.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

/* -----------------------------------------------------------------------

	HYPERLINKS

----------------------------------------------------------------------- */
a, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
	
a:hover {
	color: #CCCCCC;
}
	
/* -----------------------------------------------------------------------

	HEADER

----------------------------------------------------------------------- */
#header {
	width:890px;
	margin:0px auto 0px auto;
	height:200px;
	background-image: url(images/header.jpg);
}

/* -----------------------------------------------------------------------

	CONTAINER

----------------------------------------------------------------------- */
#container {
	width:890px;
	overflow:hidden;
	margin:0px auto 0px auto;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

/* -----------------------------------------------------------------------

	PANEL MEASUREMENTS

----------------------------------------------------------------------- */
#navigation {
	width:206px;
	margin: 0;
	padding: 0;	
}

#rightSide {
	width:289px;
	margin: 0;
	padding: 0;	
}

/* -----------------------------------------------------------------------

	NAVIGATION

----------------------------------------------------------------------- */
#navigation {
	float:left;
	padding:0px 0px 1000px 0px;
	margin:0px 0px -1000px 0px;
	background-image: url(images/navBackground_tile.png);
	background-repeat: repeat-y;
}

#navlist
{
	padding-left: 0;
	margin-left: 0;
	width: 150px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}

#navlist li
{
list-style: none;
margin: 0;
padding: .5em;
}

#navlist li a { text-decoration: none; }

/* -----------------------------------------------------------------------

	RIGHT SIDE

----------------------------------------------------------------------- */
#rightSide {
	float:right;
	padding: 50px 0px 1000px 0px;
	margin:0px 0px -1000px 0px;
}

#rightSide img{
	padding:0px 0px 10px 0px;
	margin:0px 0px 0px 0px;
	border: 0;
}

/* -----------------------------------------------------------------------

	CENTRE

----------------------------------------------------------------------- */
#centre {
	width:370px;
	float:left;
	margin: 0px 0px 0px 15px;
	padding: 50px 0px 0px 0px;
	background-image: url(images/commaGraphic.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
		height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

#centre p {
	line-height:1.5;
	margin: 25px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#centre img {
	padding-top: 0px;
}

/* -----------------------------------------------------------------------

	ADDRESS

----------------------------------------------------------------------- */
#address {
	width: 890;
	padding: 0px 0px 0px 15%;
	height: 100px;
	margin: 0px;
	background-image: url(images/footerTile.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #CCCCCC;
}

#address p{
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height:5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}
#address h1{
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 14px;
}

/* -----------------------------------------------------------------------

	FOOTER

----------------------------------------------------------------------- */
#footer {
	width: 100%;
	padding: 0;
	height: 125px;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	background-color: #CCCCCC;
	background-image: url(images/footerTile.jpg);
	background-repeat: repeat-x;
	background-position: top;
}



#footer_content {
	width:890px;
	margin:0px auto 0px auto;

	
}
#footer #info {
	float: left;
	padding-top: 5px;
	padding-left: 0px;
}
#footer li {
	list-style-type: none;
	color: #FFFFFF;
}
#footer #credit { float: right; 
	padding-top: 15px;
	padding-right: 10px;
	}
#footer #credit p a { color: #97c9ec; }
#footer #credit p a:hover { color: #0066CC; }
/*-----------------CLASS-------------------------------*/
.fix:after{content: "."; display: block; height: 0; clear: both; visibility: hidden;}
