/* General style */
body {
	background: #e3e2a9 url('/img/background.jpg') no-repeat fixed left bottom;
}

.header {
	color: black;
        background: url('/img/buddi.png'); /* Image in header, with positioning information */
        background-repeat: no-repeat;
        background-position: 0 center;
	padding-left: 150px; /* padding, in combination with the background position, will determine placement of the buddi logo */
	min-height: 128px;
}

.header h1 {
	border-bottom: 0.1em solid black;
}

.content {
	padding-left: 17em;
}

a:link, a:visited, a:active {
	color: #216aef;
}
a:hover {
	color: #5088ef;
}


table {
	border-collapse: collapse;	
}

td, th {
	border: 1px solid black;	
	padding: 1em;
}

.ad_text {
	color: black;
	background-color: #80b4ea;
	border-top: 0.5em solid #2787ea;
	padding: 1em;
	margin: 1em;
	margin-left: 20em;
	width: 600px;
	font-size: small;
	text-align: justify;
	clear: both;
}

