/* MISC */
body{
	background-color:#000000;
	font-size:90%;
}

.clear-both { clear:both; }

#frame {
	width: 740px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
}


/* HEADER */
#top {
	/*background-image: url(../images/header.jpg);
	background-repeat: no-repeat;*/
	height: 79px;
}

#top h1{
	visibility: hidden;
	display: none;
}

/* TOP COMEDIANS */
#comedians-top {
	width: 740px;
	height:140px; 
	background-image: url(../images/filmstrip.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
}

#comedians-top img {
	float: left;
	/*border: 1px solid #fff;*/
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 20px;
}

/* NAVIGATION */
#navigation {
	background-image: url(../images/nav_background.gif);
	background-repeat: no-repeat;
	height: 22px;
	margin-top: 0px;
	margin-bottom: 15px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 72%;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 8px;
}

.anylinkcss {
position:absolute;
visibility: hidden;
border-bottom-width: 0;
line-height: 20px;
z-index: 100;
background-color: #000;
border: 2px solid #ff0000;
border-top: 0;
margin-top: 8px;
}

.anylinkcss a:active, .anylinkcss a:link, .anylinkcss a:visited {
width: 100%;
display: block;
position:-20px;
padding: 1px 0;
text-decoration: none;
text-align: centre;
color: #666666;
}

.anylinkcss a:hover {
	text-decoration: none;
	color: #fff;
}

#navigation a:active, #navigation a:link, #navigation a:visited {
	color: #fff;
	text-decoration: none;
}

#navigation a:hover {
	color: #ff0000;
	text-decoration: none;
}

/* MAIN BODY */
#body {
	width:740px;
	background-image:url(../images/content_glow.jpg); 
	background-repeat:no-repeat; 
	background-position:bottom right;
}

#content-top {
	width:700px;
	height: 20px;
	padding: 17px 40px 0 0;
	text-align: right;
	background-image: url(../images/content_top.gif); 
	background-repeat:no-repeat;

}

#content {
	width:740px;
	background-image:url(../images/content_tile.gif); 
	background-repeat:repeat-y;
}

#left-column {
	width: 224px;
	height: 328px;
	background-image: url(../images/left-column.gif);
	background-repeat: no-repeat;
}

#left-column-picture {
	width: 224px;
	height: 328px;
	background-repeat: no-repeat;
	background-position: bottom left;
	float: left;
	background-color: #000;
}

#content-column {
	width: 476px;
	float: left;
	padding: 10px 20px 0 20px;
}

#content-bottom {
	width:740px;
	height: 40px;
	background-image:url(../images/content_bottom.gif); 
	background-repeat:no-repeat;
}

/* FOOTER */
#footer {
	width: 740px;
	/*float: right;*/
	padding: 10px 5px 10px 5px;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer-copyright {
	width: 630px;
	padding-right: 10px;
	float: left;
	font-size: 60%;
	color: #999;
}
#footer-copyright a:link, #footer-copyright a:active, #footer-copyright a:visited { text-decoration: underline; color: #fff; }
#footer-copyright a:hover { text-decoration: underline; color: #FF0000; }
#footer-credit {
	font-size: 70%;
	width: 100px;
	height: 22px;
	float: left;
	text-align: right;
	color: #999;
}
#footer-credit-logo{
	height: 22px;
	display: block;
	padding-right: 36px;
	background: url(../images/credit_2c.gif) top right no-repeat;
}
#footer-credit-logo { text-decoration: none; color: #999; }
#footer-credit-logo:hover { background-position: bottom right; }
#footer-credit-logo span { display: none; }

/* TEXT & LINKS */
#content p { color: #fff; font-size: 75%; font-family: Verdana, Arial, Helvetica, sans-serif; margin-bottom: 1.5em; margin-top: 0.5em; }
#content ul { color: #fff; font-size: 75%; font-family: Verdana, Arial, Helvetica, sans-serif; margin-bottom: 1.5em; margin-top: 0.5em; }
#content h2 { color: #ff0000; font-size: 130%; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; margin-bottom: 1em; margin-top: 0; line-height: 1em; }
#content h3 { color: #ff0000; font-size: 90%; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; margin-bottom: 1em; margin-top: 0; line-height: 1em; }
#content a:active, #content a:visited, #content a:link { text-decoration: underline; color: #FFFFFF; }
#content a:hover { text-decoration: underline; color: #FF0000; }

.red { color: #f00; }
