/*

Copyright © Inkwire 2008 (www.inkwire.com.au)


—————————————————————————————————————————————
Layout — generic

*/
body {
	margin: 15px;
	padding: 0;
	min-width: 945px;
	background-color: #FFFFFF;
}
/*

—————————————————————————————————————————————
Layout — banner

*/
#banner {
	position:relative;
	width: 100%;
	margin-bottom: 20px;
	background-image: url(../../images/banner_background.gif);
	background-repeat: repeat-x;
	background-position: top;
/*	overflow: hidden;*/

}
#logo {
	float:left;
}
#tagline {
}
#photosBanner {
	float:right;
}
/*

—————————————————————————————————————————————
Layout — content

*/
#siteInfo {
	margin-top: 1.4em;
}
#contentMain, #contentSub, #navSub {
}
#contentMain {
	position: relative;
	margin-left: 235px;
	margin-right: 20px;
	padding-bottom: 20px;  /* To prevent long content looking cramped at bottom of page */
}
#contentMain div.column1, #contentMain div.column2 {
	float: left;
	width: 45%;
	padding-bottom: 20px;  /* To prevent long content looking cramped at bottom of page */
	/*height: 1%;*/
}
#contentMain div.column2 {
	margin-left: 20px;
}
#advertising {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 130px;
}
iframe {
	border: 1px solid #9966CC;
	width: 100%;
	height: 550px;
}
