/* -- design: Charlotte Jørgensen - www.charlotte.no -- */
* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.65em;
	text-align: center;
	background-color: #dbdbce;
	color: #424242;
}
#wrapper {
	position: relative;
	width: 670px;
	margin: 15px auto 0 auto;
	text-align: left;
}
.separatorInvisible {
	height: 0;
	clear: both;
}
.clearLeft {
	height: 0;
	clear: left;
}
/* -- TOPNAV -- */
#topnav {
	background: #dbdbce;
	width: 670px;
}
#topnav .language {
	float: right;
	margin-right: 20px;
	margin-top: 42px;
}
#topnav .logo {
	float: left;
	margin-left: -30px;
}
#topnav .language img {
	margin-left: 10px;
	margin-right: 0px;
}

/* -- MAIN -- */
#main {
	background: #FFFFFF url(assets/main-background.gif) repeat-y left 250px;
	padding-bottom: 20px;
}

p {
	margin: 0 10px 0 20px;
	padding-bottom: 5px;
}
/* img {
	float: left;
	margin: 0 20px 20px 20px;
}
.top {
	float: left;
	margin: 0 0 20px 0;
} */



/* -- MAIN-NAV -- */
#main-nav ul {
	list-style: none;
	margin: 0;
	padding: 10px 0 20px;
	width: 660px;
	text-align: center;
}
#main-nav li {
	display: inline;
}
#main-nav li a {
	text-decoration: none;
	padding-left: 15px;
	color: #989898;
	font-size: 1.2em;
	padding-right: 15px;
	border-right: 1px dotted #989898;
}
#main-nav .nav-last a {
	border-right-width: 0px;
}
#main-nav li a:hover {
	color: #660227;
}
.active {
	color: #660227;
}

/* -- COPY -- */


#main p {
	padding-right: 20px;
	padding-left: 20px;
	line-height: 1.3em;
}

h3 {
	font-size: 1.2em;
	font-style: normal;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 1.3em;
	font-weight: normal;
}
h2 {
	font-size: 2em;
	font-weight: normal;
	margin: 0 0 6px 20px;
}
.center {
	text-align: center;
}
#onethird {
	float: left;
	width: 33%;
	text-align: center;
}
#twothird {
	float: right;
	width: 650px;
}
#twothird p {
	margin-right: 10px;
	padding-bottom: 5px;
}
#twothird img {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
#twothird .imgright {
	float: right;
	margin-right: 50px;
	margin-bottom: 5px;
}
#twothird h2 {
	padding-top: 10px;
	margin-right: 30px;
	margin-left:0;
	border-top: 1px dashed #dbdbce;
}
#twothird .first {
	padding-top: 10px;
	margin-right: 10px;
	border-top: 0 dashed #dbdbce;
}
#onethird img {
	margin: 5px 0;
}
#onethird a {
	color: #424242;
	text-decoration: underline;
}
#twocolLeft {
	width: 45%;
	float: left;
	text-align: center;
	padding-left: 20px;
}
#twocolRight {
	width: 45%;
	float: right;
	text-align: center;
	padding-right: 30px;
}
#twocolLeft p, #twocolRight p {
	margin-bottom: 15px;
}
#twothird a {
	color: #424242;
	text-decoration: underline;
}

/* -- FOOTER -- */
#footer {
	clear: both;
	color: #424242;
	text-align: center;
	width: 660px;
	margin: 0 auto;
	padding-right: 10px;
}
#footer a:link {
	color: #424242;
	font-weight: normal;
}
#footer a:hover {
	color: #660227;
	text-decoration: underline;
}

/* -- COPYRIGHT STUFF -- */
.charlotte {
	font-size: 90%;
	text-align: center;
	width: 660px;
	margin: 20px auto;
	padding-right: 10px;
	color: #989898;
}
.charlotte a {
	color: #989898;
	font-weight: normal;
	text-decoration: none;
}
.charlotte a:hover {
	color: #424242;
	text-decoration: underline;
}

.bottomDropShadow {
	margin-top: -3px;
}

/* -- TABLE -- */
table {
	width: 66%;
	text-align: center;
	font-size: 1.2em;
	margin: 10px auto 0 auto;
	border: none;
	border-collapse: collapse;
}
td, th {
	padding: 8px;
	border-bottom: 1px dashed #424242;
}

.gallery li {
	list-style-type: none;
	float: left;
	display: block;
	width: 49%;
	margin: 0;
	padding: 0;
	
}

.gallery li img {
	display: block;
	width: 310px;
	margin: 10px 0 5px 20px;
}

.gallery li p {
	clear: left;
	margin: 0;
	padding: 0;
	text-align: left;
}

