body {
	font-family:"Trebuchet MS", sans-serif;
    background-image: url(img/backrep.jpg);
    background-repeat: repeat;
	}

#box {
	width:880px;
	height:500px;
    margin: 20px auto;
}

#left {
    position: relative;
	width:250px;
	height:500px;
    float: left;
	}

#center {
    position: relative;
	width:630px;
	height:500px;
	background-color: #FFE8E0;
    float: left;
    overflow-y: auto;
    overflow-x: hidden;
	}
	
#footer {
    position: relative;
	width:880px;
	clear: both;
    height: 15px;
	background-color: #d5d3d3;
    text-align: center;
    font-size: x-small;
		}

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

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

hr {
    margin: 3px;
}

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

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

ul {
   list-style-type: circle;
}

li {
    margin-bottom: 10px;
}