html, body {
					font-family					: Verdana, Arial, SunSans-Regular, Sans-Serif;
					color						: #000000;
					padding						: 0;
					margin						: 0;
					text-align					: center;
					/* background-color			: #660000; */
					background-image			: url(bg_logo2011.jpg);
					background-repeat			: repeat;

}

/* ----------- L A Y O U T  --------------------------- */

.img {				margin-left					: 5px;
					margin-bottom				: 5px;
}

#container {
					width						: 980px;
					margin-bottom				: 10px;
					margin-left					: auto;
					margin-right				: auto;
					background-color			: #FFFFFF;
					margin-top					: 20px;

}

					
#left {
					float						: left;
					width						: 129px;
					height						: 475px;
					margin-left					: 5px;
}

#right {
					float						: right;
					width						: 222px;
					background-image			: url(harp.jpg);
					background-repeat			: no-repeat;
					height						: 375px;
}


#content {
					float						: left;
					width						: 580px;
					margin-top					: 20px;
					margin-left					: 10px;
					background-color			: #ffffff;
					margin-bottom				: 10px;
					padding-left				: 5px;
					padding-right				: 5px;

}


/* #footer {
					clear						: both;
					text-align					: left;
					background-color			: #FFFFFF;
					background-image			: url(footer.jpg);
					background-repeat			: no-repeat;
					height						: 25px;
} */

#footer {
					clear						: both;
					height						: 15px;
					background-color			: #FFFFFF;
					padding-left				: 145px;

}


/* ----------- T E K S T E N --------------------------- */



a {					color: #000000;
}

#footer a {			color: #999999;
}

a:visited {			color: #000000;
}

a:hover {			color: #e3287a;
}

a:active { 			color:#000000;
}


p {					color				: #000000;
					font-size			: 90%;
					text-align			: left;
}

h1 {				color				: #e22a79;
					font-family			: "Times New Roman", Times, serif;
					font-size			: 150%;
					text-align			: right;
					font-style			: italic;
					border-bottom-width	: 1px;
					border-bottom-style	: solid;
					border-bottom-color	: #e22a79;
					padding				: 5px;
}

h2 {				color				: #999999;
					font-size			: 60%;
					text-align			: left;
					font-style			: normal;
}

h3 {				color				: #000000;
					font-size			: 70%;
					text-align			: center;
					font-style			: italic;

}

