html {
	min-width: 720px;
	background: #d46818;
}

#wrap {
	width: 750px;
	margin: auto;
}

::selection {
	background: #D80000; /* Safari */
	}
	
::-moz-selection {
	background: #D80000; /* Firefox */
}

/* LAYOUT */

h1 {
	position: relative;
	top: 205px;
	height: 40px;
	text-indent: -5000px;
	background: url('../images/bm-logo.jpg') no-repeat;
}

h2 {
	position: relative;
	top: 105px;
	left: 3px;
	text-transform: uppercase;
}

img#logo {
	position: relative;
	top: 205px;
}

#header {
	float: left;
	width: 365px;
}

#contact {
	float: right;
	position: relative;
	top: 71px;
	height: 365px;
	background: url('../images/bracket.jpg') no-repeat top left;
	padding: 13px 5px 0 60px;
}

#footer {
	position: relative;
	top: 30px;
}

/* TYPOGRAPHY */


h2 {
	font-family: Verdana, Arial, sans-serif;
	color: #CAC2B8;
	font-size: 9px;
	letter-spacing: .40625em;
}

#contact p {
	font-family: Verdana, Arial, sans-serif;
	color: #404040;
	font-size: 10px;
	letter-spacing: .3125em;
	line-height: 1em;
	text-transform: uppercase;
}

#contact p em {
	font-style: inherit;
	font-weight: bold;
	color: #000;
}

#contact p a {
	color: #404040;
	text-decoration: none;
	outline-style: none;
	text-transform: none;
}

#contact p a:hover {
	text-decoration: underline;
}

#footer p {
	font-family: Helvetica, Arial, sans-serif;
	color: #CAC2B8;
	font-size: 9px;
	letter-spacing: .1875em;
	line-height: 1.8em;
	text-transform: uppercase;
}

