*
{
	margin: 0px;
	padding: 0px;
}

/************ MAIN BODY FOR ALL TEXT  ************/
body {
	background: #E4D8B4 url(images/page_back.gif) repeat-x;
	font: 13px Arial, Helvetica, sans-serif;
	color: #353535;
	/* #383838 */
}



/******** any links on the page not covered by the other divs ********/

/* These are in the correct order - link, visited, hover */
a {
/*	text-decoration:none; 
	color: #9E885E;
*/
	color: #9E885E;
}

a:visited {
/*	text-decoration:none; 
	color: #C3AD6A;
*/
	color: #C3AD6A;
}

a:hover {
	text-decoration:underline;
	xcolor: #878A44;
	color: #9A845A;
}

.downloadtext { 
	font-size:18px;
    font-weight:bold;
}




/******** main outer div of the entire page ********/
#content
{
	margin: 0 auto;
	background: #ffffff;
	width: 810px;
	text-align: left;
}

/******** The div around the content section ********/
#main
{
	width: 800px;
	padding-top: 10px;
}

/******** The main color for the background text part of the page ********/
#back
{
	width: 800px;
	padding-left: 10px;
	padding-right: 10px;
	background: #ffffff;
}

/******** This is the heading at the top of the page ********/
#header {
	background: url(images/header2.jpg) no-repeat;		
	padding-top: 204px;
}


#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 18px;
	color: #ffffff;
}

#logo H2 a
{
font-size: 12px;

}


/******** Menu bar below the header graphic ********/
#menu
{
	width: 800px;
	height: 48px;
	padding-left: 0px;
	background: url(images/menu.gif) no-repeat;
}

#menu ul {
	list-style: none;	
}

#menu li {
	
	display: inline; 
	
}

#menu a {
	float: left;
	width: 120px;
	height: 33px;
    display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	padding-top: 15px;
	font-size: 14px;
	text-transform: uppercase;
}

#menu a:hover {
	width: 120px;
    height: 33px;
	color: #FFF8B3;
	text-decoration: underline;
	background: url(images/menu_r.gif) repeat-x;
}


/******** Menu bar below the header graphic 5 or less items ********/
#menu5
{
	width: 800px;
	height: 48px;
	padding-left: 0px;
	background: url(images/menu.gif) no-repeat;
}

#menu5 ul {
	list-style: none;	
}

#menu5 li {
	
	display: inline; 
	
}

#menu5 a {
	float: left;
	width: 140px;
	height: 33px;
    display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	padding-top: 15px;
	font-size: 14px;
	text-transform: uppercase;
}

#menu5 a:hover {
	width: 140px;
    height: 33px;
	color: #FFF8B3;
	text-decoration: underline;
	background: url(images/menu_r.gif) repeat-x;
}



/******** Menu bar below the header graphic 7 or more items ********/
/****** FRONT PAGE ******/
#menu7
{
	width: 800px;
	height: 48px;
	padding-left: 0px;
	background: url(images/menu.gif) no-repeat;
}

#menu7 ul {
	list-style: none;	
}

#menu7 li {
	
	display: inline; 
	
}

#menu7 a {
	float: left;
	width: 100px;
	height: 33px;
    display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	padding-top: 15px;
	font-size: 14px;
	text-transform: uppercase;
}

#menu7 a:hover {
	width: 100px;
    height: 33px;
	color: #FFF8B3;
	text-decoration: underline;
	background: url(images/menu_r.gif) repeat-x;
}



/******** div of the left side panels ********/
#left
{
	width: 230px;
	float: left;
}

#left H3
{
	width: 204px;
	height: 28px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 25px;
	padding-top: 15px;
	text-transform: uppercase;
	color: #ffffff;
	background: url(images/pnl_title.gif) repeat-x
}


#left ul {
	list-style: none;
	margin-bottom: 10px;
	background: url(images/pnl_title_back.gif) repeat-x top;
}


