body, p, a, h1, h2, h3, td, tr, tabel, OBJECT {
	margin: 0px; padding: 0px;
	background: background-color: #FFF;
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #2D2D2D;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-style: none;
	border-width: 0px;
}

p {
	margin-left: 30px;
	
	}

img {
	border-style: none;
	border-width: 0px;
	}

table {
	width: 850px;
	table-layout: fixed;
	border-spacing: 15px;
}

td {
	vertical-align: top;
	text-align: center;
}

.td_left {
	text-align: justify;
}

.td_intro {
	text-align: justify;
	width: 550px;
}

.td_video {
	vertical-align: middle;
}

.table_overview {
	width: 850px;
}

li {
	list-style-type: circle
}

a:link, a:visited, a:active { 
	text-decoration:underline; 
	}

a:hover { 
	text-decoration:underline; 
	}

#intro_pic {
	position: absolute;
	left: 15;
	top: 130;
	width: 640;
	}

#title_menu_header {
	position: absolute;
	left: 420;
	top: 15;
}

#title_menu {
	position: absolute;
	left: 520;
	top: 220;
}

#content {
	position: absolute;
	left: 0;
	top: 500;
	width: 640;
}

#objective_text {
	position: relative;
	left: 10;
	top: 10;
	width: 200;
}

#objective_image {
	position: relative;
	left: 300;
	top: 10;
	width: 200;
}




