body {
}

/* Header */
#header-wrap {
	background-color: #ffffff;
}
#header {
	background: url(../images/header-franchisee-yellow.jpg) no-repeat;
	height: 295px;
}
#header a {
	color: #ffffff;
	text-decoration: none;
}
#header a:hover {
	color: #ffffff;
	text-decoration: none;
}
h1.event-area {
	font-size: 3.5em;
	color: #00adef;
	float: right;
	margin: 20px 35px 0 0;	
}


/* Navigation */
#nav li {
	margin-bottom: 5px;
	text-align: right;
	display: block;
	padding: 5px 10px 5px 0;
}
#nav a {
	margin-left: 20px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}
#nav a:hover {
	color: #662d91;
}
/* Content */
#content-wrapper {
	background-color: #ffffff;
}
#content {
	background: #ffffff url(../images/content-pink-bg.jpg) repeat;
	margin: 0;
	padding: 0;
	width: 960px;
}

/* Main */
#main {
	padding: 0 0 30px 0;
}
#main h1 {
	font-size: 2.25em;
	color: #8cc63f;
	margin-bottom: 10px;
}
#main p {
	margin-bottom: 13px;
	line-height: 20px;
	padding: 0 10px;
}

/* Sidebar */
#sidebar h3 {
	font-size: 1.5em;
	color: #f361a3;
}
#sidebar p {
	margin-bottom: 13px;
	line-height: 20px;
}

/* Footer */
#footer {
	padding: 10px 0;
	background: url(../images/footer-bg.jpg) repeat top left;
	height: 100px;
	text-align: center;
}
#footer a {
	color: #000;
}

/* Miscellaneous */

.testimonial {
	margin: 0 10px 0 0;
}
.emphasis {
	font-style: italic;
	font-size: 12px;
}