body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;

}
body {
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-color: #000000;
	background-attachment: fixed;
}
img { behavior: url(iepngfix.htc); }
.header {
	background-image: url(images/header_bg.png);
	height: 420px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom:0px;
	background-repeat: no-repeat;
}
/* hack for IE to render the png with transparency MUST use full url to image - NOT relative */
* html .header {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.dbdrag.co.nz/images/contentbg.png", sizingMethod="crop");
 } 

.footer {
	color: #666666;
	background-image: url(images/footer_bg.png);
	height: 50px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 50px;
	padding-left: 50px;
	background-repeat: no-repeat;
	padding-top: 250px;
}
/* hack for IE to render the png with transparency MUST use full url to image - NOT relative */
* html .footer {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.dbdrag.co.nz/images/footer_bg.png", sizingMethod="crop");
 } 

.content_holder {
	background-image: url(images/content_bg.png);
	width: 600px;
	padding-right: 50px;
	padding-left: 50px;
	margin-right: auto;
	margin-left: auto;
	border:0px;
			/*fixed FF no colapsing margins */
	padding-top:1px;
	padding-bottom:1px;
	position:relative;

}
* html .content_holder {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.dbdrag.co.nz/images/content_bg.png", sizingMethod="crop");
 } 

.content {
	float: right;
	height: auto;
	width: 450px;
}

/* MENU - categories menu on left side */
#menu{
	position:relative;
	float:left;
	width:145px;
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
* html #menu{position:static;}
#menu dl{border-top:1px solid #FFCC00;	
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 60px;
	margin-left: 0;
padding:0;}
#menu dt{margin:0;padding:0;border-bottom:1px solid #FFCC00;}
#menu dd{border-bottom:1px solid #c3c3c3;margin-left:10px;padding:0;}
#menu dt a, #menu dd a{display:block;padding:5px 10px 5px 20px;text-decoration:none;font-size:14px;font-weight:bold;background:url(images/menu_sub_image.gif) 5px 50% no-repeat;}
#menu dd a{font-weight:normal;background:url(images/menu_sub_image.gif) 5px 50% no-repeat;}
#menu dt a:hover, #menu dd a:hover{background-color:#FFCC00;color:#000000;}


li {
	list-style-type: none;
}

h1{font-size:1.4em; color:#FFCC00;}
h2{font-size:1.3em; color:#FFCC00;}
h3{font-size:1.2em; color:#FFCC00;}
h4{font-size:1.1em; color:#fff;}

a, a:link a:active, a:visited {
	color: #FFFFFF;
}
.footer{
	font-size:11px;
}
.footer a{color: #666666;}

