/***********************************************/
/* CSS file van Coverband 'nJoy                 */
/*                                              */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
html, body {width: 100% !important;}

body{
	font-family: Handelbar, Arial,sans-serif;
	color: #ff6633;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-image: url("Back.jpg");
}

#navBar a:link, a:visited, a:hover {
	color: #ff6633;
	text-decoration: none;
}

#navBar a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2 {
	font-family: Handelbar, Comic Sans MS, Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Handelbar, Comic Sans MS, Verdana,Arial,sans-serif;
	font-size: 60px;
	position:absolute;
	top: 0px;
	width: 656px;
	color: #ff6600;
	left: 377px;
}

h2{
 font-family: Handelbar, Comic Sans MS, Verdana,Arial,sans-serif;
 font-size: 20px;
 color: #ffcc33;
}

ul{
 list-style-type: square;
}

#navBar{
	margin: 0 85% 0 0;
	padding: 10px;
	background-color: #eeeeee;
	border-right: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
	background-color: transparent;
}


#content{
  float:right;
	width: 80%;
	margin: 0;
	padding: 0 3% 0 0;
	background-color: transparent;
}

#overfl_content
{
height:400px;
width:1000px;
overflow:auto;
float:left;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 0px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 0px solid #cccccc;
	font-size: 90%;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited, #navBar a:hover {display: block; color:#ff6633}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

