body,div,p,ul,ol,li,dl,dt,dd,pre,blockquote,form,fieldset,table,tr,th,td,h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	color: #666;
	font-size: small;
}

a img {
	border: 0;
}

a:link,
a:visited {
	color: #666;
}

a:hover,
a:active,
a:focus {
	color: #ff3233;	
}

.redec {
	text-transform: uppercase;
}

.sep {
	padding: 0 20px;
}

#wrapper {
	position: relative;
	width: 740px;
	margin: 0 auto;
	text-align: left;
}

#masthead {
	background: transparent url(../chrome/masthead_bg.png);
}

#logo {
	position: absolute;
	width: 227px;
	height: 128px;
	top: 0;
	left: 10px;
}

#call {
	color: #537c7e;
	font-weight: bold;
	font-size: 120%;
	line-height: 56px;
	vertical-align: middle;
	padding-right: 15px;
	text-align: right;
}

#call a:link,
#call a:visited {
	color: #537c7e;
}

#call a:hover,
#call a:active,
#call a:focus {
	color: #ff3233;	
}

#bullets {
	clear: left;
	background: #669898 url(../chrome/bullets_bg.png) 0 0 repeat-x;
	list-style: none;
	padding: 15px 0;
	font-size: 120%;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #aaa;
}

#bullets li {
	color: #fff;
	font-weight: bold;
	margin: 8px 0;
	list-style: none;
	text-align: center;
}

#footer {
	margin: 0;
	padding: 15px 0;
	text-align: center;
	color: #888;
	font-size: 90%;
}

#footer a:link,
#footer a:visited {
	color: #888;
}

#footer a:hover,
#footer a:active,
#footer a:focus {
	color: #ff3233;	
}