/*
	Web design by Breakaway Multimedia Solutions
	Copywrite © 2006 Brad Wright trading as Breakaway Multimedia Solutions	
	http://www.breakaway.net.au
*/




/*  Main Tags  */

html {
	margin: 0 0 1px;
	padding: 0;
	min-height: 100%;
	}
	
body {
	margin: 0px;
	padding: 0;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	line-height: 1.5em;
	background-color: #E9E0DB;
	}



/* Layout/positioning */

#shell {
	margin: 0;
	padding: 0 0px;
	min-width: 750px;
	min-height: 250px;
	text-align: center;
	font-size: 100%;
/* border: 1px groove blue; */
	background: #F2FFFF url(images/body-bg.jpg) no-repeat 50% 0;
	background-color: #E9E0DB;

/* Background-image  placed in shell style (rather than in body) so it stays lined up when page is rezized */

 		
	
	}
	

	
	#copy {
	
	margin: 0 auto 1em;
	padding: 0px;
	width: 750px;
	min-height: 20px;
	/* border: 1px groove yellow; */
	text-align: left;
	}
 #copy img {
	
	 float:left;
	background:transparent;
	border-width: 0;
	margin:0px 0px 0px;
	
	
	}
	#copy-mainText {
	
	font-size: 14px;
	width: 550px; 
	/* border: 1px groove pink; */
	margin: 0px 150px 0px;
	padding:0;
	}
	
	#copy ul {
	line-height: 15px;
	margin: 10px 50px 10px;
	
	}
	
#copy-extraText {
	margin: 0 299px 0 0;
	padding: 0;
	}
	
	#copy h1 {
	
	text-align: left;
	margin: 10px 125px;
	font-size: 105%;
	color: #000033;
	font-weight: bold;
	}
	
	
	
	
	
	/* Header 
------------------------------------------- */

#header {
	position: relative;
	margin: 0 auto 2em;
	padding: 0;
	color: #CC0000;
	width: 750px;
	height: 160px;
	/* border: 1px groove green; */
	

	
	}
#header h1 {
	margin: 0;
	padding: 0;
	}
#header h1 a {
	position: absolute;
	display: block;
	left: 0;
	top: 32px;
	margin: 0;
	padding: 0;
	width: 500px;
	height: 70px;
	background: none;
	
	

	}
#header h1 span {
	position: absolute;
	top: -10000px;
	}
	
	#header h2 {
	position: absolute;
	text-align: left;
	display: block;
	left: 530px;
	top: 55px;
	
	margin: 0;
	padding: 0;
	width: 200px;
	height: 70px;
	background: none;
	
	
	color: #FFFFFF;	
	}
	
		#header h3 {
	position: absolute;
	text-align: left;
	display: block;
	left: 530px;
	top: 75px;
	
	margin: 0;
	padding: 0;
	width: 300px;
	height: 70px;
	background: none;
	
	
	color: #FFFFFF;	
	}
	
	/* Footer */
	
	#footer {
	position: relative;
	margin: 0 auto 1em;
	width: 750px;
	min-height: 50px;
	font-size: 80%;
	/* border: 1px groove darkblue; */
	font-weight: bold;
	color: #003300;
	vertical-align: text-bottom;
	text-align: right;
	}
 
 #footer p {
		color: #003300;

 
 }
 #footer img {
	
	 float:right;
	background:transparent;
	border-width: 0;
	margin:0px 0px 0px;
	
	
	}
 
 
	/* Menu Text */
	
#menu {
	position: absolute;
	
	bottom: 15px;
	left: 15px;
	margin: 0;
	padding: 0;
	list-style: none;
	/* text-align: right; */
	}
#menu a{
	margin: 0 0 0 2em;
	padding: 0;
	list-style: none;
	color: #000066;
	font-size:100%;	
	/* text-align: right; */
	}
#menu li a {
	/* text-align: center; */
	display: block;
	margin: 0;
	padding: 0;
	color: #000066;
	background: none;
	}
	
	/* #menu li a:hover, a:active {
	color: #CC0000;
	font-size: 200%;
	} */
	
	#menu a:hover {
	color: #000000;
	text-decoration: none;
	text-transform: none;
	
	 }
	 
	 #sub_menu {
	 float: left;
	 margin-top: -25px;
	 margin-left: 40px;
	 vertical-align: middle;
	 text-decoration: none;
	 font-size: 75%;
	 
	 }
	 #sub_menu a{
	color: #000066;
	text-decoration: none;
	text-transform: none;
	}
	#sub_menu a:hover {
		color: #000000;
	text-decoration: none;
	text-transform: none;
	}
	/* common */
	
	.container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	} 
.container { display: block; }
