/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {	border: 0;	outline: 0;	font-size: 100%;	padding: 0;	margin-top: 0px;	margin-right: 0px;
	margin-bottom: 0px;	margin-left: 0px;}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {	background-color: #E6E6E6;	color: #333333;	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	line-height: 14px;	margin: 0 0 0 0; 	padding: 0 0 0 0; 	text-align: center;  		}
/* Commonly used to style page titles. */
h1 {  color: #725B4F; font-size: 14px;  font-weight: bold;  line-height: 14px; border-bottom: 1px solid #847066; margin-bottom:12px;}
/* Commonly used to style section titles. */
h2, h3 {  color: #60473A;  font-weight: bold;  line-height: 14px;}

/* Sets the style for unvisited links. */
a,  a:link {  color: #725B4F;  font-size: 10px;  font-weight: normal;  text-decoration: none;}/* Sets the style for visited links. */
a:visited {  color: #95847B;  font-weight: normal;  text-decoration: none;}
/* Sets the style for links on mouseover. */
a:hover {  color: #847066;  text-decoration: underline;}
/* Sets the style for a link that has focus. */
a:focus {  color: #000;}
/* Sets the style for a link that is being activated/clicked. */
a:active {  color: #CC0000;}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {  background-color: #DCD6D3;  margin: 0 auto 0 auto;   min-width: 790px;  text-align: left;   width: 990px; }
#outerWrapper #contentWrapper {	background-color: #E6E6E6; background:0 0 repeat-y url(/images/bg/tile.jpg);  }
#outerWrapper #contentWrapper #leftNav {	background-color: #666666;	border-right: solid 1px #666;	color: #DCD6D3;	float: left;	padding: 0px;	width: 179px;	text-align:right; }
#outerWrapper #contentWrapper #leftNav #navTree {	margin: 142px 0px 0px 5px;}
#outerWrapper #contentWrapper #leftNav h1 {  color: #E6E6E6;  font-size: 12px;  font-weight: bold; width:auto;}
#outerWrapper #contentWrapper #leftNav h2 {  color: #E6E6E6;  font-weight: bold;}
#outerWrapper #contentWrapper #leftNav a, #outerWrapper #contentWrapper #leftNav a:link {  color: #EBEBEB;}
#outerWrapper #contentWrapper #leftNav a:visited {  color: #B3B3B3;}
#outerWrapper #contentWrapper #leftNav a:hover {  color: #999999;}
#outerWrapper #contentWrapper #leftNav a:active {  color: #ff0000;}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #innerWrapper {	background-color: #DCD6D3;	margin: 0 0 0 180px; 	padding: 10px 10px 10px 10px; }
div#outerWrapper div#contentWrapper div#innerWrapper { padding:0px; }
#outerWrapper #contentWrapper .clearFloat {  clear: left;  display: block;}
#outerWrapper #contentWrapper #header { border:1px solid #DCD6D3; height: 125px;	width: 100%; border-bottom: 1px solid #F2F2F2; background: 0 0 no-repeat url(/images/bg/Zanta_log.png); display:block; border-right:none; border-left:none;   }

div#outerWrapper div#contentWrapper div#innerWrapper div#innerContentWrapper { 		padding:0px;	background: 0 0 no-repeat url(/images/bg/rose.jpg); background-color:#f7f7f5;}
div#outerWrapper div#contentWrapper div#innerWrapper div#innerContentWrapper #mainContent {	padding: 10px;	width: 550px;	margin: 0px 0px 0px 0px;}
div#outerWrapper div#contentWrapper div#innerWrapper div#innerContentWrapper div#mainContent div#mainWrapper_display { width: 750px; }
div#outerWrapper div#contentWrapper div#innerWrapper div#innerContentWrapper #rContent { width: 190px; margin: 22px 10px 0px 0px; text-align:center;}
div#outerWrapper div#contentWrapper div#innerWrapper div#innerContentWrapper #rContent #zanta_img { margin: 30px 0px 20px 0px; }
div#outerWrapper div#contentWrapper div#innerWrapper div#innerContentWrapper #rContent #zanta_diary {text-align: left; padding:5px; background-color:#DCD6D3; height:auto; margin-bottom:20px; }

div#outerWrapper div#contentWrapper div#innerWrapper div#innerContentWrapper #bread_crumb { font-size: 80%; margin: 0px 0px 16px 0px; color:#95847B; }
#footerNav {	width: auto;	margin: 40px 0px 0px 0px;	padding: 0px 0px 0px 15px;	color: #95847B; font-size: 10px; text-align:center;}
div#outerWrapper div#contentWrapper div#innerWrapper div#innerContentWrapper #mainContent #thankYou { margin:50px 0px 0px 50px; }
div#outerWrapper div#contentWrapper div#innerWrapper div#innerContentWrapper #mainContent h2, p, h3 { margin: 18px 20px 5px 20px; }
div#outerWrapper div#contentWrapper div#innerWrapper div#innerContentWrapper #mainContent div#cv h3 {  }
div#outerWrapper div#contentWrapper div#innerWrapper div#innerContentWrapper #mainContent h2 { font-variant:small-caps; font-size:11px; }
div#outerWrapper div#contentWrapper div#innerWrapper div#innerContentWrapper #mainContent h2 span.h2-indent { font-size:90%; font-variant:normal; font-style:italic; }
/* =p */
#outerWrapper #contentWrapper #header p { font: 18px Verdana, Arial, Helvetica, sans-serif; text-transform:uppercase; color:#725B4F; margin:80px 0px 0px 40px; letter-spacing:8px;}
div#outerWrapper div#contentWrapper div#innerWrapper div#innerContentWrapper #mainContent p  { line-height: 1.5em; color:#60473A; margin-top: 5px; }
div#outerWrapper div#contentWrapper div#innerWrapper div#innerContentWrapper #mainContent div#cv p { margin-top:8px; margin-bottom:8px; text-align:justify; }
div#outerWrapper div#contentWrapper div#innerWrapper div#innerContentWrapper #zanta_diary p {margin: 0px; }
div#outerWrapper div#contentWrapper div#innerWrapper div#innerContentWrapper #mainContent p.reference, span.reference { text-align:right; font-style:italic; font-size:90%; font-weight:normal; }
/* =h3 */
div#outerWrapper div#contentWrapper div#innerWrapper div#innerContentWrapper #rContent #zanta_diary h3 { font: 11px bold; margin:0px; border-bottom: 1px solid #F2F2F2; padding-bottom:8px;}
/* =ul */
div#zanta_diary ul { list-style:none; margin:10px 0px; padding:0; border-bottom: 1px solid #F2F2F2;}
div#zanta_diary ul li { margin-left: 10px; padding:2px 0px; }
div#zanta_diary ul li.concertHead { margin-left:0px; padding:0px; font-weight: bold; }

div#mainWrapper ul { list-style:none; margin:10px 0px 10px 20px; padding:0; border-bottom: 1px solid #95847B;}
div#mainWrapper li { padding: 3px 0px; margin-left:12px; }
div#mainWrapper ul li.concertHead { font-weight:bold; font-size:14xp; margin-left:0px; }
div#mainWrapper ul li span { font-style:italic; margin-left: 22px; }

