@charset "utf-8";

body {
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.625em;
	background: #520505 url(/images/bg_dark_red_repeat.jpg) 0 0 repeat;
	color: #e5e5e5;
}

p {
	margin-bottom: 1.5em;
}

#top {
	background: url(/images/bg_top_christine_starburst.jpg) 0 0 no-repeat;
	width: 960px;
	height: 303px;
	position: relative;
}

#top h1 {
	background: url(/images/img_header_christine_altparry.png) 0 0 no-repeat;
	width: 557px;
	height: 104px;
	position: absolute;
	left: 388px;
	top: 110px;
	text-indent: -999em;
}

#top #follow {
	position: absolute;
	top: 20px;
	left: 330px;
	height: 27px;
}

#top .social {
	margin-left: 20px;
}

#top #connectWithChristine {
	
}

#intro {
	background: url(/images/bg_darker_red_repeat.jpg) 0 0 repeat;
	min-height: 200px;
	padding: 40px;
}

#intro p {
	width: 490px;
	float: left;
	margin-right: 100px;
}

#youtube {
	width: 775px;
	position: relative;
	padding: 40px 0 20px 185px;
}

#youtube img#asSeenOnTV {
	position: absolute;
	top: -40px;
	left: 10px;
}

.video {
	margin-right: 15px;
	margin-bottom: 10px;
	float: left;
}

#tvBlurb {
	background: url(/images/bg_darker_red_repeat.jpg) 0 0 repeat;
	padding: 40px;
}

#tvBlurb p {
	width: 920px;
}

#specialties {
	padding: 40px;
	width: 880px;
}


#specialties img.subheader {
	margin-bottom: 1.75em;
}

#specialties #columnLeft {
	width: 620px;
	float: left;
}
#specialties #columnLeft .block {
	margin-bottom: 2.5em;
}
#specialties #columnRight {
	width: 240px;
	float: right;
	text-align: right;
}
#specialties #columnRight img {
	margin-bottom: 3em;
}

#lastBlurb {
	clear: both;
	padding: 20px;
	background: #e5e5e5;
	color: #000;
	margin-bottom: 1em;
}

#contactBlock {
	color: #000;
	padding: 20px 20px 40px 200px;
	background: #f6f6d3 url(/images/bg_contact.gif) 20px 15px no-repeat;
	
}

#contactBlock ul {
	margin-top: 1em;
}

#footer {
	padding: 0 40px 40px 40px;
}
/* Browser Fixes
----------------------------------------------------------------*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
