/*
	priorLIFE website stylesheet
	
	Created on May 18, 2009
	Created by Matt McGuire
	
	Modified on May 18, 2009
	Modified by Matt McGuire
*/

body{
	background-color: #d8420b;
	background: url(images/retail_background.jpg) 0 0 repeat;
}

#header{
	background: url(images/header_background.jpg) 0 0 no-repeat;
}

#main{
	overflow: hidden;
	padding: 0px 40px;
}

#main p{
	width: 400px;
}

#main h2{
	color: #00abd4;
}

address{
	padding-left: 2em;
	padding-bottom: 1em;
}

.filler_image{
	width: 400px;
	float: right;
}

#content_fringe{
	background: url(images/product_fringe.png) 0 0 no-repeat;
}

.email{
	font-style: italic;
	color: #00abd4;
}

form{
	margin-bottom: 20px
}

#main a{
	text-decoration: none;
	color: #b60820;
}

#main a:hover{
	text-decoration: underline;
}