@charset "utf-8";

@import url("reset.css");

/* Copyright 2010 Chris Blackhurst Creative*/

body {margin:0px; padding:0px;
background-color:#3d0102;
font-family:Arial, Helvetica, sans-serif;
color:#fff;
font-size:13px;
line-height:19px;

}



#top {height:383px;
background-color:#680506;
margin:0 auto;}


.container {background-image:url(images/holdingpage_template_bg_100x294.gif);
background-repeat:no-repeat;
	width: 1000px;
	margin:0 auto;
	position:relative;
	min-height:383px;
}



#topcontent {width:500px;
position:relative;
top:200px;
margin-left:100px;}


#bottomcontent {width:500px;
position:relative;
top:260px;
margin-left:100px;
padding-bottom:30px;}


/* header and text styles */

h1 {font-size: 30px;
line-height: 100%;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style:normal;
	color:#FFF;
	font-weight:bold;
	margin:0;
	margin-bottom: 10px;}


h2 {margin:0px 0px 10px 0px;
font-size:20px;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-style: normal;
	line-height:110%;
color:#fff;}



small {color:#fff;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-weight:bold;
font-size:16px;
display:block;
margin-bottom:15px;}

a {
	color:#007de2;
	text-decoration:none;}
	
	a:hover {text-decoration:underline;}
	
	
	p {margin:0px 0px 15px 0px;
	color:#fff;
	font-size:16px;}
	


