/* ============================================================================
                               JO JAYSON CSS
===============================================================================
*/ 

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
  background: #FFFFFF url(../images/linebkgd.jpg) repeat-y top center;
	color: #262626;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 16px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
h1 {
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
h2 {
  color: #333333;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
a,  a:link {
  color: #262626;
  font-weight: normal;
  text-decoration: underline;
}
a:visited {
  color: #262626;
  font-weight: normal;
  text-decoration: underline;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
a:focus {
  color: #000;
}
a:active {
  color: #262626;
}
#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 800px;
}
#outerWrapper #header {
  background-color: #fff;
  border-bottom: solid 0px #666;
  font-size: 18px;
  font-weight: bold;
  line-height: 15px;
  margin: 5px 50px 5px 50px;
  padding: 0;
}

/*
=================================================== NAV
*/
#outerWrapper #header #nav {
	list-style: none;
	font-size: 16px;
	line-height: 18px;
	vertical-align: middle;
	text-align: center;
	border-bottom: solid 2px #ccc;
	/*
	margin: 0 auto 0 auto;
	float: left;
	padding: 0;
	width: 100%;
	font-weight: normal;
	*/
}
#outerWrapper #header #nav ul {
	text-align: center;
	/*
	width: 600px;
	margin: 0, auto;
	*/
}
#outerWrapper #header #nav li {
	display: inline;
	margin: 0 auto;
	color: #262626;
	list-style: none;
	text-decoration: none;
	border-right: solid 1px #ccc;
}
#outerWrapper #header #nav a {
	padding: 4px 6px;
	color: #262626;
	text-decoration: none;
	border-left: 0px solid #d0debe;
	border-right: 0px solid #d0debe;
	/*
	display: block;
	float: left;	
	text-align: center;
	*/
}
#outerWrapper #header #nav a:hover {
	background-color: #CCCCCC;
}
/*
=================================================== END NAV
*/

#outerWrapper #contentWrapper #content {
  margin: 10px 50px 10px 50px;
  padding: 10px 10px 10px 10px;
}
#outerWrapper #footer {
  background-color: #fff;
  border-top: solid 2px #ccc;
  margin: 5px 50px 5px 50px;
  padding: 10px 10px 10px 10px;
}
.button {
	float: left;
	line-height: 30px;
	background: url(../images/button_r.gif) top right no-repeat;
}
.view {
	margin: 0;
	padding: 0 14px 0 14px;
	background: url(../images/button_l.gif) top left no-repeat;
}
.seriesbox {
	border: solid #ccc 3px;
	padding: 10px;
	margin: 10px 0 10px 0;
}
.serieslist img {
	float: left;
}
.serieslist p {
	margin: 40px 20px 0 250px;	
}
.clearFloat { 
  clear: both;
  display: block;
}
