body
{
	background-color: #000000;
}

#page
{
	background-color: #ffffff;
	margin: 0px auto;
	width: 790px;
	border: 2px solid #75A02C;
}



/* Headings */

h1.top_page
{
	font-family: Papyrus, Garamond, Arial;
	font-size: 28px;
	color: #999933;
}


h1.quote_box_heading
{
	font-family: arial;
	font-size: 12px;
	text-align: center;

}

h1.stat
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	display: inline;
}

h1.stat_value
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	display: inline;
}


h1.gallery_title
{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

h1.resource_box_header
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}


h1.comment_title
{
	width: 200px;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #91ACFF;
	background-color: #F7F9FF;
}


h1.gallery_method
{
	width: 200px;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #91ACFF;
	background-color: #F7F9FF;
}


h2.news_title
{
	font-family: Arial;
	font-size: 22px;
	font-weight: bold;
	display: inline;
}

h2.quote_box_char
{
	font-family: Arial;
	font-size: 12px;
	display: inline;
}

h2.quote_box_quote
{
	font-family: Verdana;
	font-size: 11px;
	font-style: italic;
	display: inline;
	font-weight: normal;
}

h2.comment_box_comment
{
	font-family: Verdana;
	font-size: 11px;
	font-style: italic;
	display: inline;
	font-weight: normal;
}

h2.quote_box_movie
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
}

h2.image_comment_name
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
}

h2.character_tag
{
	padding: 2px;
	margin: 2px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	display: inline;
	border: 1px solid #acd373;
	background-color: #fafff3;
}

h2.tag_header
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	display: inline;
}
	

h3.posted_on
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	display: inline;
}


h2.news_title_small
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	display: inline;
}

h2.news_title_small a
{
	color: #2771C9;
}

h2.news_title_small a:hover
{
	color: #acd373;
}


h2.resource_link
{
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
}

h2.resource_link a
{
	color: #2771c9;
}

h2.resource_link a:hover
{
	color: #acd373;
}



h2.news_movie_small
{
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
}

#news_article
{
	font-family: arial;
	font-size: 14px;
}









/* Boxes */

#contextads
{
	margin: 5px;
	float: right;
}

#content_box
{
	margin-left: 10px;
	margin-right: 10px;
}


#adsense_box
{
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;	
}

#quote_box
{
	padding: 4px;
	float: right;
	width: 250px;
	border: 1px solid #acd373;
	background-color: #fafff3;
}

#quote_box_page
{
	margin: 6px;
	padding: 4px;
	float: left;
	width: 425px;
	border: 1px solid #acd373;
	background-color: #fafff3;
}

#quote_box_movie_page
{
	padding: 4px;
	float: left;
	width: 200px;
	border: 1px solid #acd373;
	background-color: #fafff3;
}

#image_comment_box
{
	margin:0px auto;
	margin-bottom: 10px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 0px;
	width: 375px;
	border: 1px solid #acd373;
	background-color: #fafff3;
}

#add_image_comment_box
{
	margin:0px auto;
	margin-bottom: 10px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: Verdana;
	font-weight: normal;
	font-size: 12px;
	width: 400px;
	border: 1px dashed #acd373;
}
	



#resource_box_movie_page
{
	margin-bottom: 9px;
	padding: 4px;
	float: left;
	width: 200px;
	border: 1px solid #91ACFF;
	background-color: #F7F9FF;
}


#poster_box
{
	float: right;
	display: inline;
}

#gallery_image_box
{
	padding-top: 12px;
}

	




/* Navigation Stuff */

#nav_box
{

	margin-top: 6px;
	margin-left: 6px;
	width: 120px;
	background-color: #CCCC66;
	border: 1px solid;

}

#nav_box ul
{
	margin:0;
	padding:0;
	list-style:none;
}

#nav_box li
{
	align: right;
	margin:0;
	padding:0;
}

#nav_box a
{
	text-decoration: none;
	color: #025B6B;
	display: block;
	padding: 0px 0px;
}

#nav_box a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666600;
}

a.nav
{
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 15px;
	width: 120px;
	text-decoration: none;
	text-indent: 5px;
}

a.nav: link
{
	padding: 0px 0px 0px 0px;
	font-size: 15px;
	width: 120px;
	text-indent: 5px;
}

a.nav:link, a.nav:visited 
{
	display: block;
	font-size: 15px;
	font-weight: bold;
	padding: 2px 0px 2px 0px;
	width: 120px;
	text-indent: 5px;
}

a.nav:hover
{
	background-color: #E3E3E3;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-indent: 5px;
}




#movie_link a
{
	font-family: Arial;
	font-size: 18px;
	color: #D7C712;
}

#movie_link a:hover
{
	font-family: Arial;
	font-size: 18px;
	color: #D7C712;
	border: 1px solid #75A02C;	
}


#character_link a
{
	font-family: Arial;
	font-size: 18px;
	color: #D7C712;
}

#character_link a:hover
{
	font-family: Arial;
	font-size: 18px;
	color: #D7C712;
	border: 1px solid #75A02C;	
}


#contribute_link a
{
	font-family: Arial;
	font-size: 15px;
	color: #3C45F6;
}