/* CSS Document */

body {
background-image: url('images/bg.jpg'); 
background-attachment: fixed; 
background-repeat: repeat-x;
background-position: top center;
margin-top:0px;
}

#wrapper {
	text-align:center;
	width: 800px;
	margin: 0 auto;
	margin-top: 90px;
}

#navigation{
	float:right;
	width:800px;
	height:42px;
	margin:0 auto;
	}
	
	
	
/* animated btn1: bio */

a#btn1 img {
	background-image:url(images/button_bio.gif);
	height:42px;
	}
	
a#btn1:visited img {
	background-image:url(images/button_bio.gif);
	}
	
a#btn1:hover img {
	background-image: url(images/button_bio_over.gif);
	}
	
a#btn1:active img{
	background-image: url(images/button_bio_over.gif);
	}


/* animated btn2: book */

a#btn2 img {
	background-image:url(images/button_book.gif);
	height:42px;
	}
	
a#btn2:visited img {
	background-image:url(images/button_book.gif);
	}
	
a#btn2:hover img {
	background-image: url(images/button_book_over.gif);
	}
	
a#btn2:active img{
	background-image: url(images/button_book_over.gif);
	}
	
	
/* animated btn3: comedy */

a#btn3 img {
	background-image:url(images/button_comedy.gif);
	height:42px;
	}
	
a#btn3:visited img {
	background-image:url(images/button_comedy.gif);
	}
	
a#btn3:hover img {
	background-image: url(images/button_comedy_over.gif);
	}
	
a#btn3:active img{
	background-image: url(images/button_comedy_over.gif);
	}
	
	
/* animated btn4: book */

a#btn4 img {
	background-image:url(images/button_works.gif);
	height:42px;
	}
	
a#btn4:visited img {
	background-image:url(images/button_works.gif);
	}
	
a#btn4:hover img {
	background-image: url(images/button_works_over.gif);
	}
	
a#btn4:active img{
	background-image: url(images/button_works_over.gif);
	}
	
	
/* animated btn5: links */

a#btn5 img {
	background-image:url(images/button_links.gif);
	height:42px;
	}
	
a#btn5:visited img {
	background-image:url(images/button_links.gif);
	}
	
a#btn5:hover img {
	background-image: url(images/button_links_over.gif);
	}
	
a#btn5:active img{
	background-image: url(images/button_links_over.gif);
	}
	
	
/* animated btn6: blog */

a#btn6 img {
	background-image:url(images/button_blog.gif);
	height:42px;
	}
	
a#btn6:visited img {
	background-image:url(images/button_blog.gif);
	}
	
a#btn6:hover img {
	background-image: url(images/button_blog_over.gif);
	}
	
a#btn6:active img{
	background-image: url(images/button_blog_over.gif);
	}

	
#navigation div#carlLogo{position:absolute;top:0px;left:-50px;width:532px;height:253px;padding:0px;margin:-50;}
#navigation div#carlLogo{background:url('images/carlLogo.png') no-repeat; position:relative;top:-90px;left:-140px;filter:none;}
#navigation div#shows{position:relative;float:right;top:-375px;background-image:url(images/main_shows.jpg);width:307px;height:45px;padding-top:20px;padding-bottom:10px; padding-left:10px;padding-right:10px;}
#navigation div#links {position:relative;top:-250px;}
/*#navigation div#amfun {position:relative;float:left;width:42px;height:431px;background-image:url(images/main_amfunrep.png);top:-150px;}*/


.shows{text-align:left;font-size:9pt;color:#ffffff;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
	

#header {
	width: 800px;
	height:55px;
	background-image:url(images/main_header.gif);
	background-repeat:repeat-x;
	float:left;
}

#left {
	width:25px;
	height:460px;
	float:left;
	background-image:url(images/main_amfunrep.png);
	background-repeat:no-repeat;

}

#main {
	width:775px;
	height:100%;
	float:left;
	padding:0px;
	background-color:#FFFFFF;
}

#main_inside {
	width:775px;
	height:100%;
	float:left;
	padding:0px;
	background-color:#FFFFFF;
}

#main div#pic{float:left;width:775px;}
#main div#main_text div#text{float:left;text-align:left;width:550px; padding-top:20px;padding-left:40px;padding-right:20px;padding-bottom:10px;}
#main div#main_text div#video {
	text-align:center;
	float:left;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:9px;
	width:145px;
	height:100%;	
}
#main div#main_more{float:left;width:775px; height:230px;text-align:left;padding-bottom:20px;}

#main div#main_more div#main_book{float:left;background-color:#fff;width:160px;height:230px;padding-top:5px;padding-left:40px;padding-right:15px;padding-bottom:10px;}
#main div#main_more div#main_book div#sec_title{float:left;background-color:#fff;width:160px;height:50px;}
#main div#main_more div#main_book div#sec_pic{float:left;width:160px;height:85px;}
#main div#main_more div#main_book div#sec_text{float:left;background-color:#CCCCCC;width:150px;height:90px;padding-top:3px;padding-left:10px;padding-right:0px;padding-bottom:5px;}


