body  {
	background: #CCCCCC url('../images/bg.jpg') no-repeat top right;
	font-family: Georgia, Georgia, serif;
	font-size: 15px;
}

#page,
#footer {
    width: 800px;
    margin: 0px auto 0px auto;
}

#banner {
	height: 170px;
}

#banner img {
	vertical-align: top;
}

#popup {
    margin: 0px auto 0 auto;
    background: #FFFFFF;
}

	.popup_title {
		padding-left: 50px;
	}

#reg {
	float: right;
	clear: both;
}

.colour1 {
	color: #000099;
}

.colour2 {
	color: #990000;
}

.italics {
	font-style: italic;
}

a:link,
a:active,
a:visited {
	color: #000099;
}

a:hover {
	color: #990000;
}

a.image:link,
a.image:hover,
a.image:active,
a.image:visited {
	color: #FFFFFF;
}

img {
	border: 0px;
}

#footer {
	color: #000099;
	padding-top: 20px;
}
 
#footer td.center {
	width: 300px;
}

#footer td.left,
#footer td.right {
	width: 250px;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

h1 {
	text-align: center;
	font-size: 30px;
}

h2 {
	text-align: left;
	font-size: 20px;
}

#ask_pad table {
	margin: 0px auto;
}

.form_label {
	width: 150px;
}

.form_field {
	width: 270px;
}

.form_error {
	width: 250px;
}

.form_single {
	height: 30px;
}