body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/back.jpg);
}
#container {
	width: 804px;
	margin-right: auto;
	margin-left: auto;
}
#container #nav {
	background-color: #FFFFFF;
}
#container #main {
	background-color: #f02872;
	color: #FFFFFF;
}
#container #main #content {
	margin-top: 0px;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}


/* Enquiry */
form{
	padding-left:5%;
}
form p{
	font-weight: bold;
}
form label, form .label{
	float: left;
	width: 220px;
	text-align:right;
	margin:0 10px 0 0;
}
form input, form textarea, form select{
	margin-bottom: 5px;
	border:2px solid #ccc;
}
form input[type="checkbox"], form input[type="radio"]{
	border:0; /* IE only bug */
}
form textarea{
}
form .short{
	width:80px;
}
form .long{
	width:180px;
}
form input[type="radio"], form input[type="checkbox"]{
	width:1em;
}
form #Submit{
	margin-left: 230px;
	margin-top: 5px;
}
.red{
	color:#333;
}
/* Browser specific (not valid) styles to make preformatted text wrap */		
pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
/* Enquiry End */
