/** THIS IS FOR THE MAIN BODY CONTENT TEXT AND ALIGNMENT **/

body {
/** THIS IS FOR THE COLOUR OF THE SPLIT BACKGROUND BOTTOM **/
	background: url(../images/page_background_bottom.gif);
	text-align: center;
	font-family: verdana, arial, helvetica, geneva, swiss, sunsans-regular, sans-serif;
	font-size: 11px; 
	color: #464544;
	padding-bottom: 10px;
}

/** THIS IS FOR THE COLOUR OF THE SUB MENU TITLE / HEADERS **/

.menutitle {
	font-family: verdana, arial, helvetica, geneva, swiss, sunsans-regular, sans-serif;
	font-size: 11px; 
	font-weight: bold;
	color: #5767b8;
	}

/** THIS IS FOR THE COLOUR OF THE SPLIT BACKGROUND TOP **/

#outer {
  	background: top left url(../images/page_background_top.gif) repeat-x;
  	padding-top: 20px;
}

/** THIS IS FOR MAIN PAGE LAYOUT DESIGN i.e. BACKGROUND PICTURE **/

#wrapper {
	text-align: left;
	margin: auto;
	width: 798px;
  	position: relative;
}

#body-bot {
  	background: bottom left url(../images/body_bg_full.jpg) no-repeat;
}

/** THIS IS FOR THE TOP MENU IMAGE **/

#body-top {
  	background: url(../images/koalaflor_header.gif) no-repeat;
  	min-height: 800px;
  	_height: 800px;
  	padding-bottom: 14px;
}

/** THIS IS FOR THE MAIN CONTENT AREA BOX POSITION **/

#contentarea {
  	width: 525px;
  	margin-top: 3px;
  	margin-left: 20px;
}

/** THIS IS FOR THE MAIN CONTENT AREA BOX POSITION **/

#contentarea2 {
  	width: 758px;
  	margin-top: 3px;
  	margin-left: 20px;
}

/** THIS IS FOR THE MAIN CONTENT AREA BOX BACKGROUND **/

#contentarea-background  { 
	background: url(../images/content_bg.gif) repeat-y; 
}

#contentarea-background2  { 
	background: url(../images/content_bg2.gif) repeat-y; 
}

#contentarea-overview { 
	background: bottom url(../images/content_main_bg.gif) repeat-x; 
	min-height: 300px;
  	padding: 2px 24px;
}

#contentarea-overview2 { 
	background: bottom url(../images/content_main_bg2.gif) repeat-x; 
	min-height: 300px;
  	padding: 2px 24px;
}

#contentarea-top { 
	background: url(../images/content_top.gif) no-repeat; height: 24px; 
}

#contentarea-top2 { 
	background: url(../images/content_top2.gif) no-repeat; height: 24px; 
}


#contentarea-bottom { 
	background: bottom left url(../images/content_bottom.gif) no-repeat; height: 23px; 
}

#contentarea-bottom2 { 
	background: bottom left url(../images/content_bottom2.gif) no-repeat; height: 23px; 
}

/** THIS IS FOR THE MAIN CONTENT AREA TEXT **/

#contentarea h2 {
  	font-family: verdana, arial, helvetica, geneva, swiss, sunsans-regular, sans-serif;
  	font-size: 12px; 
  	color: #000000;
  	margin: 0;
}

#contentarea p {
  	margin: 1em 0;
}

#contentarea a {
  	color:#000080;
	text-decoration: none;
}

#contentarea a:hover {
  	color:#000080;
	text-decoration: underline;
}

/** THIS IS FOR THE RIGHT HAND SIDE PHOTO GALLERY BOX **/

#gallerybox {
	background: url(../images/first_button.gif) no-repeat;
	width: 225px;
	height: 105px;
	position: absolute;
	top: 148px;
	left: 553px;
}

#gallerybox-top {
  	background: url(../images/first_button.gif) no-repeat;
  	padding-left: 124px;
  	padding-top: 20px;
}

/** THIS IS FOR THE RIGHT HAND SIDE PHOTO GALLERY TEXT **/

#gallerybox h2 {
  	font-family: verdana, arial, helvetica, geneva, swiss, sunsans-regular, sans-serif;
  	font-size: 11px; 
  	color: #000000;
    font-weight: normal;

}

/** THIS IS FOR THE RIGHT HAND SIDE PHOTO GALLERY LINKS **/

#gallerybox a {
  	font-family: verdana, arial, helvetica, geneva, swiss, sunsans-regular, sans-serif;
	color: #000040;
	text-decoration: none;
	font-size: 10px; 
}

#gallerybox a:hover{
  	font-family: verdana, arial, helvetica, geneva, swiss, sunsans-regular, sans-serif;
	color: #000040;
	text-decoration: underline;
	font-size: 10px; 
}

/** THIS IS FOR THE RIGHT HAND SIDE CLIENT PORTFOLIO BOX **/

#clientbox {
  	background: url(../images/second_button.gif) no-repeat;
  	width: 225px;
  	height: 105px;
  	position: absolute;
  	top: 260px;
 	left: 553px;
}

#clientbox-top {
  	background: url(../images/second_button.gif) no-repeat;
  	padding-left: 124px;
  	padding-top: 20px;
}

/** THIS IS FOR THE RIGHT HAND SIDE CLIENT PORTFOLIO TEXT **/

#clientbox h2 {
  	font-family: verdana, arial, helvetica, geneva, swiss, sunsans-regular, sans-serif;
  	font-size: 11px; 
  	color: #000000;
  	font-weight: normal;

}

/** THIS IS FOR THE RIGHT HAND SIDE CLIENT PORTFOLIO LINKS **/

#clientbox a {
  	font-family: verdana, arial, helvetica, geneva, swiss, sunsans-regular, sans-serif;
	color: #000040;
	text-decoration: none;
	font-size: 10px; 
}

#clientbox a:hover {
  	font-family: verdana, arial, helvetica, geneva, swiss, sunsans-regular, sans-serif;
	color: #000040;
	text-decoration: underline;
	font-size: 10px; 
}

/** THIS IS FOR THE FOOTER COPYRIGHT TEXT **/

#copyright {
  	font-family: verdana, arial, helvetica, geneva, swiss, sunsans-regular, sans-serif;
  	font-size: 10px; 
  	color: #ffffff;
  	margin-top: 6px;
	margin-bottom: 6px;
}

/** THIS IS FOR THE FOOTER COPYRIGHT LINKS **/

#copyright a {
  	color: #ffffff;
  	text-decoration: none;
}
#copyright a:hover {
  	color: #ffffff;
  	text-decoration: underline;
}

/** THIS IS FOR THE REST OF THE SITE (MISC.) **/

html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

a {
	color: #464544;
}
a:hover {
	color: #666666;
}

.clear {
	clear: both;
}

