@charset "utf-8";
/* CSS Layout 03 for Illustration Page*/

body  {
	color: #424242;
	background-color: #231E1E;
	margin-top: 40px; /* this makes "text-align: left" the default on all body element, unless  tagged otherwise. */
}
#container  {
	width: 780px; /* this overrides the text-align: center on the body element. */
	background-color: #121212;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
} 
#header  {
	background-image: url(../images/elements/header_bg.gif);
	background-repeat: no-repeat;
	height: 150px;
	width: 780px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
} 
#header /* "Barbara Curry, Unity Tree Arts" header text is hidden by indenting, using bg image (above) instead */
  h1  {
	margin: 0; 
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	text-indent: -9999px;
}
#top_navigation/*This is the blended navigation bar background image*/
  {
	background-image: url(../images/elements/nav_bg.gif);
	width: 780px;
	height: 60px;
	background-repeat: no-repeat;
	position: relative;
	bottom: 0px;
}
#top_navigation /* "Menu" text is hidden by indenting, using bg image (above) instead */
  h1  {
	margin: 0; 
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-indent: -9999px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}

/*Group container for all five navigation tabs */
#top_navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	right: 25
	width: 500px;
	left: 260px;
	width: 500px;
	top: 4px;
	height: 25px;
}

/*Below creates navigation list in a horizontal row*/
#top_navigation li {
	display:inline;
	float: left;
	width: 100px;
}

/*Below are the cells for individual navigation tabs*/
#top_navigation li a:link, #top_navigation li a:visited {
	display:block;
	text-decoration:none;
	color:#7E592E;
	padding-right: 1em;
	padding-bottom: 0.2em;
	padding-left: 1em;
	background-color: #231F20;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.75em;
	font-weight: bold;
	margin-right: 1em;
}

/*Red color for hover and active navigation tabs*/
#top_navigation li a:hover, #top_navigation li a:active {
	color:#FF0000;
	background:#231E1E
}

/*Gold color for current page tabs*/
#top_navigation li a.current, #top_navigation li a.current:hover, #top_navigation li a.current:active {
	color:#7E592B;
	background:#231E1E
}	
#Section3  {
	width: 780px;
	height: 1000px;
}

#sidebar/* This is the container for "sidebar header" and "sidebar textbox" */
/* Since this element is floated, a width must be given */	
  {
	float: left;
	width: 250px;
	background-color: #121212;
	height: 1000px;
	margin: 0px;
	padding: 0px;
}
#sidebar_header  {
	height: 40px;
	width: auto;
	text-align: center;
	font-family: Georgia;
	font-size: 18px;
	line-height: 50px;
	margin-top: 10px;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #333333;
	margin-left: 5%;
	margin-bottom: 10%;
	margin-right: 5%;
}
#sidebar_textbox     {
	height: auto;
	width: auto;
	margin-top: 5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: 24px;
	margin-left: 5%;
	margin-bottom: 5%;
	margin-right: 5%;
}

#content {
	float: right;
	height: 1000px;
	width: 530px;
	margin: 0px;
	padding: 0px;
}

#content_header/* This is the container for "main content header" and "main content imagebox" */
  {
	width: 100%;
	height: 25px;
}
.pageName_style1 {
	padding-left: 15px;
	padding-top: 15px;
}

#content_imgbox {
	padding: 0px;
	height: 980px;
	width: 500px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Georgia;
	font-size: 18px;
	line-height: 50px;
}
.img_1 {
	background-position: center top;
	height: 95%;
	width: 95%;
	padding-left: 20px;
	padding-top: 0px;
	line-height: 60px;
	background-image: url(../images/illustrations/book_Illustration.jpg);
	background-repeat: no-repeat;
	font-family: Georgia;
	font-size: medium;
	text-indent: 30px;
	color: 231F20;
}

#footer  {
	height: 50px;
	width: 780px;
} 

.clearfloat {
	font-size: 1px;
	line-height: 0px;
	height: 0px;
	clear: both;
}
