/* CSS Document */
body {
	background:#999999;
	background-image:url(images/diuseebodybg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
/*	background-attachment:fixed;*/
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	}
h1, h2, h3, h4, p, form, a, table, tr, td {
	padding:0;
	margin:0;
	}
h1 {
	font-size:24px;
	background:#999999;
	color:#000000;
	width:598px;
	height:28px;
	padding:2px 0 2px 10px;
	margin:0 0 10px 0;
	}
h2 {
	font-size:18px;
	background:#ffffff;
	color:#000000;
	width:598px;
	height:22px;
	padding:2px 0 2px 10px;
	}
a {
	color:#999999;
	text-decoration:none;
	}
a:hover {
	color:#999999;
	text-decoration:underline;
	}
img {
	border:solid 4px #ffffff;
	}
#header {
	background:#000000;
	background-image:url(images/diuseebanner.jpg);
	background-repeat:no-repeat;
	background-position:center right;
	color:#ffffff;
	width:700px;
	height:200px;
	margin:0;
	padding:0;
	}
#navigation {
	background:#000000;
	background-image:url(images/diuseenav.jpg);
	background-repeat:no-repeat;
	background-position:center left;
	color:#000000;
	width:680px;
	height:14px;
	margin:0;
/*	padding:0;*/
	padding:3px 0 3px 20px;
	}
#navigation a {
	font-size:14px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	}
#navigation a:hover {
	color:#999999;
	}
#main_cont {
	background:#000000;
	background-image:url(images/diuseecont.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	color:#ffffff;
	width:690px;
/*	height:2000px;*/
	height:auto;
	margin:0;
/*	padding:0;*/
	padding:20px 0 40px 10px;
	}
#main_cont p {
	width:600px;
	padding:10px 0 10px 0;
	}

