* {
	margin: 0;
	padding: 0;
}
body {
	font: 75%/140% Verdana, Geneva, sans-serif;
	color: #000;
	background: #fff;
	}
h1 {
	font-size:125%;
	}
h2 {
	font-size:112.5%;
	padding-top:20px;
	}

p {
	padding-top:20px;
	padding-bottom:20px;
	}

#wrapper {
	width:820px;
	margin: 8px auto 20px auto;
	position: relative;
	}
#headertemp {
	background: url(../janusbsimages/janusheadertemp.gif);
	height:250px;
	}
#introcontent {
	background: #fff;
	padding: 100px 200px;
	}
/* ----------------- link styles ----------------------*/
a:link {
	color: #F60;
	text-decoration: underline;
	}
a:visited {
	color:#ff5500;
	text-decoration:underline;
	}
a:hover {
	color: #090;
	text-decoration:underline;
	}
a:active {
	color: #F90;
	}
