	/*Firefox dots*/
	a:focus{
		-moz-outline: none;
	}
	body{
		background:#ffffff;
		margin:0px;
		padding:0px;
		text-align:center;
		}
	img{border:none;}
						
	#table_container{
		width:100%;
		height:96%;
		}
	#td_container{	
		text-align:center;
		vertical-align:middle;
		}	

	table#structure{
		width:100%;
		}
	table#structure td{
		vertical-align:top;
		}
	table#structure td.options_container{
		position:relative;
		width:51px;
		height:100%;
		}
	.options{
		position:relative;
		width:51px;
		height:100%;
		}
	table#structure td.options a{
		text-decoration:none;
		font-size:20pt;
		line-height:0px;
		padding:0px;
		}
	table#structure td#content{
		padding-top:5px;
		width:575px;
		}

/* Easy Slider */

	/*Hide initially - to prevent all of the content being displayed when the css is downloading*/
	#slider ul{
		/* for IE */
		filter:alpha(opacity=0);
		/* CSS3 standard */
		opacity:0.0;
	}
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider ul{
		height:500px;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		overflow:hidden;
		width:575px;
		text-align:justify;
		line-height:180%;
		font-family:times,tahoma,times,tahoma,georgia;
		font-size:11pt;
		color:#333;
		/*font-style:italic;*/
		}
	#slider li .credit{
		padding-top:25px;
		font-style:italic;
		}
	#slider li .credit, #slider li .credit a{
		color:#333333;
		text-decoration:none;
		font-weight:bold;
		}
	#slider li a{
		color:#333333;
		text-decoration:underline;
		}

	.options_container{
		background-image:url('../images/prev_bg.png');
		background-repeat:no-repeat;
		background-position:5px 10px;
		}
	.options{
		background-image:url('../images/next_bg.png');
		background-repeat:no-repeat;
		background-position:26px 10px;
		}
	span#prevBtn{position:absolute; top:10px; left:5px;}
	span#nextBtn{position:absolute; top:10px; right:15px;}
	span#pipe{position:absolute; top:11px; right:30px;}

	/*To stick the footer to the bottom of the page*/
	* {
		margin: 0;
	}
	html, body{
		height: 100%;
	}
	#wrapper{
		min-height: 100%;
		height: auto !important;
		height: 100%;
		margin: 0 auto -25px;
	}
	#footer, #push{
		height: 25px;
	}
	#footer{
		padding:0px 10px;
		text-align:right;
		font-size:10pt;
		font-style:italic;
		color:#777777;
	}
	#footer a{
		color:#666666;
		text-decoration:underline;
	}
	
	br{
	}
	
	
