body {
	margin: 20px;
	padding: 0;
	color: #000000;
	text-align: center;
	font-family: helvetica, serif
}

A:link {text-decoration: underline; color: black;}
A:visited {text-decoration: underline; color: black;}
A:active {text-decoration: none; color: #555555;}
A:hover {text-decoration: none; color: #555555;}

#container {
	text-align: left;
	width: 900px;
	margin: auto;
	background-color:white;
}

#header {
	height: 180px;
}

#content {
	position: relative;
	width: 900px;
	padding: 0;
}

.YoutubeMovie {
	width: 560px;;
	height: 340px;
	float: center;
}

#leftcolumn {
	float: left;
	width: 685px;
	padding-right: 10px;
	overflow: hidden;
}

#rightcolumn {
	width: 185px;
	text-align: left;
	padding-top: 25px;
	overflow: hidden;
}

#rightcolumncontent {
	overflow: hidden;
}

#footer {
	margin: auto;
	float: left;
	width: 900px;
}

.globalimageleft{
	margin: 7px 7px 7px 0px;
	float: left;
}

.globalimageright{
	margin: 7px 0px 7px 7px;
	float: right;
}

