body {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
a {
	color: #829C99;
	text-decoration: none;
}
a:hover {
	color: #000000;
}

#wrapper {
	position: absolute;
	width: 770px;
	margin: 0;
	margin-left: -385px;
	padding: 0;
	display: block;
	left: 50%;
}

#flash {
	position: absolute;
	top: 130px;
	width: 760px;
	height: 210px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	z-index: 100;
}

#main {
	width: 100%;
	margin: 0;
	padding: 0px;
	background-color: #FFFFFF;
}


/*** LOGO ***/
#logo {
	position: absolute;
	left: 8px;
	top: 25px;
}
#logo img {
	width: 341px;
	height: 54px;
}
#logo a img {
	border: 0px;
}



/*** SEARCH ***/
#search {
	position: absolute;
	left: 530px;
	top: 10px;
	width: 230px;
	color: #62778A;

	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 12px;
}
#search .field {
	width: 150px;
	height: 15px;
	
	background-image: url(../images/search_back.gif);
	background-color: #FFFFFF;
	border: 1px solid #403752;
	padding: 3px;
	
	color: #62778A;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 12px;
	vertical-align: middle;
}
.button {
	width: 25px;
	height: 23px;
	background-image: url(images/go_default.gif);
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

/*** SEARCH2 ***/
#search2 {
	width: 230px;
	color: #62778A;

	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 12px;
}
#search2 .field {
	width: 150px;
	height: 15px;
	
	background-image: url(../images/search_back.gif);
	background-color: #FFFFFF;
	border: 1px solid #403752;
	padding: 3px;
	
	color: #62778A;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 12px;
	vertical-align: middle;
}


/*** MENU POSITION ***/
#menu {
	position: absolute;
	top: 96px;
	left: 10px;
	right: 10px;
	z-index: 1000;
}


/*** MAIN CONTENT ***/
#mainContent {
	position: absolute;
	top: 350px;
	left: 93px;
	
	width: 280px;
	
	padding-left: 10px;
	padding-right: 10px;
	
	padding-bottom: 50px;
}



/*** IMAGE LIST ***/
#imageList {
	position: absolute;
	top: 350px;
	left: 540px;
	
	width: 200px;
}
#imageList img {
	border: 0px solid #FFFFFF;
	margin: 0px;
}


/*** LOGOS ***/
#logos {
	position: absolute;
	top: 650px;
	left: 0px;
	
	width: 200px;

	border: 0px solid #FFFFFF;
	margin: 0px;
}


/*** FOOTER ***/
#footer {
	position: absolute;
	top: 750px;
	left: 160px;
	text-align: right;
	font-size: 10px;
	color: #829C99;
	
	width: 600px;
}