*, ul, li {
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

body {
	padding-top: 20px;
	background: url(../images/bg_body.jpg) top left;
	color: #59535e;
	text-align: center;
	font-family: arial, sans-serif;
}

h1 {
	margin-bottom: 20px;
	color: #a1a1a1;
	font-size: 19px;
}

h2 {
	margin-bottom: 10px;
	color: #95266e;
	font-size: 16px;
}

h3 {
	margin-bottom: 5px;
	color: #95266e;
	font-size: 12px;
}

p, address, li {
	font-size: 12px;
}

address {
	font-style: normal;
}

a {
	text-decoration: none;
}

#container {
	width: 980px;
	background: url(../images/bg_container.png) repeat-y top left; 
	margin: 0 auto;
	text-align: left; 
}

#header {
	position: relative;
	width: 960px;
	height: 122px;
	margin-left: 10px;
	background: #fff;
}

#header h1 {
	position: absolute;
	top: 5px;
	left: 10px;
}

#header h1 a {
	display: block;
	width: 428px;
	height: 80px;
	background: url(../images/logo.png) no-repeat top left;
}

#header h1 span {
	display: none;
}

#header .options {
	position: absolute;
	top: 5px;
	right: 20px;
	width: 67px;
	height: 16px;
}

#header .options .font_size {
	float: left;
	display: inline;
	width: 33px;
	height: 16px;
	background: url(../images/bg_font_size.jpg) no-repeat top left;
}

#header .options .font_size a {
	float: left;
	display: block;
	width: 16px;
	height: 16px;
}

#header .options a.email {
	float: right;
	display: block;
	width: 26px;
	height: 16px;
	background: url(../images/bg_email.jpg) no-repeat top left;
}

#nav {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 960px;
	height: 28px;
	background: url(../images/bg_nav.jpg) repeat-x top left;
	font-size: 13px;
	list-style-type: none;
}

#nav li {
	float: left;
	display: inline;
	height: 28px;
	line-height: 28px;
	color: #fff;
}

#nav li a {
	display: block;
	height: 28px;
	line-height: 28px;
	padding: 0 24px;
	color: #fff;
	border-right: 1px solid #7f205f;
	font-size: 13px;
}

#nav li a:hover {
	background: url(../images/bg_nav_hover.jpg) repeat-x top left;
	border-right: 1px solid #7f205f;
}

#nav li.contact {
	float: right;
	display: inline;
	padding: 0 24px;
	background: url(../images/bg_contact.jpg) no-repeat center left;
}

#masthead {
	position: relative;
	width: 960px;
	height: 204px;
	margin-left: 10px;
	background: #fff;
}

#masthead .copy {
	position: absolute;
	top: 0;
	right: 0;
	width: 295px;
	height: 204px;
	background: url(../images/bg_masthead_copy.jpg) no-repeat top left;
}

#masthead .copy h1, #masthead .copy h2, #masthead .copy p {
	margin-left: 20px;
	margin-right: 20px;
	color: #fff;
}

#masthead .copy h1 {
	font-size: 26px;
	margin-bottom: 5px;
}

#masthead .copy h2 {
	margin-top: 20px;
	font-size: 18px;
}

#masthead .copy a.learn_more {
	position: absolute;
	bottom: 12px;
	right: 20px;
	padding: 5px 8px;
	background: #dd6ba9;
	color: #fff;
	border: 1px solid #c13d98;
	font-size: 12px;
}

#masthead .copy a.learn_more:hover {
	background: #ec9ac6;
}

#content {
	float: left;
	display: inline;
	width: 625px;
	margin-left: 30px;
	padding-top: 10px;
}

#content ul {
	margin-left: 20px;
}

#content p {
	line-height: 20px;
	margin-bottom: 20px;
}

#content a {
	color: #982772;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 2px;
}

#content ul {
	list-style-type: circle;
}

#content ul li {
	margin-bottom: 5px;
}

#sidebar {
	float: right;
	display: inline;
	width: 295px;
	margin-right: 10px;
	padding: 10px 0;
}

#sidebar h1 {
	padding: 0 20px 10px 20px;
	background: url(../images/bg_sidebar_h1.jpg) repeat-x bottom left;
	border-bottom: 1px solid #fff;
}

#sidebar h3, #sidebar p, #sidebar address, #sidebar li {
	padding: 0 20px;
}

#sidebar ul {
	margin-bottom: 10px;
	list-style-type: none;
}

#footer {
	margin: 0 auto;
	width: 980px;	
	height: 36px; 
	background: url(../images/bg_footer.png) no-repeat top left;
}

#footer a, #footer p {
	color: #fff;
	font-size: 10px;
}

#footer ul {
	float: left;
	display: inline;
	width: 45%;
	height: 28px;
	margin-left: 30px;
	text-align: left;
	list-style-type: none;
}

#footer ul li {
	display: inline;
	height: 28px;
	line-height: 28px;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #fff;
	font-size: 10px;
}

#footer ul li.last {
	border-right: none;
}

#footer p.copyright {
	float: right;
	display: inline;
	width: 45%;
	height: 28px;
	line-height: 28px;
	margin-right: 30px;
	text-align: right;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.accent {
	color: #982772;
}

