/* style.css - style sheet */

/* Colour scheme url: http://colorschemedesigner.com/#3B11Tgwtdw0w0 (with grey for page background derived */
/* from scheme by altering brightness / saturation. */

/* Colours */
#header, #footer, #navigation {background-color: #507298; color: #FFFFFF}
#main {background-color: #C6CCD3}




body {
	background-image: url(images/texture0217.jpg); /* sets background in browser window */
}

#page {
	display:block;
	margin: 0px auto; /* top & bottom to zero, left and right to auto (which keeps it centred on browser background) */
	width: 900px;
	border: 2px solid;
	background: #ccc url(images/faux_column.gif) repeat-y 50% 0;
}


#header {
	height: 80px;
	padding: 15px; /* sets space above logo */
	font-size:40px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#header img
       {
           float:left;
           margin-right:15px;
       }

#middle {
	width: 100%;
	float: left;
}

#navigation {
	float: left;
	width: 100px;
	padding-top: 40px;
	font-family: Arial, Helvetica, sans-serif;
}

#navigation ul {
		list-style-type:none; /* remove bullets from list */
		padding:0;
		margin:0;
	}

	#navigation li { 
		margin-left: 10px /* small left margin for each item in the list */
	} 

	#navigation li { 
		margin-left: 10px /* small left margin for each item in the list */
	} 

	#navigation a, #navigation a:visited { 
		text-decoration:none; /* remove underline from links in the list*/
	}





#main {
	float: left;
	width: 800px;
}

#main_text {
	float: left;
	width: 760px; 
	margin: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}

#main_text h1
   {
      color: #1A3C63; 
       margin: 14px 0 0 0;
       font-size:20px;
		line-height: 24px;
   }
#main_text h2
   {
		color: #1A3C63;
       margin: 14px 0 0 0;
       font-size:18px;
		line-height: 22px;
   }
#main_text p
   {
       margin:0 0 7px 0;

   }




#footer {
	clear:both; /* clear left floats in middle section */
	height: 80px;
	padding-top: 5px;
	padding-left: 5px;
}



img.link_icon {
	float: left;
	margin-top: 5px;
	margin-right: 20px;

}

address {
	text-align: center;
}
