a {
	color:#307A97;
	text-decoration:none;
	border-bottom: 1px dotted;
	}
	
a:hover {
	border-bottom: 1px solid;
	}

body {
	background-image:url('background-left.jpg');
	background-repeat:repeat-y;
	}

#menu {
	position:fixed;
	top:15px;
	left:15px;
	}

label {
	width:125px;
	clear:both;
	float:left;
	margin-bottom:15px;
	}

input {
	float:left;
	width:200px;
	}

select {
	float:left;
	width:200px;
	}
	
h1 {
	width:500px;
	padding-left:12px;
	margin-left:auto;
	margin-right:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}

h1 a {
	color:black;
	text-decoration:none;
	border:0px;
	}

h1 a:hover {
	color:#686868;
	text-decoration:none;
	border:0px;
	}