
body, html {
	background-color: #fff; 
}
#welcomeContainer {
	width: 720px;
	margin: 204px auto 0px auto; /*** Centers the design ***/
	padding-top: 9px;
	background: #fff;
	text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}
#welcomeContainer img {
	margin: 0px;
	padding: 0px;
}
img#logoImage {
	width: 135px;
	height: 135px;
	margin-right: 8px;
	margin-left: 8px;
}
img#mainImage {
	width: 564px;
	height: 135px;
}
img#spsText {
	width: 566px;
	height: 28px;
	margin-left: 151px;
	margin-top: 11px;
	clear: left;
}
img#welcomeText {
	width: 268px;
	height: 34px;
	margin-left: 390px;
	clear: left;
}
#new_zealand_seeds{
	border-top:1px solid #aebcd7;
	margin-top: 40px;
	font-size: 10px;
	color: #aebcd7;
	text-align:right;
	font-family: Times New Roman, Arial, Tahoma, Verdana, sans-serif;
	font-style: italic;
}
#new_zealand_seeds a{
	font-size: 10px;
	color: #aebcd7;
	text-decoration: none;
}
#new_zealand_seeds a:hover{
	text-decoration: underline;
}
/**************************
WELCOME MENU
**************************/
#welcomeContainer #topmenu {
	margin: 0px 0px 10px 9px; /*** Move the column so it takes the positon as a top menu ON THE WELCOME PAGE ***/
	width: 705px;
	padding: 5px 0px;
	background: #fff;
}
#welcomeContainer #topmenu li {
	padding: 0px 6px;
}
#welcomeContainer #topmenu li.first {
	padding: 0px 6px 0px 0px;
}
#welcomeContainer #topmenu li.last {
	padding: 0px 0px 0px 6px;
}
#welcomeContainer #topmenu  a {
	font-size: 12px;
	text-decoration: none;
	color: #aebcd7;
	font-weight: normal;
	font-family: "Century Gothic", Verdana, Arial, Tahoma, sans-serif;
}