/* GENERAL STYLE DEFINITIONS */

body { 
   margin: 0; 
   padding: 0;
   background: #DCDAAC url(/images_gf/main_bg.gif) top center repeat-y;
   text-align: center;
}

* {
   margin: 0; 
   padding: 0;
   font-size:11px; 
   font-family: Georgia, "Times New Roman", Times, serif; 
   color: #3D332E;
}

a {
   text-decoration: none;
}

a:visited {
   
}

a:hover {
   text-decoration: underline;
}

a.updated {
   text-decoration: none;
   color: #CC4602;
   font-weight: bold;
}

a:hover.updated {
   text-decoration: underline;
   color: #CC4602;
   font-weight: bold;
}

a.body {
   text-decoration: none;
   color: #CC4602;
}

a:hover.body {
   text-decoration: underline;
   color: #CC4602;
}

img {
   display: block;
}

p {
   padding: 5px 0 5px 0;
}

select, option {
   font-family: Tahoma, Arial, Verdana, sans-serif; 
}

.content {
   width: 715px;
   margin: 0px auto; 
   text-align: left; 
}

.undercartoon {
   width: 675px;
   margin: 0px auto; 
   text-align: center; 
   font-size:14px; 
   font-family: Times, serif; 
   color: #666666;
}

a:hover.undercartoon {
   width: 675px;
   margin: 0px auto; 
   text-align: center; 
   font-size:13px; 
   font-family: Times, serif; 
   ext-decoration: underline;
   color: #cc3300;
   font-weight: bold;
}
a.undercartoon {
   width: 675px;
   margin: 0px auto; 
   text-align: center; 
   font-size:13px; 
   font-family: Times, serif; 
   ext-decoration: underline;
   color: #cc3300;
   font-weight: bold;
}

.spacer {
   clear: both;
   line-height: 0;
   height: 0;
   font-size: 3px;
}

.footer {
   padding: 44px 0 30px 188px;  
}

.sa-left {
   float: left;
   width: 190px;
}

.sa-right {
   float: left;
   width: 175px;
}

.sa-center {
   float: left;
   width: 175px;
   padding-left: 90px;
}


#nextCartoon {
	display: block;
	float: left;
	text-indent: -9999px;
	width: 112px;
	height: 48px;
	background: url("/images/next.jpg") top left no-repeat;
}

#prevCartoon {
	display: block;
	float: left;
	text-indent: -9999px;
	width: 112px;
	height: 48px;
	background: url("/images/prev.jpg") top left no-repeat;
}

.copyright-left {
   float: left;
   padding-top: 2px;
   width: 357px;
   font-size:10px; 
   font-family: Tahoma, Arial, Verdana, sans-serif; 
   color: #B8B179;
}

.copyright-left a {
   font-size:10px; 
   font-family: Tahoma, Arial, Verdana, sans-serif; 
   color: #B8B179;
}

.copyright-left a:hover {
   font-size:10px; 
   font-family: Tahoma, Arial, Verdana, sans-serif; 
   color: #FFFCDF;
   background-color: #B8B179;
}

.copyright-right {
   float: left;
   width: 15px;
}