/*	--------------------------------------------------------------------------- Universal Selector */
	* {
		font-family:"Georgia","Lucida Sans",sans-serif;
		font-size:16px;
	}
	
	a:link, a:visited, a:active {
		color: #000000;
		text-decoration: none;
	}
	
	a:hover {
		color: #000000;
		text-decoration: underline;
	}

	

/*	--------------------------------------------------------------------------- Elements Selectors */
	
	html, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0 auto;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}
	
	body {
		background: url("../images/default/pretoriscos.jpg") no-repeat center top;
		background-color:#000000;
		line-height: 1;
	}

	ol, ul {
		list-style: none;
	}

	blockquote, q {
		quotes: none;
	}

	/* remember to define focus styles! */
	:focus {
		outline: 0;
	}

	/* remember to highlight inserts somehow! */
	ins {
		text-decoration: none;
	}

	del {
		text-decoration: line-through;
	}

	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	
	img {
	/*	display: none;*/
	}

/*	--------------------------------------------------------------------------- Class, Attributes and Pseudo Selectors */
	.seta {
		padding-left: 5px;
		vertical-align:middle;
		padding-bottom: 3px;
	}	
	
	.scrollbar { 
		display:inline-block;
		position:relative;
		overflow:hidden;
	
		margin:0;
		width:10px; 
		height:325px; 
		
		font-size:1px;  /* so no gap or misplacement due to image vertical alignment */
	
		background:url("../images/default/background-scroll.jpg") repeat-y left;
		
	}
	
	.track { 
		position:absolute; 
		left:0; 
		top:12px;
	 	width:7px; 
		height:320px;	
	}

	.dragBar {
	  	position:absolute; 
		left:1px; 
		top:1px;
	  	width: 5px; 
		height:20px;
	  	background-color:#000000;
		border: 0;
	}
	
	.scrollbar, .track, .dragBar {
	    -moz-user-select: none;
	    -khtml-user-select: none;
	}

	

/*	--------------------------------------------------------------------------- ID Selector */
	#book {
		background: url("../images/default/book.png") no-repeat top center;
		width:1024px;
		height:735px;
		display: block;
	}
	
	#menu {
		width: 380px;
		height: 130px;
		padding-top: 60px;
		display: block;
	}
	
	#copyright {
		color: white;
		width: 500px;
		height:15px;
		font-size: 10px;
		text-align: center;
	}