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,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}


/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks ("") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }
ul, ol, dl {position: relative; } 

body {
   font : 76%/1.7 Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	text-align: center;
}
h1 {
	font-size: 1.7em;
	padding-bottom: 10px;
	line-height: 1.4em;
	font-weight: normal;
}
h1 span.tag {
	font-size: 0.8em;
	font-style: italic;
	font-family: Palatino, Georgia, "Times New Roman";
	padding-left: 15px;
}
p {
	margin-bottom: 15px;
}
a:link, a:visited {
	color: #e15a00;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #ff6a06;
}
#header {
	width: 990px;
	margin: 0 auto;
	padding: 20px 0 10px 0;
	position: relative;
	text-align: left;
}
#logo {
	padding: 0 0 10px 40px;
}
#imagewrap {
	width: 100%;
	background: url(images/header_bg.jpg) repeat-x 0 106px;
	position: relative;
}

#contentwrap {
	width: 100%;
	position: relative;
}
#content {
	position: relative;
	width: 970px;
	margin: 0 auto;
	padding-top: 10px;
	text-align: left;
	color: #545454;
}
#content img {
	margin: 0;
	padding: 3px;
}
#main {
	width: 550px;
	float: left;
	padding: 0 42px 20px 32px;
}
#main img, #main .box {
	float: right;
	margin: 0 0 10px 10px;
}
#main .box {
	width: 200px;
	padding: 10px;
	border: 1px solid #dfdfe1;
	text-align: center;
}
p span.name {
	font-size: 1.2em;
	letter-spacing: 0.03em;
	font-weight: bold;
	padding-right: 3px; 
	color: #545454;
}

#sub {
	width: 280px;
	float: right;
	padding: 0 0 0 10px;
	margin: 0 10px 20px 0;
}

.details {
	border-left: 1px solid #ccc;
	padding: 0 10px 10px 20px;
}
.details p {
	margin-bottom: 15px;
}
span.indent {
	padding-left: 20px;
}
#sub blockquote p {
	font-family: Palatino, Georgia, "Times New Roman";
	font-size: 1.3em;
	letter-spacing: 0.03em;	
	text-align: center;
	line-height: 1.6em;
	padding: 0 0 7px 0;
	margin-bottom: 30px;
}
#footer {
	padding: 10px 0 15px 0;
	width: 100%;
	background: #dfdfe1;
	position: relative;
	text-align: center;
	border-top: 1px solid #ccc;
   color: #545454;
}
#footer p {
	font-size: 0.9em;
	margin-bottom: 5px;
}
#footer p.design a:link, #footer p.design a:visited {
	color: #545454;
	font-weight: normal;
}
#footer p.design a:hover {
	color: #000;
}
span.large, span.red {
	font-size: 1.2em;
	font-weight: bold;
}

/* Floats */
.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block;
	}	

.clearfloat {
	display:block;
	}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
.bi {
	font-style: italic;
	font-weight: bold;
}
.clear {
	clear: both;
}

