html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li
{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


body { line-height: 1.5; background: #fff; margin: 5px 0; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

body, p {
	color: #797979;
	font-family: Verdana, Arial, sans-serif;
	font-size: 90%;
}

a { color: #607293; text-decoration: none; }
a:hover { color: #354158; }

ul {
	margin: 0px; 
  padding: 5px 0px;
  float: right;
}

ul li { float: left; padding: 5px 0px; margin: 0px 10px;  }

dt {	float: left; }
dd { margin-left: 150px; margin-bottom: 10px; }


h1 {
	font-size: 2.4em;
	margin: 0;
	border-bottom: 1px solid #797979;
	margin-bottom: 5px;
	color: #354158;
  font-weight: normal;
}

h2 {
	font-size: 1.8em;
	border-bottom: 1px solid #797979;
	color: #DA251C;
  font-weight: normal;
  clear: both;
}

h3 {
	font-size: 1.6em;
	margin-top: 10px;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	color: #888;
  font-weight: normal;
  font-family: Arial, sans-serif;
  clear: both;
}

code { font-family: Courier; }

#container {
	width: 900px;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 50px;
  position: relative;
}

#container #logo {
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.photo {
  float: left;
  margin: 0 30px 0 0;
  padding: 0; 
  width: auto;
  min-height: 235px;
}

.desc {
	margin: -15px 0 40px 0;
}

.desc p {
	margin-bottom: 10px;
}

.arrow {
	font-size: 4em;
	position: absolute;
	right: 0px;
	top: -16px;
	color: #b9b9b9;
}

.description {
	margin-top: 10px;
}

.footerText {
  text-align: center;
  color: #666666;
}
.containerLeft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E7E7E7;
}

