/**
 * Screen Stylesheet
 * Author Matthew Holmes <www.ivt.com.au>
 * Created 3 Dec 2007
 */
 
 body {
 	margin: 0;
 	padding: 0;
 	color: #000;
 	font: 62.5% Arial, Helvetica, sans-serif;
 	}
 	
 	
 	/* links */
 	a {
 		color: #ed1b2e;
 		}
 	a:hover {
 		text-decoration: none;
 		}
 	a:active {
 		outline: none;
 		}
 	a img {
 		border: 0;
 		}
 		
 		
 	/* headings */
 	h1, h2, h3, h4, h5, h6 {
 		margin: 0;
 		}
 		
 		
 		/* structure
 		-----------------------------*/
 		#container {
 			width: 760px;
 			margin: 0 auto;
 			}
 			
 			.clearfix:after {
 				clear: both;
 				display: block;
 				height: 0;
 				content: ".";
 				visibility: hidden;
 				}
 			
 			
 			/* header */
 			#header {
 				position: relative;
 				height: 300px;
 				border-bottom: 8px solid #ed1b2e;
 				background: url(../webimages/bg-header.jpg) top right no-repeat;
 				}
 				
 				/* logo */
 				#header h1 {
 					padding: 75px 0 0;
 					}
 				
 				/* navigation */
 				#header ul {
 					position: absolute;
 					bottom: 4px;
 					left: 0;
 					width: 100%;
 					list-style: none;
 					margin: 0;
 					padding: 0;
 					border-top: 4px solid #fff;
 					background: #6a737b;
 					}
 				#header li {
 					float: left;
 					display: block;
 					}
 				#header li a {
 					display: block;
 					margin: 0;
 					padding: 10px 15px 10px 16px;
 					color: #fff;
 					font-size: 1.1em;
 					text-transform: uppercase;
 					text-decoration: none;
 					}
 				#header li a:hover {
 					background: #ed1b2e;
 					}
 			
 			
 			/* content */
 			#content {
 				margin: 15px 0;
 				min-height: 200px;
 				font-size: 1.2em;
 				line-height: 1.5;
 				}
 				* html #content {
 					height: 200px;
 					}
 					
 				h2#content-title {
 					margin: 10px 0 3px;
 					color: #ed1b2e;
 					font-size: 1.6em;
 					}
 				#content-main h3 {
 					margin: 3px 0;
 					color: #ed1b2e;
 					font-size: 1.3em;
 					}
 				
 			
 			
 			/* footer */
 			#footer {
 				height: 1%;
 				padding: 5px 0 15px;
 				border-top: 8px solid #d8dde1;
 				color: #6a737b;
 				font-size: 1em;
 				}
 			#footer p {
 				margin: 0;
 				}
 			#footer ul {
 				list-style: none;
 				margin: 0;
 				padding: 0;
 				}
 			#footer li {
 				float: left;
 				display: block;
 				margin: 0 0 0 15px;
 				}
 			#footer a {
 				color: #6a737b;
 				text-transform: uppercase;
 				text-decoration: none;
 				}
 			#footer a:hover, #footer a.on {
 				color: #ed1b2e;
 				}
 			#footer #left {
 				float: left;
 				}
 			#footer #right {
 				float: right;
 				}
