/* CSS Document */

	body, html {
		margin:0;
		padding:0;
		font-family: Frutiger, Arial, Tahoma, sans-serif;
		background-color: #666666; 
		line-height: 14pt;
		color: #cccccc; 

	}
	body {
		min-width:970px;
		font-size: 75%;
	}
	#wrap {
		background-color: #333333; 
		margin:0 auto;
		width:970px;
		padding-top: 20px;
	}
	#header {
		background-color: #333333;
	}
	#header h1 {
    	padding:5px;
	    margin:0;
    }

	#header img {
		padding-right: 30px;
		}

	#nav {
	margin: 10px 0px 0px 0px;
	border-bottom: 6px solid #666;
	padding: 0 0 20px 0;
	}
	#nav ul{
		margin:0;
		padding:0;
		list-style:none;
		background-color: black;
	}
	#nav li{
		display: inline;
		margin:0;
		padding:0;
		float: left;

	}
	#nav ul li a{
   		display: inline-block;
		padding: 1px 10px 1px 10px;
  		color : White;
   		text-decoration : none;
		background-color : Black;
		font-weight:bold;
		font-size: 1.1em;
		text-align: center;
		border-right: 1px solid #333333;
	}

	#nav ul li a:hover{
  		color : white;
		background-color : #D98719;

		}
	#nav li.features a{
		background-color :  #D98719;
	}

	#nav li.features a:hover{
		background-color : black;
	}


	a {
		color: #666666;
		text-decoration: none;
		font-weight:bold;
	}
	a:hover{
		color: white;
		text-decoration: none;
	}

	a img{
		border: none;
	}

	a:visited img{
		border: none;
		
	}

	#main {
		background-color: #333333;
		float:left;
		width:970px;
		padding-top: 5px;



	}
	#main h2, #main h3, #main p {
		padding:0 10px 0 10px;
    }

	#main hr {
		color:#666666;
		background-color:#666666;
		border: none;
		height: 1px;
		width: 80%;
		text-align: left;/*this will align it for IE*/
		margin: 6px auto 6px 0; /*this will align it left for Mozilla*/
		line-height: 1.0;
		}

	#mainnav{
		border-bottom: 2px solid #666;
}


	#nuttylinks{
		border-bottom: 2px solid #666;
	}

		dl
		{
		display: inline-block;
		width: auto;
		margin: 0;
		padding: 10px 0 10px 30px;
		list-style: none;
		height: auto;

		}
		dt
		{
		display: inline-block;
		width: 15%;
		float: left;
		margin: 0 0 0 0;
		padding: 0 10px 0 0;
		font-weight: bold;
		color: #666666
		clear: left;
		}

		/* commented backslash hack for mac-ie5 \*/
		dt { clear: both; }
		/* end hack */

		dd
		{
		display: inline-block;
		float: none;
		margin: 0 0 0 0;
		padding: 0 0 10px 0;
		v-align: center;

		}


	#links {
		border-bottom: 2px solid #666;
	}

	#Bestofweb {
		border-bottom: 2px solid #666;
	}

	#bookreviews{
		border-bottom: 2px solid #666;
	}

/*	#bookreviews img
		{
		float: none;
	}

*\

	#bookreviews dt dd {
		height: 150px;
	}

	#mainimg img{
		padding-top: 10px;

    }

	#footer {
		background-color: #333333;
		clear:both;
		padding: 20px 0px 0px 0px;
		border-top: 2px solid #666666;

	}
	#footer p {
		padding:5px;
		margin:0;
		font-size: 0.8em;
    }
	
	
	
	
	#main-content {
	width:720px;
	text-align:left;
	float:left;
	}
	#main-content ul {
	padding: 0;
	margin: 0;
	}
	
	#main-content li{
	width:223px;
	height:140px;
	border:solid black;
	border-width:0 0px 0px 0;
/* uncomment and adjust this if you want a rounded frame in Mozilla browsers
	-moz-border-radius:20px;
 */
	background:#666;
	padding:0px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:10px 15px 7px 0px;
}
#main-content  a span{
/*\*/
	position:absolute;
	left:-9999px;

}

#main-content a:hover span{	
	top:0px;
	left:0px;
	width:223px;
	font-weight:bold;
	background:#D98719;
	color:#333;
	padding:10px 0 10px 0;
	text-transform:uppercase;
	font-size:120%;
	border:1px solid #333;
	border-width:0 0 1px 0;
	filter: alpha(opacity=60);
	-moz-opacity:.6;
		opacity:.60;
}