@CHARSET "UTF-8";

body {
	background:url(../img/background.jpg) repeat ;
}

h1 {
	font-family: 'Lobster', Georgia, "Times New Roman", Times, serif; 
	color:#CC4D22;
	font-size: 80px;
    line-height: 1.6em;
    text-shadow: -1px -1px 0 #7F3218;
    
    text-align:center;
    
    text-decoration:underline;
    
    margin-top: 20px;
    margin-bottom:20px;
}

h2 {
	text-transform: uppercase;
	text-shadow: -1px -1px #333333;
	color:white;
	
	padding:5px;
	background:#CC4D22;
	border-radius:5px;
}

a {
	color:#CC4D22;
}

a.selected {
	color: black;
	text-decoration: none;
}

a:hover {
	color:black;
	text-decoration: none;
}

pre {
	background:white;
	border: 1px solid #333333;
	padding: 10px;
	border-radius: 5px;
	
	line-height:1.4em;
}

div#wrapper {
	width: 800px;
	
	margin-left:auto;
	margin-right:auto;
	
	font:100%/1.4em Georgia,"Times New Roman",Times,serif;
	color:#121212;
}

div#navigation {
	font:25px 'Lobster', Georgia,"Times New Roman",Times,serif;
	
	margin-bottom:20px;
}

div#navigation ul {
	list-style-type: none;
	display: inline;
	margin:0;
	padding:0;
}

div#navigation li {
	display: inline;
	margin-right:20px;
}

div#footer {
	text-align:center;
	font-size:small;
	margin: 15px;
}