body
{
background: #cecece url('/images/bg.jpg') repeat-x top left;
font-family: arial;
font-size: 10pt;
}

td
{
font-size: 10pt;
}

h1
{
font-size: 16pt;
margin: 0;
}

h2
{
font-size: 12pt;
margin: 0;
}

h3
{
font-size: 11pt;
margin: 0;
}

ol
{
margin-bottom: 0;
}

form
{
	margin: 0;
}

img
{
border: 0;
}

.gallery
{
	padding: 15px;
	margin-bottom: 10px;
	background-color: #f4f4f4;
}

.nav
{
	padding: 14px;
	font-size: 10pt;
}

.nav a
{
	text-decoration: none;
}

.reviewBox
{
	border: solid 1px #ccc;
	padding: 7px; 
	font-size: 0.9em;

	color: #666;

	background-image: url('http://www.raveaboutit.com.au/images/box-bg.jpg');
	background-repeat: repeat-x;
}


.tab
{
	float: left;
	border: solid 1px #fff;
	border-bottom: none;
	padding: 7px;
	height: 20px; 
	font-size: 12pt;
	text-align: center; 
	background-color: #fff;
}

.tabActive
{
	float: left;
	border: solid 1px #ccc;
	border-bottom: none;
	padding: 7px;
	height: 20px; 
	font-size: 12pt;
	text-align: center; 
	background-color: #efefef;
}


.tab a
{
	color: #666;
	text-decoration: none;
}