#main div#main_more div#main_works{float:left;background-color:#fff;width:170px;height:230px;padding-top:5px;padding-left:15px;padding-right:15px;padding-bottom:10px;}
#main div#main_more div#main_works div#sec_title{float:left;background-color:#fff;width:160px;height:50px;}
#main div#main_more div#main_works div#sec_pic{float:left;width:160px;height:85px;}
#main div#main_more div#main_works div#sec_text{float:left;background-color:#CCCCCC;width:150px;height:90px;padding-top:3px;padding-left:10px;padding-right:0px;padding-bottom:5px;}


#main div#main_more div#main_blog{float:left;background-color:#fff;width:190px;height:230px;padding-top:5px;padding-left:5px;padding-right:5px;padding-bottom:10px;}
#main div#main_more div#main_blog div#sec_title{float:left;background-color:#fff;width:160px;height:50px;}
#main div#main_more div#main_blog div#sec_pic{float:left;width:160px;height:85px;}
#main div#main_more div#main_blog div#sec_text{float:left;background-color:#CCCCCC;width:150px;height:90px;padding-top:3px;padding-left:10px;padding-right:0px;padding-bottom:5px;}



#main_inside div#pic{}
#main_inside div#main_text{text-align:left; padding-top:20px;padding-left:40px;padding-right:20px;padding-bottom:10px;}
#main_inside div#main_more{text-align:left;}

#main_inside div#main_more div#main_book{float:left;background-color:#fff;width:160px;height:250px;padding-top:5px;padding-left:40px;padding-right:15px;padding-bottom:10px;}
#main_inside div#main_more div#main_book div#sec_title{float:left;background-color:#fff;width:160px;height:50px;}
#main_inside div#main_more div#main_book div#sec_pic{float:left;width:160px;height:85px;}
#main_inside div#main_more div#main_book div#sec_text{float:left;background-color:#CCCCCC;width:150px;height:90px;padding-top:3px;padding-left:10px;padding-right:0px;padding-bottom:5px;}


#main_inside div#main_more div#main_works{float:left;background-color:#fff;width:170px;height:250px;padding-top:5px;padding-left:15px;padding-right:15px;padding-bottom:10px;}
#main_inside div#main_more div#main_works div#sec_title{float:left;background-color:#fff;width:160px;height:50px;}
#main_inside div#main_more div#main_works div#sec_pic{float:left;width:160px;height:85px;}
#main_inside div#main_more div#main_works div#sec_text{float:left;background-color:#CCCCCC;width:150px;height:90px;padding-top:3px;padding-left:10px;padding-right:0px;padding-bottom:5px;}


#main_inside div#main_more div#main_blog{float:left;background-color:#fff;width:180px;height:250px;padding-top:5px;padding-left:5px;padding-right:5px;padding-bottom:10px;}
#main_inside div#main_more div#main_blog div#sec_title{float:left;background-color:#fff;width:160px;height:50px;}
#main_inside div#main_more div#main_blog div#sec_pic{float:left;width:160px;height:85px;}
#main_inside div#main_more div#main_blog div#sec_text{float:left;background-color:#CCCCCC;width:150px;height:90px;padding-top:3px;padding-left:10px;padding-right:0px;padding-bottom:5px;}




#main div#main_more div#poll{
	float:left;
	padding-left:10px;
	padding-right:10px;
	width:135px;
	height:100%;
}


#footer {
	float:left;
	width: 775px;
	height: 22px;
	margin-left:25px;
	background-image: url('images/footer.gif'); 
	text-align: right;
}

.footer-e {
	font-size: 10pt;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

a#footer-e {
	color:#FFFFFF;
	text-decoration: none;
}

a#footer-e:visited {
	color:#FFFFFF;
	text-decoration: none;

}

a#footer-e:hover {
	color:#000000;
	text-decoration: none;

}

a#footer-e:active {
	color:#000000;
	text-decoration: none;
}


a#vlink {
	color:#333333;
	text-decoration: none;
	font-size:8pt;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

}

a#vlink:visited {
	color:#999999;
	text-decoration: none;

}

a#vlink:hover {
	color:#000000;
	text-decoration: none;

}

a#vlink:active {
	color:#000000;
	text-decoration: none;
}



#spacer {
	float:left;
	width: 800px;
	height: 10px;
	}



#copyright {
	float: left;
	width: 400px;
	text-align:left;

}

#dsi {
	float:left;
	width: 400px;
	text-align:right;

}


/* dsi in copyright */

a#dsi {
	color:#FFFFFF;
	text-decoration: none;
}

a#dsi:visited {
	color:#FFFFFF;
	text-decoration: none;

}

a#dsi:hover {
	color:#CCCC00;
	text-decoration: none;

}

a#dsi:active {
	color:#CCFF00;
	text-decoration: none;

}


p {
	font-size: 8.5pt;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	line-height: 13pt;
}

h1 {
	font-size: 20pt;
	color: #000;
	font-family:impact;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

h2 {
	font-size: 15pt;
	color: #000;
	font-family:impact;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.copy {
	font-size: 8pt;
	color:#FFFFFF;
}

a:link {
	color:#666666;
	text-decoration: none;

}
a:visited {
	font-weight: normal;
	color:#333333;
	text-decoration: none;
}
a:hover {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
}

