@charset "UTF-8";
/* CSS Document */

body {
	background: #FFF;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
}
#wrapper {
	background: #FFF;
	margin: 20px auto 10px;
	height: 800px;
	width: 800px;
}
div, h1, h2, h3, h4, h5, h6, p, pre, address, blockquote, span, ul, ol, li, dl, dd, dt, img {
	margin: 0px;
	padding: 0px;
}
#bannerBox {
	background: url(../images/_NavButtons/AustinLogo.jpg) no-repeat left top;
	height: 175px;
	width: 800px;
}
#bannerNavBox {
	float: right;
	height: 44px;
	width: 575px;
	margin-top: 129px;
}
#mainBox {
	height: 950px;
	width: 800px;
}
#mainBox p {
	margin-top: 1em;
	margin-bottom: 1em;
}
#mainBoxLeft {
	height: 990px;
	width: 364px;
	float: left;
}
#mainBoxRight {
	float: right;
	height: 990px;
	width: 425px;
}
#chinaInfo {
	text-align: left;
	height: 274px;
	width: 400px;
}
#flatwareInfo {
	text-align: left;
	height: 424px;
	width: 400px;
}
#glassInfo {
	text-align: left;
	height: 274px;
	width: 400px;
}
.enterGallery {
	font-size: 0.9em;
	font-style: italic;
}
#footerBox {
	float: left;
	height: 40px;
	width: 800px;
	text-align: center;
}
#footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #666;
	margin-right: 5em;
	margin-left: 5em;
	border-top: 2px solid #C1D72D;
	padding-top: 0.3em;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #333;
	text-decoration: underline;
	margin-left: 1em;
	padding-top: 80px;
}
h1 a:link {
	color: #333;
	text-decoration: underline;
}
h1 a:visited {
	color: #333;
	text-decoration: underline;
}
h1 a:hover {
	color: #02cece;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.2em;
	font-weight: normal;
	color: #666;
	margin-top: 0.6em;
	margin-left: 1.7em;
}

