
/*BODY*/
body {
	background-color:#A5BDD2;
	font-family:"arial" , arial, sans-serif;
	color:#325878;
	}
	
a {
	color:#325878;
	text-decoration:none;
	}
	
a:hover {
	color:#C2DFF3;
	}

img {
	border: 0px;
}

/*CONTAINER STYLES*/

#main {
	width:700px;
	margin:auto;
	}
	
#header {
	background-image: url(images/header.jpg);
	width:100%;
	height:173px;
	font-family:Arial, sans-serif;
	text-align:right;
	}

#image {
	height: 125px;
	width: 125px;
	float: left;
	margin:8px 8px 0 0;
}

.cd {
	margin: 8px 13px;
	float: right;
}

.paypal {
	margin: 8px 13px 3px 13px;
	float: right;
}
#description {	
	width:100%;
	border:1px #325878 solid;
}

#left {
	width:100%;
	margin-top:0px;
	}
	
#right {
	width:100%;
	margin:0px 0px 0px 0px;
	margin-top:0px;
	border:0px #325878 solid;
	}
#right ul {
	list-style: none;
	padding-left: 55px;
}	
#right ul li {
	font-size: 80%;
}

	
#search {
	position: relative;
	top: -20px;
	margin:0px 13px 0px 0px;
	text-align:right;
	float:none;
	}
	
#copyright {
	width:100%;
	margin:5px 0px 0px 0px;
	text-align:center;
	}
	

/*TEXT STYLES*/

h1 {
	color:#000;
	font-size:35px;
	padding-right:5px;
	}
	
h2 {
	font-size:18px;
	margin:8px 0px 0px 0px;
	padding:3px 3px 0px 18px;
	color: #C2DFF3;
	background-color: #517193;
	}
	
h2 a {
	color: #C2DFF3;	
}

p {
	margin:2px 0 0 5px;
	padding: 8px 13px;
	text-align:justify;
	color:#000000;

	}

#quote_box {
	width: auto;
	color: #000;
	background-color: #BDC9D7;;
	margin:8px 13px 8px 18px;
	padding: 0px 5px;
	border: 1px solid #517193;
}
#quote_box ul {
	list-style: none;
	margin: 0px;
	padding: 5px 0px;
}
#quote_box ul li {
	font-size: 12px;
	padding: 0px 5px;
}
#quote_box .more {
	text-align: right;
	padding-right:34px;
}
#quote_box .more a:hover {
	color:#000;
	}

#contents_box {
	color: #000;
	background-color: #BDC9D7;;
	float: right;
	margin:8px 13px;
	border: 1px solid #517193;
}
#contents_box a:hover {
	color: #000;
}

#contents_box ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#contents_box ul li {
	font-size: 14px;
	text-align: right;
	padding: 0px 5px;
}
#contents_box .this_one {
	background-color: #517193;
	color: #C2DFF3;
	padding-bottom: 1px;
}

.episodes {
	width: 125px;
	float: right;
	margin:13px 13px 3px 13px;
	height: 100px;
	background-color: #A5BDD2;
	background-image: url("images/play_bg.jpg");
	background-position: right;
	vertical-align: top;
	}

.frappr {
	margin:13px 13px 3px 13px;
	background-color: #A5BDD2;
}

#number {
	color: #000;
	font-size: 24px;
	line-height: 0px;
	text-align: right;
	position: relative;
	top: 34px;
	left: 134px;
}

.description_text {
	padding:5px;
	}
	
.copy {	
	border-top: 1px solid #517193;
	padding: 13px 0px;
	font-size:10px;
	}

/*NAVIGATION STYLES*/
#navbuttons {
	width:700px;
	position: relative;
	top: -28px;
	height:28px;
	text-align:center;
	}

#navbuttons ul {
	display:inline;  
	list-style:none;
	}

#navbuttons li {
	font-family:Arial, sans-serif;
	display:inline;
	background-color:#517193;
	list-style:none;
	float:left;
	border-left:1px #325878 solid;
	padding:0px 20px 0px 20px;
	line-height:28px;
}
	
#navbuttons li a {
	color:#88A4C0;
	text-decoration:none;
	}
#navbuttons li a:hover {
	color: #C2DFF3;
	}

#navbuttons li.first {
	border-left:none;
	}

#navbuttons li.last {
	border-right:1px solid #325878;
	}

/*MISC*/


.searchbutton {
	background-color:#517193;
	border:#708DAE;
	margin:0px 2px 2px 0px;
	height:20px;
	color:#88A4C0;
	}

.searchbutton:hover {
	color:#C2DFF3;
	}
	
.searchbox {
	width:195px;
	margin:2px;
	color:#C2DFF3;
	background-color:#728FAF;
	}