@charset "UTF-8";
/* CSS Document */

#content {
		padding-left: 10px;
		height: 100%;
	}
	
	#content p {
		font-size: 0.85em;
		line-height: 1.5em;
	}
	
	#events {
		width: 145px;
		float: left;
		background-color: #badcf4;
		padding: 20px;
		font-size: 0.85em;
		line-height: 1.5em;
	}
	
	#twitter {
	margin-left: 10px;
	}
	
	
	h1 {
		font-size: 1.3em;
		color: #c6a94c;
	}
	
	h4 {
		color: #4889a8;
		font-size: 0.9em;
	}
	
	h4 a:link {
		color: #4889a8;
		text-decoration: none;
		font-size: 0.9em;
	}
	
	
	h4 a:visited {
		color: #4889a8;
		text-decoration: none;
		font-size: 0.9em;
	}
	
	
	h4 a:hover {
		color: #4889a8;
		text-decoration: underline;
		font-size: 0.9em;
	}
	
	
	h4 a:active {
		color: #4889a8;
		text-decoration: underline;
		font-size: 0.9em;
	}
	
	
	
	p a:link {
		color: #4889a8;
		text-decoration: none;
		font-size: 1em;
	}
	
	p a:visited {
		color: #4889a8;
		text-decoration: none;
		font-size: 1em;
	}
	
	p a:hover {
		color: #4889a8;
		text-decoration: underline;
		font-size: 1em;
	}
	
	p a:active {
		color: #4889a8;
		text-decoration: underline;
		font-size: 1em;
	}
	
	
	.gold {
		color: #c6a94c;
	
	}
	
	.blue {
		color: #4889a8;
		font-style: italic;
	}
	
	.bold {
		font-weight: bold;
	}
	
	.left {
		
		border: 1px solid #ba9e45;
		margin-left: 10px;
		margin-top: 20px;
	}
	
	.center {
		position: relative;
		top: 5px;
	}
	
	.plain {
		font-size: 0.9em;
		color: #000000;
		font-style:italic;
		font-weight:100;
	}
	
	.ark {
		margin-left: 10px;
	}
	
