/*stylesheet voor website Boystoytsracingshop.com */
body 				 {background-color:#000000}
#container	 {background-color:#ffffff;
						  width:760px;
						  position:absolute;
							left:50%;
							margin-left:-380px;
							margin-top:10px;
							border:1px solid #808080;
							}
#header				{width:760px;
							 height:118px;
							 margin-bottom:0px;
							 border: 1 px solid #808080;
							 background-color:#c0c0c0; }
#navigatie		{background-color:#ffffff;
							 width:740px;
							 height:30px;
							 color:#ffffff;
							 float:left;
							margin-bottom:30px;
							margin-top:5px;
							margin-left:1px;	
							margin-right:2px;					
							}
#navigatie li	 {float:left;
					 		  width:80px;
								line-height:2em;
								list-style-type:none;
								border: 1px solid #000000;
								color:#ffffff;
								text-align:center;
								font-family:Arial;
								font-size:14px;
								background-color:#808080;
								margin-left:1px;
								margin-right:3px;
								}
								
#navigatie li a, #navigatie li a:visited		 {display:block;
				 						 							 	text-decoration:none;
																		color:#000000;
																		}
#navigatie li a:hover								{background-color:#c0c0c0;
					 													 color:#000000}
#content														 {background-image:url(../afbeeldingen/background.jpg);														 
																			width:740px;
																			padding:10px;
																			margin-top:10px;}

#content H1														{background-color:#ff0000;
				 															 margin-top:10px;
				 															 text-align:center;
				 															 font-family:Georgia, Arial;
																			 font-size:18px;
																			 color:#ffff00;}
#content p														{font-family:Times new roman, Arial;
				 															 font-size:16px;
																			 color:#000000;
																			 padding:10px;}
#content a														 {text-decoration:none;}
#content a:hover											 {color:#ff0000}
#footer									{ padding-top:4px;
												margin-bottom:0px;
												padding-bottom:10px;
												background-color:#ff0000}
#footer p 							{font-family:Arial;
												font-size:14px;
												color:#ffffff;
												 text-align:center;
												 text-decoration:none;
												 margin-bottom:10px;
												 }		
#footer a							 {color:#ffffff;
											  text-decoration:none;
												 	}
#footer a:hover						{color:#ffff33}
