@charset "UTF-8";
/* CSS file by CreativeCarlos.com */

body {
text-align: center; /* center things in pre-IE6 */
margin:0;
padding:0;
font-family: "Lucida Sans"; 
font-size: 10pt; 
color: #C0C0C0; 
background-image:url('../images/backgroundDot.jpg'); background-repeat:repeat;
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}

#header {
	background:url(../images/headerDot.jpg) repeat;
	float:left;
	width:100%;
	height:382px
}

#wrapper {
	background:url(../images/gradient.jpg) repeat-x top;
	text-align:center;
	float:left;
	width:100%
}

#content {
	width: 960px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/franchiseLogo.jpg) no-repeat top;
	padding: 100px 0px 20px 0px;
}

#contentLeft {
	float:left;
	width:480px;
	text-align:left;
	padding:40px;
}

#contentRight {
	float:right;
	width:320px;
	padding: 40px;
	text-align:left
}

#footer {
	width:960px;
	float:left
}

#footerLeft {
	width: 340px;
	height: 150px;
	float:left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color:#003333;
	margin-right:20px;
	text-align:left;
	padding: 0px 20px 20px 20px;
}

#footerMiddle {
	width: 230px;
	height: 150px;
	float:left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color:#003333;
	margin-right:10px;
	text-align:left;
	padding: 0px 20px 20px 20px;
}

#footerRight {
	width: 230px;
	height: 150px;
	float:right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color:#003333;
	margin-left:10px;
	text-align:left;
	padding: 0px 20px 20px 20px;
}

#closing {
	float:left;
	width:960px;
	text-align:right;
	padding: 20px 0 20px 0;
}

h2 {
	font-family:Georgia;
	font-size:18px;
	font-weight:lighter;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	color:#33FFFF
	}
	
h3 {
	font-family:Lucida Sans;
	font-size:18px;
	font-weight:lighter;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	color:#ff6a00
	}
	
h4 {
	font-family:Lucida Sans;
	font-size:12px;
	font-weight:bold;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	color:#FF9933
	}
	
h5 {
	font-family:Lucida Sans;
	font-size:18px;
	font-weight:lighter;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	
	line-height: 1;
	color:#336666
	}

a {
text-decoration:none;
color:#FF9933
}
