
body {
	background-color:  #FFFFAA;
	font-family: 'Arial',sans-serif;
}

div#preload { 
	display: none; 
}

h1 {
    position: absolute;
	width: 630px;
	top: 80px;
	text-align: center;
	font-size: x-large;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}

h3 {
	font-size: medium;
	font-weight: bold;
	color:#000000;
}

fieldset {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
}

#header {
	position: absolute;
	width: 630px;
	height: 79px;
}

#hlinks .hlink {
	padding-right: 26px;
}

#hlinks {
	position: absolute;
	left: 290px;
	top: 35px;
}

#bigLogo {
	position: absolute;
	left: 644px;
	top: 10px;
	width: 325px;
	height: 742px;
}

#bodyText {
	position: absolute;
	top: 120px;
	width: 630px;
	height: 550px;
	font-size: small;
	color: #000000;
}

#footer {
	position: absolute;
	top: 730px;
	width: 630px;
	height: 15px;
	font-size: xx-small;
	color: #000000;
	text-align: center;
}

.centre {
	text-align: center;
}

#main {
	position: absolute; 
	width: 630px;
	top: 190px;
}

#gallery { 
	list-style: none; 
	width: 790px;
	display: block;
}

#gallery li {
	float: left;
	width: 68px;
	margin-right: 14px;  
	cursor: pointer;
	cursor: hand;
}

#gallery li.label {
	margin-bottom: 14px; 
	font-size: small;
	font-weight: bold;
	text-align: center;
}

#large {
	position: absolute; 
	top: 40px; 
	left: 844px;
	width: 325px;
	height: 742px;
}

#pageNavigation {
	position: absolute;
	top: 170px;
	left: 470px;
	text-align: left;
	font-size: medium;
}

#pageNavigationLower{
	position: absolute;
	top: 600px;
	left: 470px;
	text-align: left;
	font-size: medium;
}

.bold {
	font-weight: bold;
}

#contact  { /* the form*/
	position: relative;  /* relative positioning */
	padding-left: 1em;
	padding-top: 1em;
	padding-bottom: 2em;
}

#contact input, #contact select {
	position: absolute;
	left: 140px;
}

#contact textarea {
	position: absolute;
	height: 150px;
	width: 300px;
	left: 140px;
	padding: 0 0 0 0px;
	margin: 0 0 0 0px;
}

input#mandarin  {
	position: absolute;
	left: 420px;
}

input#marketing  {
	position: absolute;
	left: 420px;
}

div#submit  {
	position: absolute;
	left: 170px;
}

#contact div.ta {  
	height: 150px;
}

div.labelChkBox {
	width: 380px;
}

label.error {
	position: absolute;
	font-size: xx-small; 
	color: #ff0000;
	left: 400px;
	border: 1px red solid;
}

#contact label { /* no margin on labels*/
	margin: 0;
}
	
#contact div {  /*spacing*/
	margin-bottom: 1em;
}

#contactDetails {
	position: absolute;
	font-size: medium;
	top: 300px;
	left: 644px;
	width: 325px;
	text-align: center;
}
