body {
	background-image: url('AcE-Anime-Banner.jpg');
	background-repeat: no-repeat;
	background-color: #FFFAB2;
}
/*------------------------------------------Banner Section------------------------------------------*/
#banner {
	white-space:nowrap;
	text-align: center;
	font-family: "Jenkins v2.0", "Monotype Corsiva";
	font-size:120px;
	color:yellow;
}
#banner p {margin:0px;}
/*-------------------------------------------Menu Section-------------------------------------------*/
#leftpane {float:left;}
#menu {
	background: blue;
	float:left;
	width:150px;
	border-top:solid 5px #000080;
	border-left:solid 5px #000080;
	border-bottom:solid 5px #00AEED;
	border-right:solid 5px #00AEED;
	color:#FFFAB2;
	font-family:"Monotype Corsiva";
	font-size:20px;
	letter-spacing:1px;
	text-align:center;
	padding:3px 3px 0px 3px;
}
#menu a {
	display:block;
	margin-bottom:3px;
	border-top:solid 3px #00AEED;
	border-left:solid 3px #00AEED;
	border-bottom:solid 3px #000080;
	border-right:solid 3px #000080;
	color:#FFFFFF;
	text-decoration:none;
}
#menu a:hover {background-color:#00707E;}
#selected {
	margin-bottom:3px;
	border-top:solid 3px #000080;
	border-left:solid 3px #000080;
	border-bottom:solid 3px #00AEED;
	border-right:solid 3px #00AEED;
}
					    /*Shows Rating*/
#rating {
	float:left;
	clear:left;
	margin-left:12px;
	margin-top:10px;
	text-align:center;
	background-color:#A4D4B0;
	border-left:3px solid #69C08A;
	border-top:3px solid #69C08A;
	border-right:3px solid #D5E9D7;
	border-bottom:3px solid #D5E9D7;
	width:125px;
}
#rating p {
	font-family:"Jenkins v2.0",Freshbot,Arial;
	font-size:22px;
	padding:0px;
	margin:0px;
}
.rate {width:120px;height:17px;}
#rate_1 {background-image:url('shows/images/rate1.jpg')}
#rate_2 {background-image:url('shows/images/rate2.jpg')}
#rate_3 {background-image:url('shows/images/rate3.jpg')}
#rate_4 {background-image:url('shows/images/rate4.jpg')}
#rate_5 {background-image:url('shows/images/rate5.jpg')}
/*------------------------------------------Content Section------------------------------------------*/
#content {
	margin-left:170px;
	margin-right:0px;
}
.showpic_r {float:right;padding:15px;}
.showpic_l {float:left;padding:15px;}
					     /*Sub menu*/
.submenu {
	text-align:center;
	font-family:Arial;
	font-size:15px;
	font-variant:small-caps;
	border-bottom: 3px dotted red;
}
.submenu span {
	white-space:nowrap;
	background-color:#9DD05B;
	border-left:2px solid #7DC623;
	border-top:2px solid #7DC623;
	border-right:2px solid #BBDB88;
	border-bottom:2px solid #BBDB88;
	line-height:25px;
}
.submenu span a {text-decoration:none;}
					   /*Download Link*/
#download p {text-align:right;}
.downlink {
	white-space:nowrap;
	background-color:#3D107B;
	border-left:3px solid #330B67;
	border-top:3px solid #330B67;
	border-right:3px solid #5C3E90;
	border-bottom:3px solid #5C3E90;
	line-height:30px;
}
.downlink a {text-decoration:none;color:#FEF886;}
.downlink_g {text-align:center;}
					/*Index page quote box*/
.quote {
	margin-left: 50px;
	width: 375px;
	font-family:Freshbot, Arial;
	font-size:25px;
	background-color:#8CCCCA;
	border-left:7px solid #49BAB6;
	border-top:7px solid #49BAB6;
	border-right:7px solid #BEE0DF;
	border-bottom:7px solid #BEE0DF;
	padding:10px;
}
.quote p {padding:0px;margin:0px;}
.q2 {text-align: right;}
					      /*Gallery*/
.picturelink {
	width: 200px;
	height: 250px;
	float: left;
	margin: 10px;
	text-align:center;
}
.picturelink a {text-decoration:none;}
.gallerylink {
	width: 175px;
	height: 130px;
	float: left;
	margin: 7px;
	text-align:center;
	background-color:#EF8861;
	border-left:3px solid #E7573B;
	border-top:3px solid #E7573B;
	border-right:3px solid #F6B28F;
	border-bottom:3px solid #F6B28F;
	padding-top:5px;
}
.gallerylink a {text-decoration:none;}
					       /*Movie*/
.movie {
	float:right;
}
/*------------------------------------------Universal Section------------------------------------------*/
.smallcap {font-variant:small-caps;}
.hidden {display:none;}
