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: 12px;
	font-family: "Trebuchet MS";
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #323232;
	background: white;
	line-height: 1.3em;
	font-size: 11pt;
}
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: "" "";
}

p {
	margin-bottom: 1em;
}

#bodyWrapper {
position: relative;
width: 955px;
height: 785px;
margin: 20px auto;
background: url('../images/background.jpg') top left no-repeat;
}

#headerLogo {
	position: relative;
	float: left;
	width: 200px;
	background: transparent;
}

#headerLogo img {
	padding: 1.5em;
}

#headerContact {
	position: absolute;
	top: 86px;
	right: 1em;
	background: transparent;
}
	
#leftImage {
	position: absolute;
	top: 200px;
	left: 12px;
}

#rightContent {
	position: absolute;
	top: 229px;
	right: 0;
	bottom: 0;
	left: 274px;
	border-right: 2px gray solid;
	border-bottom: 2px gray solid;
	padding: 1.5em;
	background-color: white;
	height: 518px;
	width: 643px;
}

#rightContent a {
	color: gray;
	text-decoration: none;	
}

#rightContent a:hover {
	color: silver;
	text-decoration: underline;
}

.address {
	font-size: 11pt;
	
	letter-spacing: .1em;
	color: gray;
}

.copyright {
	font-size: 8pt;
	color: gray;
	line-height: 2em;
}
