/* Based on http://meyerweb.com/eric/tools/css/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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
  color: black;
  font-family: Tahoma, Verdana, sans-serif;
  background: #c1c1c1 url(images/bg.png) top repeat-x;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong {
  font-weight: bold;
}

a:link { 
  font-weight: bold;
  text-decoration: underline;
  color: #a02727;
}

.v-separator {
  width: 2px;
  height: 106px;
  margin: 0 40px;
  
  background: url(images/v-separator.png) no-repeat;
}

#header {
  text-align: center;
  height: 183px;
  padding-top: 20px;
  margin-top: 55px;
}

#header p {
  text-transform: uppercase;
  color: white;
  font-size: 14px;
  font-family: Verdana, sans-serif;
  margin-top: 10px;
}

#content {
  width: 800px;
  margin: 0 auto;
  background: url(images/watermark.png) 460px 0 no-repeat;
  text-align: center;
  padding-top: 45px;  
}

#content .remodel {
  font-size: 16x;
  font-weight: bold;
  margin-bottom: 40px;
}

#content .contact {
  color: #a02727;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 30px;
}

#content .sorry {
  font-size: 12px;
}

#contactbox {
  height: 132px;
  text-align: left;
  width: 500px;
  margin: 0 auto;
  font-size: 12px;
}

#contactbox li {
  margin-bottom: 1em;
}

#contactbox .emails {
  text-align: right;
  float: left;
  width: 200px;
}

#contactbox .other {
  width: 200px;
  float: left;
}

#contactbox .v-separator {
  float: left;
}