/*
	Title:		HotRock
	Author:		Owen Grant
	Website:	http://www.thehotrock.org.au
*/


/* Layout Stylesheet */ 

body {
 margin:0px;
 text-align:left;
 padding:0;
 }

#container
{
   min-height:100%;
   width:100%;
   position:relative;
   background:url(/images/background_tile.png) top left repeat-x;
}

#outer {
 text-align:left;
 border:0px solid #000000;
 width:950px;
 margin:0 auto;
 background:#ffffff;
 }

#header {
 height:240px;
 background:#eeeeee;
 color: #333333;
 }

#header div.leftcol
    {
	width:225px;
	height:240px;
	float:left;
        margin:0;
	/*background-color:#f26432;*/
    }

#header div.rightcol
    {
	height:240px;
	margin:0;
	background-color:#ffffff;
	text-align:center;
    }

#bar {
 height:50px;
 background:#c0c0c0;
 color: #333333;
 border:solid #000000;	
 border-width:0px 0 0px 0;
 background:#ffffff url(/images/topbanner_menubar.jpg) top left no-repeat;
 clear:both;
 }

#menu {
 float:right;
 padding-right:60px;
 }

#body {
 position:relative;
 background: #ffffff;
 color: #333333;
 width:950px;
 padding:0;
 background:#ffffff url(/images/left_bar_orangestrip.gif) top left repeat-y;
 min-height:100%;
 }

#l-col {
 float:left;
 /*background:#dcdcdc;*/
 color: #333333;
 width:225px;
 }

#cont {
 width:704px;
 background:#ffffff;
 color: #333333;
 border:solid #000000;	
 border-width:0 0 0 0px;
 text-align:left;
 padding: 10px;
 min-height:100%;
 }

#footer {
 clear: left;
 width: 100%;
 height:50px;
 background:#ffffff;
 color: #333333;
 border:solid black;
 border-width:0px 0 0 0;
 margin:0;
 }

#footer div.leftcol
    {
	width:225px;
	height:55px;
	float:left;
        margin:0;
	/*background-color:#f26432;*/
	background:url(/images/left_bar_footer_bg.gif) repeat-y;
    }

#footer div.rightcol
    {
	height:55px;
	margin:0;
	background-color:#ffffff;
	text-align:center;
    }


/*
================================
COMMON STYLES 
================================
*/

.left {float:left;}
.right {float:right}
.hide {display:none;}
.pointer {cursor:pointer;}
.clearBoth {clear:both;}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */


a:active, a:focus
{
    outline: none;
}






























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
