body {
	width:750px;
	margin:0 auto;
	background-color: #FFFFFF;
}

#holder {
	width: 785px;
	border-right-width: thin;
	border-left-width: thin;
	border-left-style: solid;
	border-right-color: #663300;
	border-left-color: #663300;
	border-right-style: solid;
}

.image_default {
	border: 2px solid #663300;
}

/* ----- HEADER ----- */



#header {
	width:785px;
	height:176px;
	background-image: url(../images/layout/Wholistic-Journeys-Design3_01.png);
}

/* ----- TOP NAVIGATION ----- */
#top-box {
	width:785px;
	height:31px;
	background-image: url(../images/layout/Wholistic-Journeys-Design3_02.png);
}
#top-nav {
	display: inline;
	padding: 0px;
}
#top-nav li{
	display: inline;
	padding-left: 25px;
}

#top-nav li a{
	color: #000099;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}

#top-nav li a:visited{
	color: #000099;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#top-nav li a:hover{
	color: #0066FF;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* FAUX LAYOUT WRAPPER */


/* 
This div is optional: When you delete it the navigation bar and the content block won't have the same size when one of them has a larger height then the other. I recommend you to leave this faux layout wrapper here.

IMPORTANT: In order to make this work you have to download http://csseasy.com/layouts/fixed/background_3.gif (copy past in your address bar) and place it in the same folder as this html file. DON'T HOTLINK to this file.
*/


#wrapper{
	width:785px; /* WARNING: IF YOU CHANGE THE COLORS OF THE LAYOUT YOU HAVE TO CHANGE THIS IMAGE! */
	overflow:auto;
	background-repeat: repeat-y;
}


/* ----- LEFT NAVIGATION ----- */

.left-box-header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #660000;
}

#left-box {
	width:223px;
	float:left;
	min-height:500px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:500px;
	padding-top: 10px;
}
#left-nav {
	list-style:none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	margin: 0;
}
#left-nav li{
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 2px;
}
#left-nav li a{
	color: #1936B4;
	font-size: 14px;
	text-decoration: none;
	font-style: italic;
}

#left-nav li a:visited{
	color: #1936B4;
	font-size: 14px;
	text-decoration: none;
	font-style: italic;
}

#left-nav li a:hover{
	color: #1936B4;
	font-size: 14px;
	font-style: italic;
}
/* ----- MAIN CONTENT ----- */



#content {
	margin-left:225px;
	width:550px;
	min-height:500px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:500px;
	margin-top:10px;
	margin-right: 5px;
}



/* ----- FOOTER ----- */



#footer {
	width:785px;
	height:25px;
	background-color:#333333;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}

/* ----- Text ----- */

.header{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}
.link {
	color: #0000FF;
}
.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
}
.italic {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
}	
