body {	
	font-family: Helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	width: 900px;
	background-color: #ece7e0;
	/*border-color: #96858f;
	border-width: 8px;
	border-style: solid;*/
}

div {
	padding: 0;
	margin: 0;
}

h1 {
	font-family: georgia, serif;
	font-size: 14pt;
	font-style: italic;
	margin-bottom: 20px;
	margin-left: -15px;
}

h2 {
	font-family: georgia, serif;
	font-size: 16pt;
	margin-bottom: 0.3em;
}

h3 {
	font-size: 14pt;
}

p {
	margin-top: 0;
	font-family: Lucida Grande, sans-serif;
	font-size: 10pt;
	margin-bottom: 0.7em;
}

a {
	color: inherit;
}

a:hover {
	color: blue;
}

form {
	text-align: center;
}

input {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 5px;
	display: block;
}

#contentbody {
	background-color: #d8d7b9;
	padding-top: 5px;
	padding-left: 90px;
	padding-right: 30px;
	padding-bottom: 10px;
}

#contentbody > * {
	max-width: 40em;
}

#header {
	color: #ece7e0;
	
}

#headerimages {
	height: 200px;
}

#headerlinks {
	background-color: #266125;
}

#headerlinks a {
	width: 124px;
	margin: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	
	border: 1px solid #266125;
	
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	display: inline-block;	
}

#headerlinks a:first-child {
	width: 119px;
	margin-left: 6px;
}
#headerlinks a:last-child {
	width: 119px;
	margin-right: 6px;
}

#headerlinks a:hover {
	color: #fcf7f0;

	border-top-color: #468145;	
	border-left-color: #367135;
	border-right-color: #165115;
	border-bottom-color: #064105;


}

#footer {
	background-color: #266125;
	color: #d8d7b9;
	margin-bottom: 0;
	padding: 4px;
	height: 40px;
	text-align: right;
}

#rickardImage {
	border-style: none;
	float: left;
}

#footer p {
	padding: 2px;
	margin: 0;
	font-size: 8pt;
}

#loginout {
	float: left;
	text-align: left;
	color: #266125;
}
#loginout a:hover {
	color: #d8d7b9;
}

#overlay {
	text-align: center;
	font-weight: bold;
	position: relative;
	top: -250px;
	left: 600px;
	width: 300px;
	height: 80px;
	color: white;
}

#overlay2 {
	opacity: .3;
	filter:alpha(opacity=30);
	background-color: black;
	color: black;
	position: relative;
	top: -170px;
	left: 600px;
	width: 300px;
	height: 80px;
}

#overlay h1 {
	font-style: normal;
	font-size: 16pt;
	margin-top: 20px;
	margin-bottom: 0;
	margin-left: auto;
}

#overlay p {
	margin-top: 0;
}


a:active {
	color: rgb(128,128,128);
}

.right-align {
	text-align: right;
}
		
.newsitem {
	background-color: #e1e0c2;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 15px;

}

.newstitle {
	border-bottom: 1px solid #266125;
	margin-bottom: 0px;
	margin-top: 0px;
}

.newsheader {
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	margin-bottom: -12px;
}

.datetime {
	font-size: 8pt;
	font-style: italic;
	margin-top: 2px;
	margin-left: 20px;	
}

.description {
	margin-left: 40px;
	margin-right: 40px;
}

.imagecont {
	float: left;
	height: 180px;
	width: 180px;
	margin: 15px;
	text-align: center
}

.imageInner {
	position: relative;
	border: 5px solid #E1E0C2;;
	border-radius: 5px;
	-moz-border-radius: 5px;
	display: inline-block;
}

.imageInner img {
	display: block;
	border-style: none;
}


.imageInner p {
	position: absolute;
	bottom: 7px;
	left: 0px;
	padding-left: 5px;
	padding-right: 2px;
	display: block;
	margin: 0;
	font-size: 11px;
	opacity: 0.7;
	background-color: white;
	visibility: hidden;
}

.imageInner.hovering p {
	visibility: visible;
}

a.hidden {
	color: #A3C266;
}


#rightbar {
	float: right;
	background-color: whitesmoke;
	width: 15em;
	overflow: hidden;
}

#header .roundedTop, #footer .roundedBottom {
	width: 900px;
}

.roundedTop {
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px; /* Firefox 3.6 and earlier */
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px; /* Firefox 3.6 and earlier */
}

.roundedBottom {
	border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px; /* Firefox 3.6 and earlier */
	border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px; /* Firefox 3.6 and earlier */
}





