body
{
	font-family: Georgia;
	background-repeat: repeat-x;
	background-color: white;
	color: black;
	font-size: small;
}		
h1, h2, h3, h4, h5 {
	font-weight: normal;
}

div#header {
	background-color: #EEE;
	border: 2px solid #DDD;  
	padding: 5px; 
	margin-bottom: 5px;
}

div#footer {
	background-color: #EEE;
	border: 2px solid #DDD;  
	padding: 10px; 
	margin-top: 5px;
	clear: both;
	text-align: right;
}

h1
{
	margin: 10px 0px;
	font-size: 3em;
}
h2, h3, h4, h5
{
	margin: 5px 0;
}

div.job {
	padding: 2px;
}

div.job:hover {
	background: #DDD;
}

div.job span.date {
	font-size: small;
	color: grey;
}

div#container {
	width: 100%;
}

div.content {
	overflow: hidden;
	padding-right: 5px;
	border-right: 2px solid #DDD;
	height: auto !important;
	height: 1170px;
	min-height: 1170px;
	width: auto;
	margin-right: 275px;
}

.section {
	border-top: 2px solid #DDD;
	padding-top: 10px;
}

div.column {
	width: 265px;
	padding: 5px;
	float: right;
	font-size: small;
	margin-left: -275px;
}

div.column img {
	padding-right: 5px;
}

a img {
	border: none;
}

div.footer {
	clear: both;
}

a {
	color: #0082FC;
}
