/* @group RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* @end */



html, body{
	height: 100%;
}
body{
	text-align: center;
	position: relative;
}
#distance {
	position: relative;
	width: 1px;
	height: 50%;
	margin-bottom: -324px;
	float: left;
}
#allContent{
	position: relative;
	margin:0 auto;
	height: 648px;
	width: 946px;
	background: url(../images/whitebg.png) no-repeat 0 0;
	clear: left;
}
#largeSquare{
	position: relative;
	width: 928px;
	height: 632px;
	border: 1px solid #948064;
	top: 7px;
	left: 8px;
}
#largeSquare img{
	position: relative;
	top: 230px;
}
#addressBar{
	position: absolute;
	width: 928px;
	height: 61px;
	background-color: #948064;
	top: 572px;
}
#addressBar p{
	color: #fff;
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
	margin-top: 12px;
}
a:link, a:visited{
	color: #3a352b;
	text-decoration: none;
}
a:hover, a:active{
	color: #fff;
	text-decoration: underline;
}
div.brochureLink, div.brochureLink a{
	width: 196px;
	height: 86px;
	display: block;
}
div.brochureLink{
	position: absolute;
	top: 385px;
	left: 366px;
}
div.brochureLink a:link, div.brochureLink a:visited{
	background: url(../images/brochurelink.jpg) no-repeat 0 0;
}
div.brochureLink a:hover, div.brochureLink a:active{
	background: url(../images/brochurelink.jpg) no-repeat 0 -86px;
}



