/*
css - raramuridesign.com
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#212121;
	margin:0 auto;
	padding:0;
	text-align:center;
	border-top:10px solid #e9eaec
}
a, a:visited {
	color:#891518;
	text-decoration:none;
	font-weight: bold;
}
a:hover {
	color:#333;
	text-decoration:underline;
}
p, li {
	font-size:12px;
}
h3 {
	font-size:18px;
	font-weight:normal;
	margin:0;
	padding:0;
}
#strap h3 {
	display:none
}
#wrapper {
	width:900px;
	margin:0 auto;
	background-image:url(/assets/images/footer_bkg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
#header {
	text-align:left;
}
#header .inside {
	margin:15px 15px 35px 15px;
	height:125px;
}
#header .strapline {
	float:right;
	font-size:18px;
	color:#CCC;
	text-transform:uppercase;
	margin:105px 15px 0 0;
	font-weight:normal;
}
#header .logo {
	height:125px;
	background-image:url(/assets/images/logo_withouttagline.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-10000px;
	margin:0 0 0 0px;
}
#strap {
	text-align:left;
}
#strap .inside {
	border:0px solid;
	margin:0 15px 15px 15px;
}
#strap p {
}
#content {
	text-align:left;
	padding:25px 0 70px 0;
}
#content .inside {
	margin:0 15px 15px 15px;
}
#content ul.blocks {
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
	display:inline-block; /*IE6 needs this for height value*/
}
#content ul.blocks li {
	display:block;
	width:287px;
	float:left;
	clear:right;
}
#footer {
	margin:0 auto;
	padding:0 0 50px 0;
}
#footer p {
	color:#CCC;
	font-size:11px;
}
