/* -- Charlotte Jørgensen – www.charlotte.no -- */
/* -- LAYOUT -- */
* {
	margin: 0;
	padding: 0;
}
img, object {
	border: none;
}
body {
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 0.7em;
	text-align: center;
	background-color: #293332;
	color: #AABCAE;
}
#wrapper {
	width: 860px;
	margin: 10px auto 0 auto;
	text-align: left;
}
.separatorInvisible {
	height: 0;
	clear: both;
}
#masthead img {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: -8px;
}
#masthead p {
	padding-top: 30px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.15em;
	line-height: 1.5em;
}
#masthead a {
	text-decoration: none;
	background-color: #293332;
	color: #AABCAE;
}
#masthead a:hover {
	background-color: #293332;
	color: #C6834E;
}
#bigimage {
	float: left;
}
#bigimage img {
	float: left;
}
#wrapper #text {
	float: right;
	width: 220px;
	height: 380px;
	padding: 10px;
	color: #293332;
	background: #AABCAE;
}
.text {
	line-height: 1.5em;
	margin-bottom: 0.5em;
}
#navigation ul {
	margin: 15px 0 0 0;
	font-size: 1.4em;
}
#navigation ul li{
	display: inline;
	margin-right: 30px;
}
ul li a {	
	background-color: #293332;
	color: #AABCAE;
	text-decoration: none;
}
ul li a:hover {
	background-color: #293332;
	color: #C6834E;
}
/* -- COPYRIGHT STUFF -- */
.charlotte {
	font-size: 0.8em;
	text-align: right;
	width: 860px;
	background-color: #293332;
	color: #AABCAE;
}
.charlotte a {
	background-color: #293332;
	color: #4D5957;
	font-weight: normal;
	text-decoration: none;
}
.charlotte a:hover {
	color: #AABCAE;
	text-decoration: underline;
}

