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

#wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
}

#main {
	width: 100%;
	height: 900px;
	margin: 0;
	padding: 0;
	background-image: url(../backgrounds/fine_art.jpg);
}


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




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

	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: #000000;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 12px;
	vertical-align: middle;
}
.button {
	width: 25px;
	height: 22px;
	background-image: url(images/go_fine_arts.gif);
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}




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


/*** MAIN CONTENT ***/
#mainContent {
	position: absolute;
	top: 230px;
	left: 10px;
	
	width: 250px;
	
	padding-left: 10px;
	padding-right: 10px;
}



/*** IMAGE LIST ***/
#imageList {
	position: absolute;
	top: 230px;
	left: 290px;
	
	width: 170px;
}
#imageList img {

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


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