/*/////////////////////////////////////////////////////////////////////
	General page stuff
/////////////////////////////////////////////////////////////////////*/
	
	
	#content h2 {
		font-size:3em;
		line-height:1.2em;
		font-weight:bold;
		color:#A0262B;
		margin:0 0 16px 0;
		position:relative;
	}
	#content h2 a {
		position:absolute;
		top:8px;
		right:0;
		font-size:0.5em;
		color:#A0262B;
		text-decoration:underline;
	}
	#content h2 a:hover {
		text-decoration:none;
	}
	
	#content .article {
		width:317px;
		overflow:hidden;
		list-style:none;
		float:left;
		padding:0 20px 20px 0;
		margin:0 0 40px 0;
	}
	
	#content .article .eventimg {
		height:76px;
		width:90px;
		padding:10px 10px 10px 20px;
		float:right;
		margin:0;
		background:url(../../../images/layout/event-img-container.jpg) no-repeat top right;
	}
	#content .article.press {
		width:340px;
		height:180px;
		padding:0 0 10px 0;
	}
	#content .article img {
		float:right;
	}
	#content .article h3 {
		color:#A0262B;
		font-size:1.8em;
		line-height:1.4em;
		font-weight:bold;
	}
	#content .article h3 a {
		color:#A0262B;
		text-decoration:none;
	}
	#content .article h3 a:hover {
		text-decoration:underline;
	}
	#content .article h4 {
		color:#480B16;
		font-size:1.1em;
		line-height:1.4em;
		font-weight:100;
		margin:0 0 5px 0;
	}
	#content .article p {
		color:#717070;
		font-size:1.2em;
		width:190px;
	}
	
	#content .article img.thumb {
		margin:0 0 0 10px;
	}
	#content .article a {
		color:#A0262B;
		text-decoration:underline;
	}
	#content .article a:hover {
		text-decoration:none;
	}
	#content ul.navlinks {
		clear:both;
	}
	#content ul.navlinks li {
		list-style:none;
	}
	#content ul.navlinks li.left {
		float:left;
	}
	#content ul.navlinks li.right {
		float:right;
	}
	#content ul.navlinks li a {
		color:#A0262B;
		text-decoration:none;
		font-size:1.3em;
		line-height:1.8em;
	}
	#content ul.navlinks li a:hover {
		text-decoration:underline;
	}