body {
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	font-family: verana, arial, sans-serif;
}

/* lay-out specs */
#header {
	width: 100%;
	height: 100px;
	background: url('images/header(4).jpg') no-repeat center top #999966;
	border-bottom: 4px solid #ffffff;
}

#menu {
	width: 100%;
	height: 25px;
	background: #999966;
	line-height: 25px;
	text-align: center;
}

.menu_item {
	margin-right: 30px;
}

#content_wrapper {
	width: 1009px;
	min-height: 450px;
	margin: 30px auto 0px auto;
	background: #999966;
}

#content_fotos {
	height: 150px;
}

#content_camera {
	width: 245px;
	height: 300px;
	float: left;
	background: url('images/content_camera.jpg') no-repeat center center;
}

#content_line {
	width: 5px; 
	height: 575px; 
	margin-top: 25px;
	margin-right: 25px;
	float: left;
	background: url('images/background.jpg');
}

#content_content {
	min-height: 250px;
	padding: 25px 25px 25px 25px;
	text-align: justify;
	font-size: 12pt;
}

/* menu specs */
#menu .menu_item a {
	font-weight: bold;
	font-size: 11pt;
	color: #ffffff;
	text-decoration: none;
}

#menu .menu_item a:hover {
	font-style: italic;
}

/* Content specs */

#content_content a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 11pt;
}

#content_content .text_small {
	font-size: 10pt;
}

/* Programma specs */
#programma td {
	vertical-align: text-top;
	padding: 2px;
}
