@import url('layout.std.css');
html {
	background-image : url('../img/layout/html.mainBkg.png');
}

h1 img {
	left : 90px !important;
}

#TopBar {
	height : 427px;
}

#TopBarImage {
	top : 163px;
}

#AuxLinks {
	float : right;
	width : 321px;
	margin-left : 20px;
}

#AuxLinks a {
	display : block;
	float : left;
	clear : left;
	margin : 10px 0px;
}

#AuxLinks a img {
	border : none;
}

.contactForm {
	display : block;
	width : 600px;
	float : left;
}

.contactForm div {
	margin : 5px 1%;
	width : 48%;
	float : left;
}

.contactForm div.long {
	width : 98%;
}

.contactForm div:first-child {
	display : none;
}

.contactForm div label {
	display : block;
}

.contactForm div label.half {
	width : 50%;
	float : left;
}

.contactForm div label.checkbox {
	float : left;
}

.contactForm div input,
.contactForm div textarea,
.contactForm div select {
	width : 100%;
}

.contactForm div input.noFormat,
.contactForm div input.button {
	width : auto !important;
}

span.req {
	color : #CC0000;
}