body {
	font-family:"Trebuchet MS", sans-serif;
	}

#left {
	width:224px;
	height:300px;
	background-image:url(image/puzzle.jpg);
	float:left;
	}
	
#center {
	width:450px;
	height:300px;
	background-color:#E0E2E1;
	float:left;
	}
	
#footer {
	width:100%;
	clear: both;
		}

#navigation {
	margin-top:100px;
	}
	
#navigation ul {
	list-style: none;
	display:inline;  
	}
	
#navigation li a{
	margin:0 0 0 30px;
	text-decoration:none;
	font-size: 20px;
	color:#CC0000;
	}

#navigation li a:hover {
	color:#000000;
	}

h1 {
	font-size:25px;
	color:#CC0000;
	margin:10px 0px 0px 10px;
	font-family:Impact;
	}

h2 {
	font-size:15px;
	margin: 0 0 0 20px;
	}
	
h3 {
	margin:0 0 0 10px;
	font-size:25px;
	color:#CC0000;
	}
	
p {
	margin: 5px 5px 0px 20px;
	text-align:justify;
	}
	
a {
	color:#CC0000;
	text-decoration:none;
	}
	
a:hover {
	text-decoration:underline;
	}