/* CSS Document */

body {
	color:#000;
	background-color: #CCF;
	font-size: small;
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 790px;
	background: url(graphics/background.gif) repeat-y top left;
}
#imgtop {
	height: 155px;
}
#blackbar {
	width: 776px;
	height: 18px;
	margin-left: 7px;
	color: #fff;
	background-color: #000;
	border-top: 2px solid #6a6a6a;
	border-bottom: 2px solid #6a6a6a;
	font-size: 90%;
}
#blackbar div { 
	padding-top: 1px;
	padding-left: 30px;
	
}
#blackbar div a, #blackbar div a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	padding-right: 1px;
}
#blackbar div a:hover {
	color: #FF0;
}
#datebox {
	float:right;
	padding-right: 7px;
}
#gradient {
	height: 54px;
	padding-left:7px;
}
#content {
	float: right;
	width: 600px;
	margin: 0 12px 2px 0;
}
#content h1 {
	font-size: 200%;
	margin: 0 0 11px 0;
	color: #221a62;
	background-color: transparent;
}
#content p { margin-top:0; }
#navbar {
	float: left;
	width: 145px;
	margin: 0 0 2px 24px;
}
#navbar div {
	margin-top: 50px;
}
#footer {
	clear: both;
	background: url(graphics/bottom.gif) no-repeat bottom left;
	width: 790px;
	height: 49px;
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 80%;
}
#footer #footbox {
	padding: 2px 7px 0 7px;
	border-top: 2px solid #6a6a6a;
	color: #fff;	
	background-color:#000;	
	width: 762px;
	height: 40px;
	margin-left: 7px;

}
#footbox a, #footbox a:visited {
	color: #fff;
	background-color: transparent;
	text-decoration:none;
}
#footbox a:hover {
	text-decoration: underline;
}
#d3logo {
	float:right;
	width: 150px;
	height: 35px;
	padding: 0;
	margin: 0;
	font-size: 90%;
	text-align:center;
}
#advert {
	width: 776px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 5px;
	font-size: 80%;
}
#advert img { border:1px solid #000; }
.smallertxt {font-size: 80%; }
.largertext {font-size: 120%; font-weight:bold;}
.imgbrdr {border: 1px solid #000;}
