* {
	margin-left:0; margin-top:0px
}

body, html {
	height: 100%;
}

a {
	color: #99CCCC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	height: 100%;
	background: #F8F8F8;
	color: #838383;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#container {
	background: #EEF7F7;
	border-right: 3px #D7ECEC solid;
	width: 303px;
	padding: 20px;
}

h1 {
	margin: 10px 15px 0 15px;
	font-size: 24px;
}

h3 {
	font-size: 14px;
	margin: 0 0 10px 0;
}

p {
	margin: 0 0 10px 10px;
}

#sourceside {
	background: #FFF;
	border: 1px #E1E1E1 solid;
	width: 300px;
	height: 245px;
	margin-bottom: 20px;
}

/*#sourceside a {
	padding: 4px 2px 0px 5px;
	display: block;
	border: 1px #CCC solid;
	width: 263px;
	height: 20px;
	margin: 5px 15px 5px 15px;
}

#historysource {
	border: 1px #CCC solid;
	width: 270px;
	height: 150px;
	margin: 0 15px 5px 15px;
}

#context {
	background: #FFF;
	border: 1px #E1E1E1 solid;
	width: 260px;
	top: 280px;
	left: 20px;
	padding: 20px;
}*/