body {
	font-family: tahoma;
	background-image: url(../images/bg.png);
}

div.mainContainer {
	position: relative;
	width: 756px;
	height: 5px;
	margin: 0 auto;
}

div.headerContainer {
	position: relative;
	width: 756px;
	height: 159px;
}

div.logo {
	position: relative;
	width: 277px;
	height: 159px;
	float: left;
}
div.name {
	position: relative;
	width: 479px;
	height: 159px;
	float: right;
}

div.name img {
	position: absolute;
	bottom: 5px;
	right: 0;
}

div.contentContainer {
	position: relative;
	width: 756px;
	margin: 5px 0 0 0;
}

div.menu {
	position: relative;
	width: 184px;
	height: 121px;
	background-image: url(../images/menu-bg.png);
	float: left;
	z-index: 2;
}

ul.navigation {
	position: relative;
	width: 172px;
	margin: 7px 0 0 5px;
	padding: 0;
}

ul.navigation li {
	width: 172px;
	list-style-type: none;
	margin: 0 0 7px 0;
	padding: 0;
}

a.yellowLink {
	display: block;
	width: 172px;
	height: 16px;
	font-family: tahoma, arial;
	font-size: 11px;
	font-weight: bold;
	color: #ff0;
	text-decoration: none;
	text-indent: 19px;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
}

a.yellowLink:hover {
	font-style: italic;
}

div.textfieldContainer {
	position: absolute;
	top: 2px;
	right: 0;
	width: 612px;
	background-color: #e5f5e5;
	z-index: 1;
}

div.firstHeader {
	position: relative;
	width: 612px;
	height: 80px;
	background-image: url(../images/firstheader-bg.png);
}

div.firstHeader h1 {
	font-size: 20px;
	margin: 0;
	padding: 20px 0 0 48px;
	color: #000;
}

div.textFieldBG {
	position: relative;
	width: 484px;
	padding: 0 80px 48px 48px;
	background-image: url(../images/textfield-bg.png);
	font-family: tahoma, arial;
	font-size: 12px;
}

div.textField {
	position: relative;
	width: 484px;
	font-family: tahoma, arial;
	font-size: 12px;
}

div.textField p {
	margin: 0;
	padding: 0 0 10px 0;
}

div.textField a {
	color: #f33;
	font-size: 12px;
}

div.textField img {
	border: 1px solid #999;
}