/* CSS Document */

#container {
	padding: 0px;
	background: #000000;
	width: 740px;
	height: 530px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #929496;
	position: relative;
}

#header {
	position: absolute;
	height: 40px;
	width: 372px;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

#spacer {
	position: absolute;
	height: 20px;
	width: 368px;
	background: #FFFFFF;
	margin: 0px 0px 0px 372px;
	padding: 0px;
}

#home {
	position: absolute;
	height: 20px;
	width: 60px;
	background: #FFFFFF;
	margin: 20px 0px 0px;
	padding: 0px;
}

#galleries {
	position: absolute;
	height: 20px;
	width: 86px;
	background: #FFFFFF;
	padding: 0px;
	margin: 0px 0px 0px 60px;
}

#orders {
	position: absolute;
	height: 20px;
	width: 70px;
	background: #FFFFFF;
	padding: 0px;
	margin: 0px 0px 0px 86px;
}

#about {
	position: absolute;
	height: 20px;
	width: 63px;
	background: #FFFFFF;
	padding: 0px;
	margin: 0px 0px 0px 70px;
}

#contact {
	position: absolute;
	height: 20px;
	width: 89px;
	background: #FFFFFF;
	padding: 0px;
	margin: 0px 0px 0px 63px;
}

#footer h3 a:link, #footer h3 a:visited {color: #FFFFFF; text-decoration: none;}
#footer h3 a:hover, #footer h3 a:active {color: #2750bd; text-decoration: none;}