/*---------------------------------

version: 0.4
author: Jamie Knight
contact: jamie@jkg3.com

----------------------------------*/

/* Basics
-----------------------------------------------*/


html {

	background:#E3EDF7 url(../images/background.jpg) top center repeat-x;
	margin:0px;
	padding:0px;
	
	
}

body {

	margin:0px;
	padding:0px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	color:#333333;
	line-height:1.3em;
	
	
	}

#content {

	//background:#A1C2E3;
	background: #E3EDF7;
	border-top:#CC3366 dotted 3px;
	margin:0px;
	margin-top:40px;

	
	}
	
#mainContent {

	width:470px;
	float:left;
	padding-left:0px;
	padding-right:25px;
	
	}
	
#subContent {

	width:230px;
	float:left;
	
	}
	
#subContent p {

	padding-bottom:0px;
	
	}
	
#footer {

	clear:both;
	text-align:center;
	color:#333333;
	font-size:12px;
	
	}
	
#wrapper {

	width:740px;
	margin-left:auto;
	margin-right:auto;
	
	}

h1 {

	width:734px;
	text-indent:-5000px;
	background: url(../images/branding.png) no-repeat center top;
	height:245px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 30px;

}	

h2 {

	color:#CC3366;
	font-size:22px;
	font-weight:100;
	clear:both;
	
	}
	
.cell , .tel, .email {

	color:#CC3366;
	
	}



img {

border: none;

}

/* links 
-----------------------------------------------*/

a  {

	color: #CC3366;
	text-decoration:none;
	
}


a:visited {

	color: #CC3366;
	text-decoration:none;
	
}

a:hover {

	color: #999999;
	
}

