/* 
  ------------------------------------------------
  Kanga Karate http://www.kangakarate.com.au
  ------------------------------------------------
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #666;
	margin: 0;
	padding: 0;
} 

#wrapper {
	width: 770px;
	margin: 0 auto;
}

#banner {
	background-image:url(../images/banner.jpg);
	margin: 0;
}

#bgWrapper {
	background-image: url(../images/bgBackground.gif);
	background-repeat: repeat-y;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

#center {
	width: 450px;
	float: left;
	background-image: url(../images/interpolation.jpg);
}

#left {
	width: 160px;
	float: left;
}

#right {
	width: 160px;
	float: right;
	margin: 0;
	padding: 0;
}

#center .content {
	padding: 24px 27px;
	font-size: 0.8em;
	line-height: 1.65em;
}

#left .content {
	padding: 24px 16px;
	font-size: 0.75em;
	line-height: 1.5em;
}

#right .content {
	padding: 24px 2px 5px 25px;
	font-size: 0.75em;
	line-height: 2.25em;
}

#picRight .img  {	
	border: 1px solid #ff0000;
	padding: 3px 3px 3px 3px;
	margin: 10px 8px 5px 14px;		
}

/************* #Strapline styles ***************/

#strapline {
	color: #999;
	background-color: #000;
	padding: 0px;
	margin: 0;
}

#strapline .content { 
	padding: 12px;
	font-size: .8em;
	letter-spacing: .25em;
}

/************* #Advert styles ***************/

#advert{
	color: #fff;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
	text-align: center;
}

#advert a {
	color: #fff;
	text-decoration: underline;
}

#advert a:hover, #advert a:active, #advert a:focus {
	color: #fff;
	text-decoration: underline;
}

#advert .img  {	
	border: 1px solid #ff0000;
	padding: 3px 3px 3px 3px;
	margin: 5px 1px 5px 1px;		
}

/************* #Menu styles ***************/

.menu {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
	font-size: 1.3em;
}

#left a:link {
	color: #fff;
}

#left a:visited {
	color: #fff;
}

#left a:hover {
	color: #000;
}

#center a:link {
	color: #9b7c00;
}

#center a:visited {
	color: #333;
}

#center a:hover {
	color: #000;
}

#right a:link {
	color: #000;
}

#right a:visited {
	color: #333;
}

#right a:hover {
	color: #000;
}

#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000;
	border-left: 6px solid #ffd940;
	padding: 0 0 0 6px;
}

#wrapper .menulist a:hover {
	border-color: #000;
}

/************* #Ticklist styles ***************/

ul{
	list-style-type: circle;
	margin: 10px 0 5px 10px;	
}

ul.ticklist {
  list-style-image: url(../images/tick.gif);
  margin: 15px 12px 5px 0;
  padding: 15px;
}

/************* #End of ticklist styles ***************/

h1 {
	font-size: 1.4em;
	margin: 0;
}

h2 {
	font-size: 1.2em;
	margin: 20px 0 0 0;
}

h3 {
	font-size: 1.20em;
	margin: 20px 0 0 0;
}

h4 {
	font-size: 1.5em;
	margin: 20px 0 0 0;
}

.margintop {margin-top: 0;}

.content p {
	margin: 8px 0;
}

/************* #Footer styles ***************/

#footer {
	color: #ff0000;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
	background-color: #000;
	text-align: center;
}

#footer .content {
	padding: 12px 16px;
}

#footer a {
	color: #ff0000;
	text-decoration: underline;
}

#footer a:hover, #footer a:active, #footer a:focus {
	color: #fff;
	text-decoration: underline;
}

#footer .img  {	
	float: right;
	padding: 0 0 0 3px;
	margin: 0 0 0 5px;		
}
