p {	
          color: #3c3c3d;
}

#pagewrapper {
          padding: 10px 40px 0 40px;
          margin: 0 auto 0 auto;
          position: relative;
          width: 760px;
          background: #ffffff;
}

#header {
	  height: 153px;
	  width: 760px;
	  background-image: url(http://quirkykidsonline.com.au/Images/QK_header.jpg);
	  background-position:left;
	  background-repeat: no-repeat;
}

#navcontainer ul {
          padding-left: 0;
          margin-left: 0;
          background-color: #ea7f1b;
          color: #ffffff;
          float: left;
          width: 760px; 
          font-family: Arial;
          font-size: 1em;
}

#navcontainer ul li { 
          display: inline; 
}

#navcontainer ul li a {
          padding: 0.2em 1em;
          background-color: #ea7f1b;
          color: #ffffff;
          text-decoration: none;
          float: left;
          border-right: 0px solid #FFFFFF;
}

#navcontainer ul li a:hover {
          background-color: #ffffff;
          color: #dd3910;
}

#footercontainer {
          vertical-align: bottom;
}

#footercontainer ul {
          padding-left: 0;
          margin-left: 0;
          background-color: #ea7f1b;
          color: #ffffff;
          float: left;
          width: 760px;
          font-family: Arial;
          font-size: 0.8em;
}

#footercontainer ul li { 
          display: inline; 
}

#footercontainer ul li a {
          padding: 0.2em 1em;
          background-color: #ea7f1b;
          color: #ffffff;
          text-decoration: none;
          float: left;
          border-right: 0px solid #FFFFFF;
}

#footercontainer ul li a:hover {
          background-color: #ffffff;
          color: #dd3910;
}


	

.cleardiv {
		clear: both;
}



#content {
	float: left;
width: 470px;
	vertical-align: top;
	padding: 5px;
}

#contentboxright {
	float: left;
width: 270px;
	vertical-align: top;
	padding: 5px;
}

#content2 {
	float: left;
width: 760px;
	vertical-align: top;
	padding: 0;
}

#leftbox {
	float: left;
	width: 370px;
	vertical-align: top;
	padding: 5px;
}

#rightbox {
	float: left;
	width: 370px;
	vertical-align: top;
	padding: 5px;
}

#footerwrapper {
		width: 760px;
		height: 50px;
		float: left;
	
}

#footermenu {
		display: inline;
		float: left;
		width: 760px;	

}

#footerwrapper ul li {
display: block;
	float: left;
	border-right: 1px solid #3c3c3d;
		font-size: 85%;
}

ul#footermenu li {
	display: block;
	float: left;
	margin: 0 12px 0 0;
	padding: 0 12px 0 0;
		font-size: 70%;
}

#footerwrapper li a, #footermenu li a:visited {
	display: block;
	float: left;
	color: #3c3c3d;
	text-decoration: none;
font-size: 70%;
}

#footerwrapper li a:hover, #footerwrapper li a:active {
	display: block;
	float: left;
	color: #7a117d;
	text-decoration: none;
font-size: 70%;
}

