body
{
	background-color: #E7E7E7;
}

#page
{
	background-color: white;
	border: 0px;
	margin: 0px auto;
	width: 800px;
}

/* Left Column Stuff */

#left_col
{
	width: 160px;
	float: left;
	
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 15px;
	margin-left: 10px;
}



/* Right Column Stuff */

#right_col
{
	width: 520px;
	float: right;
}



/* Nav Stuff */

#nav
{
	text-align: right;
	
	font-family: Arial;
	font-size: 18px;
	
	background-color: #000000;
	
	height: 23px;
}

#nav a
{
	text-decoration: none;
	color: #ffffff;
}

#nav a:hover
{
	color: #000000;
	background-color: #ffffff;
}



#news_story
{
	font-family: Arial;
	background-color: #FFFFE3;
	font-size: 14px;
}


#footer
{
	background-color: #ffffff;
}


h1.main
{
	text-align: left;
	font-family: Arial;
	font-size: 23px;
	
	border: 1px solid;
	
	background-color: #ffffff;
}


h1.news_title
{
	font-family: Arial;
	font-size: 14px;
	display: inline;
}


h1.news_date
{
	font-family: Arial;
	font-size: 11px;
	display: inline;
}


h1.char_name
{
	font-family: Arial;
	font-size: 18px;
	display: inline;
}

h1.voice_name
{
	font-family: Arial;
	font-size: 13px;
	display: inline;
}

h1.guestbook_link
{
	font-family: Arial;
	font-size: 15px;
}

h1.guestbook_link a
{
	text-decoration: none;
}


h2
{
	text-align: left;
	font-family: Arial;
	font-size: 20px;
}


#char_description
{
	font-family: Arial;
	font-size: 13px;
}


#char_image
{
	float: left;
	margin-right: 10px;
}


#link
{
	font-family: Arial;
	font-size: 14px;
}

#link a
{
	text-decoration: none;
}

#link a:hover
{
	text-decoration: underline;
}


#book_entry
{
	width: 75%;
}

#book_entry td#name
{
	background-color: white;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
}

#book_entry td#value
{
	background-color: white;
	font-family: arial;
	font-size: 14px;
	font-weight: normal;
}

td#book_field
{
	font-family: arial;
	font-size:14px;
	font-weight: bold;
}

#top_header
{
	background-color: #990000;
	text-align: center;
	
}

#links_box
{
	border-style: solid;
	border-width: 1px;
	border-color: #ddd6cf;
	background-color: #F3FF2F;
	
	width: 805px;
	height: 20px;
	
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.nav_line
{
	font-family: arial;
	font-size: 15px;
	text-align: center;
	
}

.thanks
{
	font-family: arial;
	font-size: 16px;
}

.viewbook
{
	font-family: arial;
	font-size: 18px;
}

.viewbook a
{
	color: #000000;
	text-decoration: none;
}

.viewbook a:hover
{
	color: #0000ff;
}


/* Store Stuff */

h2.store
{
	font-family: Arial;
	font-size: 16px;
}

h3.store
{
	font-family: Arial;
	font-size: 13px;
}

h4.store
{
	font-family: Arial;
	font-size: 13px;
}

ul.store
{
	font-family: Arial;
	font-size: 14px;
	
	list-style: none;
}

li.store
{
	padding-left: 10px;
	padding-bottom: 6px;

	background-image: url(/disney/cars/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

#store_right_banner
{
	float: right;
}

#store_link
{
	display: inline;
	
	padding-left: 5px;
	
	font-family: Arial;
	font-size: 17px;
}


/* Rating Stuff */

#rating
{
	text-align: left;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
}

#rating_table
{
	border: 5px solid yellow;
}

th#rating_header
{
	background-color: #990000;
	color: #E7E7E7;
}

td#rating_data
{
	background-color: #E7E7E7;
	text-align: center;
}

td#rating_total
{
	text-align: center;
}


#add_review
{
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

#add_review a
{
	text-decoration: none;
	color: #000000;
	background-color: #ffffff;
}

#add_review a:hover
{
	color: #ffffff;
	background-color: #000000;
}