/********************************************
	AUTHOR:  			Marc de Ruijter
	WEBSITE:   			http://www.google4games.com
	TEMPLATE NAME: 		G4G
	DATE				March 2008
	VERSION:			0.4
*******************************************/ 

/* COLORS
LOGO 					#white
BODY BCKGRND			#F03F12	
WRAPPER BCKGRND			#FDFEE9 lichtgeel
LEFTMENU BCKGRND		#CE3705 donker rood
RIGHTMENU BCKGRND
CONTENT BCKGRND
FOOTER BCKGRND			#FF6600
 */
 
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;	}


h1,h2 {	font-size: x-large;		
		padding: 10px;		}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	text-align: center;		}
	
#wrapper{
background-color: #FFFFFF;
margin-left: 6%;
margin-right: 6%;
text-align:left;		}
	
#header {
height: 362px;
background-image: url(books.jpg);
background-repeat: no-repeat;    }
	
#main {
	margin-left: 10px;
	margin-right: 100px;
	padding: 10px;	 
	line-height: 1.3em;   }
	
#content {
	float: left;
	width: 100%;
	padding: 10px;
	margin-bottom: 20px;
}

#nav span {
margin:20px;
clear:both;
display:none;}
		
#leftsidebar {
    background:#CE3705;
    float:left;
    width:152px;  
	height:400px;  }
	
#rightsidebar {
    background:#CE3705;
    float:right;
    width:120px;  
	padding:10px; 
	margin-botton:0px }

#footer {
	background:#FF6600;
	font-variant: small-caps;
	clear:both;
	padding: 5px;
	margin-top: 600;
	font-size: x-small;
	text-align: center;
}
	
/* Google API related */
#searchcontrol {
    background:#676767;
    float:left;
   }

/*floating images in the content, right or left*/
.leftimage{
	float: left;
	margin: 0 10px 20px 0;
	border: 0px;
	padding-left: 0px;
}

.rightimage{
float: right;
margin: 0 0 20px 15px;
border: 0px;
width: 250px;
}

.img-noborder {
	border: 	0px; 
  	padding: 	0px;
  }

.clearit{
clear: both;
}


/* *********** CSS generator ************** */

  /* *********** Topmenu ************** */
.topmenu{
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

.topmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background: #333333;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF8000;
	border-right-color: #FF8000;
	border-bottom-color: #FF8000;
	border-left-color: #FF8000
}

.topmenu ul li{
display: inline;
}

.topmenu ul li a{
	float: left;
	color: #FFFFFF;
	padding: 5px 11px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

.topmenu ul li a:visited{
color: #FFFFFF;
}

.topmenu ul li a:hover, .topmenu ul li .selected{
	color: #804040 !important;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #FF8000;
}

  /* ***********  ************** */


