/* Body
-------------------------------------------------------------------*/
body {
	margin-top: 0px;
	text-align: center;
	background: #DFD1DE url(images/JJ-set/JJ_bkgd.jpg) repeat-x;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 160%;
	color: #A97EA6;
	text-transform: uppercase;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	text-transform: capitalize;
	color: #66794B;
	text-align: center;
}

h3 {
	font-size: 120%;
	color: #A97EA6;
}

h4 {
	color: #667948;
	font: lighter 105%;
}
/* Header - use H1 to name site - title is in header.jpg
-------------------------------------------------------------------*/
#header {
	background-image: url(images/JJ-set/JJ_header.jpg);
	background-repeat: no-repeat;
	height: 278px;
	width: 960px;
	margin: 0 auto;
	font: Verdana Geneva Arial Helvetica sans-serif;
}

#header h1 {
	color: White;
	font-size: 10%;
	text-align: right;
	padding-top: 130px;
}

#header h2 {
	color: #8F709C;
	font-size: 2em;
	margin: 12px 0;
	text-align: left;
	padding-left: 155px;
}

#header p {
	font-size: .8em;
	text-align: left;
	margin: 0 150px 0 175px;
}

/* Content
-------------------------------------------------------------------*/

#wrap {
	background: url(images/JJ-set/JJ_container.gif) repeat-y center;
	height: auto;
	margin: 0 auto;
	font-size: .9em;	
	width: 775px;
}

#container {
	position: relative;
	width: 668px;
	margin: 0 auto;
	text-align: left;
}

/* Sidebar
-------------------------------------------------------------------*/
#sidebar {
	float: right;
	font-size: .9em;
	background-color: #F5F5F5;
	border: 5px solid #E2D4E3;
	padding: 9px;
	height: auto;
	width: 190px;
	margin-left: 9px;
	text-align: left;
}

#sidebar h1 {
	font-size: 90%;
	color: #336666;
}

#sidebar h2 {
	color: #336666;
	text-transform: capitalize;
	font-size: 95%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 4px;
}

#sidebar a {
	background-image:  url("images/JJ-set/JJ_Purpledot.gif");
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #666699;
	text-decoration: none;
	padding-left: 16px;
}
	
/* Footer
-------------------------------------------------------------------*/
#footer {
	margin: -18px auto;
	height: 180px;
	width: 960px;
	background: url(images/JJ-set/JJ_footer.jpg) no-repeat center;
}

#footer a {
	font-size: .9em;
	color: #666699;
	text-decoration: none;
}

.ft-indent {
	font-size: .9em;
	color: #336666;
	padding: 0 24px 0 33px;
}

#nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	text-transform: uppercase;
	text-align: center;
	margin-left: 210px;
	height: 57px;
	width: auto;
	padding: 4px;
}
#nav a {
	height: auto;
	width: auto;
	padding-top: 5px;
	padding-left: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #336666;
	font-size: 95%;
	text-decoration: none;
	font-weight: bold;
	margin-right: 7px;
}
#nav a:hover {
color: #8FBC8F;
}

ul {
	color: #667948;
}
li {
	list-style-type: square;
}
