body {
	margin-top: 36px;
	text-align: center;
	background-image:url(/images/bg-inside.gif);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #dddddd;
	font-family: Tahoma, Arial, Verdana;
	display: block;
}
#main {
	background-color: #FFFFFF;
	align: center;
	width: 934px;
	position: center;
	display: inline;
	}
#header {
	width: 909px;
	height: 152px;	
	text-align: left;
	padding-left: 25px;
}
#headerfloat {
	float: right;
}
#nav {
	width: 934px;
	height:40px;
	background-image:url(/images/nav-bg.gif);
	background-repeat: x y;
}
#nav2 {
	height:223px;
	width: 894px;
	background-image:url(/images/bells-beach-home.jpg);
	background-repeat: none;
	align: right;
	margin-top: 1px;
	padding: 23px 30px 0px 10px;
}
#content {
	font-size:12px;
	line-height:15pt;
	text-align:left;
	border-bottom: 1px solid #484747;
	border-left: 1px solid #484747;
	border-right: 1px solid #484747;
	background-color: #FFFFFF;
	padding: 21px 21px 21px 21px;
	width: 892px;
}
#contenthome {
	min-height:242px;
	background-color:#EEEEEE;
	padding: 22px 22px 15px 22px;
}
#contenthomeright {
	min-height:242px;
	background-color:#EEEEEE;
	font-size: 14px;
	padding: 22px;
}
#contenthomeright a {
 color: #000000;
 text-transform: none;
}

#contentinside {
	min-height:242px;
	background-color:#EEEEEE;
	font-size: 12px;
	line-height: 15pt;
	padding: 22px 22px 15px 22px;
}
#contentinsideright {
	min-height:242px;
	background-color:#EEEEEE;
	font-size: 12px;
	line-height: 16pt;
	padding: 22px;
}
#contentinsideright a {
 color: #005f41;
 text-transform: none;
}
#footer {
	font-size: 11px;
	text-align: center;
	padding: 14px 0px 10px 0px;
}

#copyright {
	font-size: 10px;
	text-align: center;
	padding: 0px 0px 0px 0px;
}

a {
	color:#00543d;
	text-transform: uppercase;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1 {
	font-size:24pt;
	color: #005f41;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration:none;
	line-height: 26pt;
	margin-top: 0px;
}

h2 {
	font-size:18pt;
	color: #005f41;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration:none;
	line-height: 20pt;
	margin-top: 0px;
}

.button {
	background-color:#005085;
	color:#FFFFFF;
	cursor:pointer;
}

.chromestyle{
font-family: Tahoma, Arial, Verdana;
font-size: 14px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0px; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px;
width: 934px;
background: #2f2f2f; /*THEME CHANGE HERE*/
padding: 0px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
text-align: left; 
padding: 0px;
}

.chromestyle ul li a{
color: #FFFFFF;
padding: 0px;
margin: 0;
text-decoration: none;
border-right: url(http://www.landscapephotography.com.au/images/nav-divider-vert.gif);
text-align: left; 
}

.chromestyle ul li a:hover{
/*background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
color: #b885eb;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 8;
/*border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 1;
font:normal 11px Tahoma;
text-transform: uppercase;
line-height:11pt;
z-index:100;
background-color: #2f2f2f;
color: #FFFFFF;
width: 150px;
visibility: hidden;
text-align: left;
border-color: #000000;
border: 0px;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=12); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 9px;
border-bottom: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
border-left: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
padding: 6px 0;
text-decoration: none;
color: #FFFFFF;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #005f41;
}

