body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ul { 
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
abbr,acronym {
	border:0;
}
body {
	font: normal 15px georgia,sans-serif;
	line-height: 22px;
	color: #90918d;
	background: #808080;
}
h1 { font-size: 32px; padding-bottom: 12px; }
h1.top { padding-top: 12px;}
h2 { font-size: 18px; padding-bottom: 11px; }
h3 { font: bold 15px "Lucida Grande",arial,sans-serif; }
h4 { font: bold 12px "Lucida Grande",arial,sans-serif; color: #e46fa4; }
h5 { font-size: 10px; font-weight:bold; }
h6 { font-size: 8px; font-weight:bold; }

a:focus, a:hover {
	color: #e76c4a;
}
#wrapper {
	width: 1000px;
	margin: 0px auto;
	background: #fff;
}
#top {
	width:978px;
	height: 14px;
	padding: 6px 11px;
	color:#fff;
	background: #ffbd72;
	font: normal 13px tahoma;
}
#topcontact {
	float:right;
}
#header {
	width: 932px;
	height: 135px;
	padding: 11px 34px;
	background: #ca0000;
	color: #fff;
	margin: 2px 0 6px 0;
}
#header h1 {
	font: normal 13px tahoma;
	color: #e37777;
}
#logo {
	float:left;
	width: 135px;
}
#slogan {
	float: right;
	width:109px;
	height:71px;
	padding-top: 22px;
}
#topmiddle {
	float: left;
	width: 688px;
	text-align: center;
}
#location {
	background: #ffbd72;
	width: 1000px;
	height: 24px;
	color: #000;
	text-align: center;
	margin-bottom: 2px;
}
#body {
	width: 1000px;
	background: #d21111 url(images/body_bg.jpg) repeat-x;
}
#maincol {
	float: left;
	width: 342px;
	padding-top: 33px;
	text-align: center;
	color:  #fff;
	font-size: 19px;
}
#maincol a:link, #maincol a:visited {
	color: #000;
}
#leftcol {
	float: left;
	width: 329px;
}
#rightcol {
	float: right;
	width: 329px;
}
#footer {
	border-top: 2px solid #fff;
	width: 1000px;
	text-align: center;
	color: #ffe995;
	padding-bottom: 30px;
	text-transform: uppercase;
	font: normal 14px tahoma;
}
#footer a:link, #footer a:visited {
	text-transform: uppercase;
	color: #ffe995;
}
.clear {
	clear: both;
}
.yellowbox {
	background: #ffe995;
	border: solid 3px #d21111;
	color: #000;
	text-align: center;
	margin: 11px 0;
	padding: 11px 0;
	font: normal 20px georgia,sans-serif;
}