/* CSS template for the GUI jobb.php */

body {
	margin-top: 50px;
	margin-left: 100px;
	background-color: #e2007a;
	font-family: Georgia;
	font-size: 17px;
	color: #000000;
	line-height: 1.5em;
}

h1 {
	font-size: 16px;
}

a:link {
	color: #fff;
	text-decoration: none;
}

a:visited {
	color: #fff;
	text-decoration: none;
}

a.foot:link {
	color: #000000;
}

a.foot:visited {
	color: #000000;
}

#menu {
	width: 700px;
	display: block;
	/* float: left; */
	margin-bottom: 20px;
}

#wrapper {
	width: 901px;
}

#container {
	width: 700px;
	float: left;
}

#rightcol {
	width: 180px;
	margin-top: 80px;
	padding-left: 20px;
	float: right;
	border-left: 1px solid #fff;
}

#foot {
	width: 100%;
	float: left;
	font-size: 70%;
	color: #000000;
	margin-top: 80px;
	line-height: 1.5em;
}
