/* CSS Document */

html {
	scrollbar-base-color:#cecaab;
	scrollbar-arrow-color:#FFFFFF;
} 

body {
	margin: 0px;
	background-image: url(../images/bg_tile.jpg);
	background-repeat: repeat;
}
body, p, td {
	font-size: 11px;
	color: #275313;
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
}

h1 {
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	color: #275313;
	font-size: 16px;
	padding-left: 20px;
}

h2 {
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	color: #8d8850;
	font-size: 14px;
}

a:link, a:active, a:visited {
	color: #757042;
	text-decoration: underline;
}
a:hover {
	color: #000000;
}

table#container {
	width: 900px;
}

#header {
	width: 900px;
	/*height: 106px;*/
	background-image: url(../images/aus-design_logo.jpg);
	background-repeat: no-repeat;
}
#header td {
	padding: 0px 0px 0px 0px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
#header a:link, #header a:active, #header a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#header a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* MID SECTION */
table.mid {
	width: 900px;
	height: 274px;
	background-color: #dad6b4;
}
table.mid td {
	vertical-align: top;
}

/* 1st Column - Menu */
.menu {
	width: 218px;
	background-image: url(../images/menu_bg_img.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	vertical-align: top;
}
.menu table {
	width: 218px;
}
.menu td {
	background-image: url(../images/menu_opt_line.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 4px 5px 7px 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.menu a:link, .menu a:active, .menu a:visited {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	padding-left: 25px;
}
.menu a:hover {
	padding-left: 25px;
	background-image: url(../images/menu_opt_bullet.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

/* 2nd Column - Content (main) */
.contentmain {
	width: 302px;
	vertical-align: top;
	padding: 0px 30px 0px 20px;
}

.contentlarge {
	vertical-align: top;
	padding: 0px 30px 0px 20px;
}

.contentmain img {
	border: 1px solid #4c5819;
}

/* 3rd Column - Right Panel */
.panelright {
	width: 260px;
	vertical-align: top;
	color: #4b4b4b;
	padding: 0px 45px 0px 25px;
	border-left: 1px solid #a7a265;
}
.panelright img {
	border: 1px solid #4c5819;
}

.panelright td {
	padding: 3px;
}

/* Footer */
#footer {
	text-align: right;
	margin-top: 20px;
	padding-right: 20px;
	color: #475313;
}
#footer a {
	text-decoration: none;
	color: #475313;
}
#footer a:hover {
	color: #000000;
}

.contactform {
}
.contactform td {
	border-bottom: 1px solid #c5c2a8;
}

input, textarea {
	border: 1px solid #c5c2a8;
	background-color: #f4f1d9;
	width: 300px;
}

.formbutton {
	background-color: #1b5522;
	border: 1px solid #c5c2a8;
	padding: 2px 3px 2px 3px;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	width: auto;
}

.photogallery a {
	text-decoration: none;
}