/*
Design by Steve Cosh, Edmore Pty Ltd
*/


body {
    text-align: center;
    background-color: #fff;
	color: #5A5A5A;
    font-size: 13px;
    font-family:  "Trebuchet MS", Tahoma, sans-serif;
}
p {
     font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 13px;

}


h1, h2, h3 {

	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-weight: normal;
	color: #999999;
}

/* Wrapper */

#wrapper {
    margin: 0 auto;
    text-align: left;
	width: 1000px;
    height: 700px;
}


blockquote {
    font: "Trebuchet MS", Tahoma, sans-serif;
	margin-left: 1.2em;
	margin-right: 1.2em;
	padding: 0 1em;
	background: #EEEEEE;
	border-left: 1px dotted #CCCCCC;
}

a {	color: #E0691A;	background: inherit;}
a:hover { color: #6C757A; background: inherit; }

 /* left content*/
#sidebarleft {

 
    padding-top:10px;
	float: left;
	width: 400px;

}

#header {
   margin: 0 auto;
  width: 1000px;

}



#image {
    padding-top: 0px;
    text-align: center;
	background: #ffffff;

}

  /* Main menu */

#menu {
  text-align: center;
     padding-top: 10px;
     float: left;
     width:200px;

}

#imagelogo {
      margin: 0 auto;
    width: 190px;
	text-align: center;
	background: #ffffff;

}
 /* Right content */
#sidebarright {

	float: right;
	width: 380px;
  margin-top: 10px;

}



/* Footer */

#footer {
  /*border: 1px dotted #666 ;*/
    margin: 0 auto;
	width: 1000px;
	padding: 1em 0;

}
