/* Copyright (c) 2009 Ukao Solutions */

html, body {height: 100%;  }
body {/* customize_background */ background-color: #ffffff; /* customize_background */ text-align: center; padding: 0px; margin: 0px; }
img {border: 0px}
a { cursor: pointer}

#page {
    width: 1000px;
    text-align: left;
	margin:0 auto;
	background:#FFF;
}

#page #header{
    width: 100%;
    overflow: visible;
	z-index:100;
}

#page #headerin{
    overflow: visible;
    height: 174px;
	background:url(http://brianleetagalong.com.au/packages/theme_simple_blue/themes/simple_blue/images/hdr-bg.png) no-repeat;
}

#page #logo {
    margin-top: 0px;
	margin-left:45px;
	width:175px;
}

#page #top-right form{
    margin-top: 60px;
}
#page #top-right h3{
    display: none;
}

#page #header-area {
    margin-top: 5px;
    text-align: center;
}

#page #nav-out{width: 1000px; height: 30px; background:rgba(255,255,255,.7);}

#page #nav {
}
#page #nav ul {list-style: none; margin:0; padding:0; line-height: 30px;}
#page #nav ul li{float: left}
#page #nav ul a{float: left; color: #593C21; text-decoration:none; padding: 0 10px;}
#page #nav ul a:hover{color:#CC6600;}

#page #contain {
	min-height:550px;
	margin-top:0px;
}

#page #sidebar {
    width: 260px;
    margin-top: 10px;
}
#page #sidebar h2{margin-top: 0px;}

#page #sidebar.right {padding-left: 20px; border-left: 0px solid #333333}
#page #sidebar.left {padding-right: 20px; border-right: 0px solid #333333}

#page #col1 {
    width: 279px;
	padding:5px 25px ;
	position: absolute;
}

#page #col3 {
    width: 279px;
	padding:5px 25px;
	position: relative;
	margin-left:670px;
}

#page #main {
    width: 600px;
}
#page #main.no-sidebar {
    width: 100%;
}

#page #main.centre {
    width: 279px;
	padding:5px 25px;
	margin-left:330px;
	position: absolute;
}

#page #footer {
    clear: both;
    margin-bottom: 40px;
	background:#FFF
}

#page #footer #copyright{
    border-bottom: 0px solid #999999;
    border-top: 0px solid #999999;
    padding: 8px 5px;
    clear: both;
    overflow: hidden;
    height: 14px;
	width:990px;
	background:#e2d8cc;
}
#page #footer #copyright a:hover{text-decoration: underline;}

#page .footer-area{
    width: 430px;
    padding: 0 10px 10px 10px;
    margin-top: 10px;
}

.right{float: right}
.left{float:left}

.full{width: 1000px; margin: 0 auto}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}