/* @override http://localhost:4331/css/site.css */

body {
	background-color: #005c76;
}

#header { 
	background-color: white; 
	margin-top: 60px;
}

.container { 
	background: #fff url(../images/background-image.png) no-repeat center 153px;
}

#left-shadow {
	background: #005c76 url(../images/shadow-left.png) repeat-y right;
	
}

#navigation {
	color: #fff;
	background-color: #fff;
}

#navigation li {
	display: inline;
	padding-right: 20px;
	font-size: 12px;
	letter-spacing: 0.0em;
}

#navigation a {
	font-weight: bold;
	color: #005c76;
	text-decoration: none;
}

#navigation ul { margin: 0; }

#footer {
	color: #add2dd;
	text-align: center;
	letter-spacing: 0.1em;
	font-size: 16px;
	padding: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
	}

#footer p { margin: 0; }

.portrait {
	float: left;
	margin-right: 20px;
	display: none;
}

h1 {
	font-family: "Helvetica Neue UltraLight", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 36px;
	margin-bottom: 30px;
	margin-top: 40px;
}

p, li {
	font-size:15px;
}