/* Created by Trevor Springate - www.countrybiz.com.au */ 

/* ################ DIVS ###################################*/
html{ 
  height:100%;
  margin:0;
  padding:0;
} 
 
body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  color: #000;
  background: transparent url(../images/bk.png) repeat; 
}


#wrap {
/*background: transparent url(../images/bk6.png) repeat;*/
 width: 780px;
 border: dotted 0px;
}

  /* Container file has mainbody and right-col enclosed and header */
#container{
  margin-top: 0px;
  width: 780px;

  /* margin-left: auto; this keeps page to center*/
  /*   margin-right: auto; this keeps page to center*/
  position:absolute;
  left: 50%;     /*   sets ver centre  */
  /*    top: 50%;sets ver centre  */
  /*    margin-top: -275px; sets ver centre - half of the height */
  margin-left: -380px;   /* sets ver centre -  half of the width */
}

#border{
  border: dashed 0px #000000;
  width: 780px;
}

#header{
  border: dotted 0px #ffffff;
  background-color: #;
background: transparent url(../images/top.png) no-repeat;
  width: 780px;
  height: 178px;
  left:0px;
  top:0px;
}

#flash{
  border: dotted 0px #ffffff;
  position:relative;
 display: block;
  float: right;
  width: 534px;
  height: 178px;
padding-right: 54px;




}


#menu{
  border: dotted 0px;
  width: 780px;
  height: 30px;
  background: url(../images/menubk.png) repeat-y;


} 
#menu_inner{
  border: dotted 0px;
  width: 700px;
  height: 30px;
margin-left: 70px;


} 

#content{
  border: dotted 0px;
  width: 780px;
  background: url(../images/bodybk.png) repeat-y;
  background-color: #;
 
}





#mainbody{
  border: dashed 0px #000000;
  overflow:;
	background-color: #;
	margin-left: 80px;
	margin-top: 0px;
	padding-bottom: 2em;
  padding-top: 1.0em;
	padding-right: 0em;
	padding-left: 0px;
	height: 100%; 
	text-align:left;
	width: 620px;
	min-height: 550px;
}

 #footer
{
  border: dotted 0px;
  text-align:center;
  clear: both;
  background: #074598;
  background: url(../images/bottombk.png) no-repeat;
  height: 92px;
  width: 780x;
  margin-left: 0px;
}





#cbiz 
{
  border: dotted 0px;
  background: url(../images/cbiz-powered.png) no-repeat;
	background-position: center; 
cursor: hand;
  margin-top: 10px;
  margin-bottom: 10px;  
  margin-left: auto;
  margin-right: auto; 
  background-color: #0f2a48;
	width: 80px;
	height: 15px;
}



