* { margin:0; padding:0 }

body {
	color: #333333;
	font: 11pt franklin-gothic-urw,helvetica,arial,sans-serif;
}

a:link { color: #336699; text-decoration: none; }
a:visited { color: #336699;	text-decoration: none; }
a:hover { color: #336699; text-decoration: underline; }
a:active { color: #336699; text-decoration: underline; }

#main-container {
	width: 620px;
	margin: 20px auto;
}

#main-image
{
	width: 100%;
}

h1 {
	text-transform: uppercase;
	font-size: 5.0em;
	margin-top: 20px;
	margin-left: -5px;	
}

#navigation ul {
	margin-top: 5px;
	padding-bottom: 15px;
	border-bottom: solid #ccc 1px;
}


#navigation li {
	display:inline;
	padding: 0 10px;
	border-left: 1px solid #333333;
}

#navigation li:first-child {
	border-left: none;
	padding-left: 0px;
}

p {
	margin-top: 1.5em;
	line-height: 1.5em;
}

#copyright {
  	color: #aaa;
  	margin-top: 65px;
  	font-size: 0.7em;
  	text-align: center;
  	margin-bottom: 10px;
}

@media all and (max-width: 600px) {
	#main-container {
		width: 100%;
		margin: 0px;
	}

	h1 {
		font-size: 2.5em;
		margin-top: 5px;
		margin-left: 10px;	
	}

	p {
		margin-left: 10px;
		margin-right: 10px;
	}

	#navigation ul {
		display: none;
	}
}

@media all and (max-width: 600px) and (orientation: landscape) {
	#main-image {
		margin-top: -150px;
		margin-bottom: -150px;
	}
	h1 {
		color: white;
	}

}
