/* CSS Reset and basic setup */
body,div,applet,object,iframe,h1,h2,h3,h4,h5,h6,hr,p,span,blockquote,pre,a,abbr,acronym,address,img,ins,kbd,q,s,samp,font,big,cite,code,del,dfn,em,caption,strike,strong,sub,tt,var,b,u,i,q,legend,center,dl,dt,dd,ol,ul,li,fieldset,form,input,textarea,label,select,option,button,table,tbody,tfoot,thead,tr,th,td
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	border-collapse: collapse;
	empty-cells: show;
	background: transparent;
	cursor: default;
	overflow: visible;
	position: static;
	text-decoration: none;
	list-style: none;
	text-align: right;
	letter-spacing: 0;
	word-spacing: 0;
	font-family:Helvetica,Arial,Calibri, verdana,_sans;
	font-size:12px;
	
}
html, body{
	
	margin:0;
	padding:0;
	height:100%;
}
body {
	/*behavior: url("css/csshover3.htc");*/
	overflow: auto;
	background-color: #FFFFFFFF;
	background-image:url("../images/top_grad.jpg"); 
	background-repeat:repeat-x;
}


.void {
	clear: both;
}

hr {
	border: 0;
	border-bottom: 1px solid #4AB5EB;
}


a {
  color: #1b7bdd;
  text-decoration: none;
}

a:hover {
  color: #2fa600;
  text-decoration: underline;
}



#page_wrap {
	position:absolute; 
	top:0;
	left:0;
	height:auto; 
	min-height:100%;
	width:100%;
	text-align:right;
	direction:rtl;
}

#topMenu_holder {
	width: 100%;
	height: 100px;
}

#mainHolder {
	padding:0px;
	width: 1000px;
	margin-bottom:50px;
	
}

#page_footer{
		
	clear:both; 
	position:absolute; 
	bottom:0;
	width:100%;
	overflow:hidden;
	border-top: 1px solid #777;
	background-color: #EFEFEF;
}

/*--------------| ABOUT PAGES |------------------*/

.halloffame_td{
	vertical-align:top;
	padding:5px;
}	

/*  ----------------------|  SWEET BLESSED CLEARFIX  |----------------------  */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}
