body {
	background-color: #EEE9D6;
	color: 000000;
	font-family:"Times New Roman", Times, serif;
	text-align: center;
}

#maincontent {
	text-align: center;
	margin: 0 auto;
	width: 930px;
	height: auto;
	padding: 20px 35px 35px 35px;
}

#head {
	height: 60px;
	margin-bottom: 20px;
}

#title {
	width: 362px;
	font-size: 38px;
	font-style:italic;
	float: left;
	margin-right: 48px;
}

#mainmenu {
	width: 520px;
	font-size: 20px;
	float: left;
	padding-top: 15px;
}

.menuitem {
	width:33%;
	float: left;
}

.menuitem a:link, .menuitem a:visited {
	color: #000000;
	text-decoration: none;
}

.menuitem a:hover, .menuitem a:active {
	color: #467A16;
	text-decoration: underline;
}

#mainmenu div.grey{
	margin-top: 3px;
}

.menuitem a.grey:link, .menuitem a.grey:visited {
	color: #444444;
	font-size: 16px;
	text-decoration: none;
}

.menuitem a.grey:hover, .menuitem a.grey:active {
	color: #D34115;
	text-decoration: underline;
}

#content_left {
	width: 362px;
	height: 465px;
	float: left;
	margin-right: 48px;
}

#mainimage {
	width: 322px;
	height: 465px;
	padding: 20px;
	background-color: white;
	box-shadow: 0px 0px 20px #555555;
}

#maindate {
	width: 362px;
	font-size: 28px;
	float: left;
	margin-top: 35px;
}

#content_right {
	width: 480px;
	float: left;
	padding: 20px;
	background-color: white;
	box-shadow: 0px 0px 20px #555555;
}

.link_card {
	width: 480px;
	float: left;
}

.link_image {
	width: 110px;
	height: 110px;
	margin-right: 15px;
	float: left;
	text-align: left;
}

.link_image_yt {
	width: 110px;
	height: 66px;
	margin-right: 15px;
	float: left;
	text-align: left;
}

.link_image_yt43 {
	width: 110px;
	height: 85px;
	margin-right: 15px;
	float: left;
	text-align: left;
}

.link_thumbnail {
	box-shadow: 2px 2px 8px #888888;
	border-style: none;
}

.link_card a:link, .link_card a:visited , .link_card a:active, .link_card a:hover {
	color: #000000;
	text-decoration: none;
}

.link_properties {
	text-align: left;
	width: 350px;
	float: left;
}

.link_title {
	text-align: left;
	width: 350px;
	float: left;
	font-size: 18px;
}

.link_description {
	text-align: left;
	width: 350px;
	float: left;
	font-size: 15px;
	margin-top: 15px;
}

.link_meta {
	text-align: left;
	width: 350px;
	float: left;
	font-size: 12px;
	color: #444444;
	margin-top: 15px;
}

.link_card_separator {
	width: 480px;
	height: 40px;
	background: url('/images/hl.png') repeat-x;
	float: left;
}

.clr {
	clear: both;
}