/* Mark A. Cella CSS Repository */
/* Developed by Robert Palmer (http://rp-network.com) for Becky Nelson Creative (http://beckynelsoncreative.com/) */

/* page structure */

body {
	font: italic 14px/22px Georgia, "Times New Roman", serif;
	background: url(../images/page_bg.png) center repeat-y white;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

h1 {
	font: normal small-caps bold 30px/32px Georgia, "Times New Roman", serif;
	background: url(../images/headline_bg.png) bottom no-repeat;
	width: 460px;
	min-height: 77px;
	padding: 15px 20px;
}


/* ids */

#container {
	background: url(../images/page_hdr.png) center top no-repeat;
	width: 100%;
	min-height: 1395px;
	display: block;
}

#nav {
	height: 500px;
	width: 960px;
	margin: 0 auto;
}

#nav ul.bottomleft a,
#nav ul.bottomright a {
	color: black;
	font: normal small-caps 12px/22px Georgia, "Times New Roman", serif;
	text-decoration: none;
}

#nav ul.topleft a,
#nav ul.topright a {
	color: black;
	font: italic bold 12px/22px Georgia, "Times New Roman", serif;
	text-decoration: none;
}

#nav ul.topleft {
	width: 300px;
	height: 20px;
	float: left;
	text-align: right;
	padding-top: 223px;
}

#nav ul.topright {
	width: 300px;
	height: 20px;
	float: right;
	text-align: left;
	padding-top: 223px;
}

#nav ul.bottomleft {
	width: 300px;
	height: 20px;
	float: left;
	text-align: right;
	padding-top: 100px;
}

#nav ul.bottomleft li {
	float: right;
	margin-right: 10px;
}

#nav ul.bottomright {
	width: 300px;
	height: 20px;
	float: right;
	text-align: left;
	padding-top: 100px;
}

#nav ul.bottomright li {
	float: left;
	margin-left: 10px;
}

#content {
	width: 840px;
	margin: 0 auto;
	min-height: 600px;
	display: block;
	padding: 0 60px 60px 60px;
}

#content div.left {
	width: 500px;
	float: left;
	clear: left;
}

#content div.right {
	width: 315px;
	float: right;
	clear: right;
}

#content #purplebox {
	background: url(../images/purple_box_hdr.png) center top no-repeat;
	height: 1px;
	padding-top: 77px;
	margin-left: 30px;
}

#content #purplebox div.middle {
	background: url(../images/purple_box_mid.png) center repeat-y;
	padding: 10px 20px;
	width: 224px;
	margin: 0 auto;
}

#content #purplebox div.middle p {
	color: white;
	font: italic bold 17px/22px Georgia, "Times New Roman", serif;
	text-align: center;
	padding-bottom: 10px;
}

#content #purplebox div.bottom {
	background: url(../images/purple_box_foot.png) center top no-repeat;
	height: 1px;
	padding-bottom: 4px;
	margin: 0 auto;
}

#content div.copy {
	width: 458px;
	padding: 10px 20px;
	border-right: 1px solid black;
	border-left: 1px solid black;
	margin: 10px 0;
}

#content div.copy p {
	margin-bottom: 10px;
}

#footer {
	width: 100%;
	background: url(../images/page_foot.png) center top no-repeat;
	min-height: 145px;
	display: block;
}

/* classes */

.right {
	float: right;
	clear: right;
}

.left {
	float: left;
	clear: left;
}

.hidden {
	display: none;
}
