@charset "utf-8";
/* CSS Document */

body {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	color: #FFF;
	background-color: #930;
}
.table_backing {
	background-image: url(images/contact-us_06.jpg);
	background-repeat: repeat;
	border: 1px solid #CCC;
}
.content_info {
	margin-left: 10px;
}

.home_rightside {
	background-image: url(images/aussie_outback_dunnies_06.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.dunnies_right {
	background-image: url(images/outback_dunnies_02.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.dunnies_content {
	width: 95%;
	margin-top: 20px;
	margin-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
}
.buttons {
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
a:link {
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	color: #FFF;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}
.nav_bar {
	color: #930;
	background-image: url(images/menu_backing.jpg);
	background-repeat: no-repeat;
	height: 61px;
	width: 429px;
	text-align: center;
	padding-top: 10px;
	line-height: 25px;
}
a.menu:link {
	font-size: 11px;
	font-weight: bold;
	color: #930;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}
a.menu:visited {
	font-size: 11px;
	font-weight: bold;
	color: #930;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}
a.menu:hover {
	font-size: 11px;
	font-weight: bold;
	color: #930;
	text-decoration: underline;
	margin-right: 10px;
	margin-left: 10px;
}
a.menu:active {
	font-size: 11px;
	font-weight: bold;
	color: #930;
	text-decoration: underline;
	margin-right: 10px;
	margin-left: 10px;
}
.image_centre {
	text-align: center;
	margin-top: 20px;
}
.image_right {
	float: right;
	width: 175px;
	margin-left: 10px;
}