#left li ul {
	border: 0px;
	margin-left: 5px;
	margin-bottom: 10px;
	padding-top: 20px;
	background: none;
}

#left li li {
	padding: 4px 20px;
}

/* These are in the correct order - link, visited, hover */
#left a {
	text-decoration:none;
/*
	color: #9E885E;
*/
	color: #9D875D;
}

#left a:visited {
	text-decoration:none;
/*
	color: #C3AD6A;
*/
	color: #C2AC69;
}

#left a:hover {
	text-decoration:underline;
	xcolor: #878A44;
	color: #9A845A;
}

#left p
{
	padding: 10px;
}

/** div inside of the left side panels **/
.divlist {
	width: 229px; 
	height: 600px;
	/* was 320 when FY was present */
	overflow-y: scroll;
/*
background: url(images/pnl_title_back.gif) repeat-x fixed; 
	
	scrollbar-base-color:#DCCC89;
	scrollbar-face-color:#E4D8B4;
	scrollbar-arrow-color:#8A754A;
	scrollbar-shadow-color:#9C865B;
	scrollbar-darkshadow-color:#8A754A;
*/
}

/** Comic inside of the div inside of the left side panels **/
.divlisthdr {
	padding-left:40px;
	color:#8A754A;
	font-size:16px;
	line-height:24px;
	font-weight:bold;
}

/** Chapters inside of the div inside of the left side panels **/
.divlistitem {
	padding-left:10px;
	color:#8A754A;
}

/** Comic View Items inside of the div inside of the left side panels **/
.divlistview {
	padding-left:40px;
	color:#8A754A;
	font-size:14px;
	line-height:24px;
	font-weight:bold;
}


/**********************************************/
/******** div of the right side panels ********/
/**** This covers all of the body text ****/
#right
{
	float: right;
	width: 530px;
	padding-right: 30px;
}

#right H4
{
	margin: 0;
	padding: 0px;
	font-size: 14px;
/*	color: #C5C5C5; */
	color: #353535;
}

/********************  THESE ARE THE MAIN SECTION LINK COLORS ********************/
/* These are in the correct order - link, visited, hover */
#right a {
/*	text-decoration: none;
	color: #918E48;
*/	
	color: #8F8C46;
	color: #9E885E;
}

/*  REMOVED
#right a:visited {
	text-decoration:none;
	color: #C3AD6A;
}
*/

#right a:hover {
	text-decoration:underline;
	xcolor: #878A44;
	color: #9A845A;
}


#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 0px;
	color: #918E48;
	text-align: center;
}

#right h3 {
	margin: 0;
	padding: 0;
	padding-top: 0px;
	color: #918E48;
	font-weight:bold;
}

#right .pics {
	float: left; 
	padding: 5px 10px 5px 0px;	
}

#right ol, #right ul
{
margin-left: 30px;
}


.date {
	text-align: right;
	color: #918E48;
	font-size: 11px;
}

.date a {
	color: #918E48;
}


.freebiepics {
	border:thick solid #C8B273 
}


#footer {
	height: 49px;
	width: 800px;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	background: url(images/footer.gif) repeat-x bottom;
	border-top: 4px solid #918E48;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}


/**********************************************/
/* Javascript open and close DIV's */

.childdiv {
	display:none;
} 

.navbutton {
	background-color:#9F895F; 
	color:#FFF; 
	width:100px;
}

/********** Email Buttons ***********************/

.ebuttons {
	background-color:#9F895F;
	color:#FFF;
}

#contact {
	color: #353535;
/*	color:#918E48;
	border-style:solid;
	border-width:thin; */
}

#portfolio {
/*	color:#918E48; */
	color: #353535;
}

#models {
/*	color:#918E48; */
	color: #353535;
}

#contactthankyou {
/*	color:#918E48; */
	color: #353535;
	margin-left:20px;
}

