body, h1, h2, h3, h4, h5, p, div  {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	text-align: center;
	background-color: #DDDDDD;
}

h1 {
	color: #CB1010;
	font-size: 1.6em;
	font-weight: normal;
	margin: 0 0 20px 0;
}

h2 {
	color: #CB1010;
	font-size: 1.1em;
	font-weight: bold;
	margin: 18px 0 0 0;
}

p {
	margin: 0 0 10px 0;
}

a {
	color: #CB1010;
	text-decoration: none;
}

a:hover {
	color: #CB1010;
	text-decoration: underline;
}

#outercontainer {
	margin: 0 auto;
	width: 750px;
	background-image: url(../images/drop_shadow.jpg);
	background-repeat: repeat-y;
}

#innercontainer {
	margin: 0 auto;
	width: 698px;
	min-height: 750px;
}

#bottom_shadow {
	clear: left;
	width: 750px;
	height: 27px;
	background-image: url(../images/drop_shadow_bottom.jpg);
}

#taxfreeaustralia {
	width: 698px;
	height: 143px;
	background-image: url(../images/header.gif);
}

#taxfreeaustralia span {
	display: none;
}

#content {
	margin: 15px auto;
	padding: 0 0 15px 0;
	width: 606px;
	text-align: left;
}

#menu_list {
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	width: 698px;
	height: 58px;
	background-image: url(../images/menu.gif);
}

#menu_list li {
	float: left;
}

#menu_list li span {
	position: relative;
	left: -99999px;
}

#menu_list li a, #menu_list li a:hover {
	text-decoration: none; /* Prevent Firefox from display an underline */
}

#menu_home, #menu_taxed, #menu_contact, #menu_services, #menu_touch {
	height: 46px;
	cursor: pointer;
	display: block;
	float: left;
	left: 35px;
	position: relative;
}

#menu_home {
	width: 83px;
}

#menu_taxed {
	width: 144px;
}

#menu_contact {
	width: 147px;
}

#menu_services {
	width: 118px;
}

#menu_touch {
	width: 114px;
}

body#home #menu_home, #menu_home:hover {
	background-image: url(../images/menu.gif);
	background-position: -35px -58px;
}

body#taxed #menu_taxed, #menu_taxed:hover {
	background-image: url(../images/menu.gif);
	background-position: -118px -58px;
}

body#contact #menu_contact, #menu_contact:hover {
	background-image: url(../images/menu.gif);
	background-position: -262px -58px;
}

body#services #menu_services, #menu_services:hover {
	background-image: url(../images/menu.gif);
	background-position: -409px -58px;
}

body#touch #menu_touch, #menu_touch:hover {
	background-image: url(../images/menu.gif);
	background-position: -527px -58px;
}

#footer_container {
	float: left;
}

#footer_list {
	float: left;
	margin: 0 0 0 19px;
	padding: 8px 0 0 28px;
	list-style: none;
	display: inline;
	width: 632px;
	height: 50px;
	background-color: #DFDFDF;
	border-top: solid;
	border-color: #646464;
	border-width: 1px;
	font-size: 0.9em;
}

#footer_list li {
	float: left;
}

#footer_list a {
	color: #646464;
	text-decoration: none;
}

#footer_home, #footer_taxed, #footer_contact, #footer_services {
	cursor: pointer;
	display: block;
	float: left;
	padding: 0 14px 0 0;
	border-right: solid;
	border-width: 1px;
}

#footer_taxed, #footer_contact, #footer_services, #footer_touch {
	margin: 0 0 0 14px;
	display: inline;
}

.content_list {
	list-style-image: url(../images/bullet.gif);
}

.content_list li {
	margin: 10px 0;
}