/*
	Author: Mathew Byrne <mathew@jbinteractive.com.au>
	Copyright (c) JB Interactive Pty. Ltd
	All Rights Reserved
*/

body {
	background-color: #c5c5c5;
}

#container {
	margin: 0 auto;
	width: 875px;
	border-left: 2px solid #3e3e3e;
	border-right: 2px solid #3e3e3e;
	border-bottom: 2px solid #3e3e3e;
	background-color: #fff;
	background: url(/images/bg-contact.gif) repeat-y right #fff;
}

#header {
	background: url(/images/bg-header.jpg) no-repeat;
	height: 235px;
}

#header h1 {
	text-indent: -999px;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 152%;
	font-weight: bold;
	margin: 10px 0;
}

h3 {
	font-weight: bold;
	margin: 10px 0;
}

strong {
	font-weight: bold; 
}

#main {
	border-top: 2px solid #3e3e3e;
}

#contact {
	float: right;
	width: 322px;
}

#contact p, #contact h2, form {
	margin-left: 30px;
}

label {
	border-style: 2px solid #ec3b0e;
	display: block;
	font-weight: bold;
	margin: 5px 0;
}

.text {
	display: block;
	width: 200px;
}

#content {
	margin-right: 322px;
	padding: 20px;
}

p {
	margin: 10px 0;
}

ul {
	list-style: disc;
	margin-left: 40px;
}

li {
	margin: 5px 0;
}

#footer {
	border-top: 2px solid #13418f;
	border-bottom: 1px solid #13418f;
	clear: right;
	background: url(/images/bg-footer.gif) no-repeat;
	height: 80px;
}

