body {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

a, a:visited {
	color: #25609D;
}

a:hover {
	color: #CC0000;
}

div#headerbg {
	width: 100%;
	height: 150px;
	
	position: relative;
	
	background-image: url('img/headerbg.jpg');
	background-repeat: repeat-x;
	
	z-index: 0;
}

div.maincontainer {
	position: relative;
	
	top: 0px;
	margin: 0px auto;
	width: 890px;
	
	z-index: 1;
}

div#logo {
	position: relative;
	top: 15px;
	left: 15px;
	
	width: 176px;
	height: 125px;
	
	background-image: url('img/logo.jpg');
	background-repeat: no-repeat;
	
	z-index: 2;
}

div#slogan {
	position: absolute;
	top: 15px;
	
	left: 540px;
	
	width: 350px;
	
	font-family: "times new roman", "times roman", "arial";
	font-size: 12pt;
	color: #E0E0E0;
	
	z-index: 2;
}

div#bigLinksHolder {
	position: absolute;
	
	top: 65px;
	left: 350px;
	
	width: 570px;
	
	z-index: 2;
}

div#bigLinksHolder a {
	font-size: 20pt;
	font-family: "arial narrow", tahoma, "arial", "sans-serif";
	font-weight: bold;
	letter-spacing: -1px;
	color: #777;
	
	padding: 10px;
	line-height: 50px;
	
	background: none;
	text-decoration: none;
	
	margin-left: 10px;
}

div#bigLinksHolder a:hover {
	background: #333;
	color: #555;
}

div#smLinksHolder {
	position: relative;
	left: 250px;
	bottom: 0;
	
	padding: 0px;
	
	width: 650px;
	
	height: 25px;
	background-color: #DDD;
	
	font-family: "tahoma", "arial", "helvetica", "sans-serif";
	font-size: 12pt;
	
	z-index: 2;
}

div#smLinksHolder a {
	color: #444;
	text-decoration: none;
	margin-left: 15px;
	position: relative;
	top: 3px;
}

div#smLinksHolder a:hover {
	color: #000;
	text-decoration: underline;
}

div#contentholder {
	margin-top: 30px;
}

div#content {
	
	position: relative;
	z-index: 5;
	
	width: 625px;
	
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #2F2F2F;
	line-height: 145%;
	text-align: left;
	
	padding-right: 50px;
	padding-left: 15px;
}

div#sidestuff {
	position: absolute;
	left: 690px;
	z-index: 5;
	
	width: 200px;
	top: 0px;
	border-left: 2px solid #AAA;

	padding-left: 10px;
	
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #222;
	line-height: 125%;
	text-align: left;
}

.catch {
	font-size: 14pt;
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
	color: #000;
	padding-bottom: 15px;
	line-height: 1.5em;
	float: left;
}
