body {
	background-color: #e0e4dc;
	/*background-image:url(../images/background.gif);
		background-repeat:no-repeat;
		background-position: 875px 0px;*/
	font-family: helvetica, verdana, san-serif;
}

#header {
	font-weight: bold;
	font-size: 64px;
	background-color: #ffffff;
	width: 500px;
	margin-bottom: 20px;
	padding: 10px;
}

#header a:link, #header a:visited {
	color: #000;
	text-decoration: none;
}
#header a:hover{
	color: #999;
}

p {
	background-color: #ffffff;
	width: 500px;
	padding: 10px;
}

#navigation a, #navigation, #navigation:first-line {
	font-size: 16px;
	text-transform: none;
}

#navigation {
	padding: 10px 0px 10px 20px;
}

a:link, a:visited {
	color: #999;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	
}

#content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* div {
	border: 1px solid red;
} */

.contact p, .contact p:first-line, .contact a, .contact a:link, .contact a:visited {
	font-size: 18px;
	
}

.video_holder {
	display: block;
	background-color: #ffffff;
	width: 500px;
	text-align: left;
	font-weight: bold;
	padding: 10px;
	margin: 10px 10px 10px 0;
	float: left;
}
.video_holder:first-line {
	font-size: 30px;
}

.video_holder:nth-child(even) {
	clear: left;
}

.link_holder {
	display: block;
	background-color: #ffffff;
	width: 500px;
	text-align: left;
	font-weight: bold;
	padding: 10px;
	margin: 10px 10px 10px 0;
	clear: both;
}
.link_holder:first-line {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
}
.link_holder a:link, .link_holder a:visited {
	color: #000;
}
.link_holder a:hover {
	color: #999;
	text-decoration: none;
} 

p {
	display: block;
	background-color: #ffffff;
	width: 500px;
	text-align: left;
	font-family: georgia, serif;
	font-weight: normal;
	font-size: 14px;
	padding: 10px;
	margin: 10px 0 20px 0;
	clear: both;
}
p:first-line {
	font-size: 30px;
	font-family: helvetica, verdana, san-serif;
	font-weight: bold;
	text-transform: uppercase;
}
p a:link, p a:visited {
	font-size: 30px;
	font-family: helvetica, verdana, san-serif;
	font-weight: bold;
	color: #000;
}
p a:hover {
	color: #999;
	text-decoration: none;
}
