/*--------------------------------------------------------------------------------------------------
	global styles and wrapper
--------------------------------------------------------------------------------------------------*/

a  {
	text-decoration: none;
	color: #bdb79e;
}
a:hover {
	color: #FFFFFF;
	text-decoration : underline;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:top;
	background-color: #5e251e;
	padding:0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, ol, ul {
	padding:0;
	margin:0;
}

p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
	margin: 0;
	padding: 8px 0 7px 0;
	font-style: normal;
	font-weight: normal;
}

ul { 
	list-style-type: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
	margin:0;
	padding:5px 0 0 0;
	font-style: normal;
	font-weight: normal;
}

li { 
	background: url(../images/bullet.gif) left top no-repeat;
	padding-left: 7px;
}

#container {
	width:100%;
	min-height:100%; height:auto;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#wrapper {
	width:744px;
	margin:0 auto 0 auto;
	padding:0;
	text-align: center;
	background-image: url(../images/shadow.gif);
	background-repeat:repeat-y;	
}

/*--------------------------------------------------------------------------------------------------
	header and image hooks 
--------------------------------------------------------------------------------------------------*/

#header {
	width:700px;
    margin:0 auto 0 auto;
	padding:0;
}

#header img {
	display:block;
	margin:0;
	padding:0;
}

.hook {
}

/*--------------------------------------------------------------------------------------------------
	main content area
--------------------------------------------------------------------------------------------------*/

#logo {
	width:700px;
    margin:0 auto 0 auto;
	padding:25px 0 10px 0;
	text-align:left;
}

#logo img {
	display:block;
	margin:0;
	padding:0;
}

#content {
	width:425px;
	padding:25px 47px 0 0;
    margin:0;
	float:right;
	text-align:left;
}

#content img {
	display:block;
	margin:0;
	padding:0;
}

.success {
	font-size: 12px;
	line-height: 18px;
	padding: 8px 0 7px 10px;
}

.programs {
	font-size: 12px;
	line-height: 19px;
	padding: 5px 0 0 10px;
}

.quote1 { 
	padding:0 0 7px 0;
}

.quoter {
	color: #bdb79e;
	padding: 8px 0 22px 0;
	font-style: italic;
}

.quoter2 {
	color: #bdb79e;
	padding: 8px 0 0 0;
	font-style: italic;
}

ul.last { 
	padding:5px 0 25px 0;
}

.jp {
	font-size: 12px;
	color: #bdb79e;
	padding: 6px 0 15px 0;
	font-weight: bold;
}

.ellen {
	font-size: 12px;
	color: #bdb79e;
	padding: 6px 0 35px 0;
	font-weight: bold;
}

.aboutjp {
	padding: 5px 0 35px 0;
}
/*--------------------------------------------------------------------------------------------------
	footer
--------------------------------------------------------------------------------------------------*/

#footernav {
	width:744px;
	min-height:60px;
	text-align:center;
	vertical-align:top;
	margin:0 auto 0 auto;
	padding:0;
	background: url(../images/bottom.gif);
	background-repeat:no-repeat;
}

#footernav p {
	padding:50px 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	font-style: normal;
	font-weight: normal;
	color:#975b54;
}

a.nav:link {color: #bdb79e; text-decoration: none;}
a.nav:active {color: #bdb79e; text-decoration: none;}
a.nav:visited {color: #bdb79e; text-decoration: none;}
a.nav:hover {color: #FFFFFF; text-decoration: underline;}

/*--------------------------------------------------------------------------------------------------
	misc
--------------------------------------------------------------------------------------------------*/
.spacer {
	clear:both;
}
