/* CSS Document */

body{
	margin:0px;
	padding:0px;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#003572;
}

h1{font-size:24px}
h2{font-size:22px}
h3{font-size:20px}
h4{font-size:18px}
h5{font-size:16px}
h6{font-size:10px}

#left {
	width:160px;
	float:left;
	clear:left;
	display:inline;
	margin-top:15px;
}
#right {
	float:right;
	clear:right;
	width:595px;
	margin-top:15px;
}

* {margin:0px;padding:0px;}
.clear{clear:both;}


#container {
	margin: 0px auto;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
	width: 785px;
	background:#FFFFFF;
/*	border:1px solid #FF9900; */
	padding:10px;
}
/******************** Header ******************************/
#header {
	width:785px;
	display:block;
}
#pducksLogo {
	width:236px;
	height:173px;
	float:left;
}
#siteTitle {
	width:545px;
	height:50px;
	margin-top:30px;
	float:right;
	font-size:26px;
	text-align:center;
}
#pageTitle {
	width:545px;
	height:50px;
	font-size:36px;
	text-align:center;
	float:right;
	margin-top:15px;
	margin-bottom:28px;
	background-color: #FFFF99;
}
#topNavBar {
	width:785px;
	height:40px;
}
#topNav ul {
	list-style: none;
	float:left;
	background: #FAA819;
}
#topNav li a {
	display:block;
	padding: 0.2em 0.2em;
	border:1px solid #FF9900;
	width:118px;
	height:15px;
	text-align:center;
	font-size:11px;
	margin:3px;
	text-decoration: none;
	background:#FFFF99;
} 
#topNav li a:hover {
	border:1px solid #666666;
}
#topNav li {
	float:left; 
	color:#003572; 
}	
/******************* Main Content ************************/
#content {
	width:595px;
	height:auto;
	line-height:115%;
	font-size: 14px;
	text-align:justify;
}
#content h1 {
	font-size:16px;
}

#content h2 {
	font-size:14px;
	font-weight:normal;
}
/****************** Nav bar and news box *******************/
#sidebar {
	width:160px;
	height:142px;
}

#nav a {
  display: block;
  width: 150px;
  height:  24px;
  line-height:  24px;
  color: #000;
  text-decoration: none;
  background: #94B8E9 url(../images/Redpixiebutton2.gif) no-repeat left bottom;
  text-indent: 35px;
  font-size:14px;
}

#nav a:hover {
  background-color: #369;
  background-position: right bottom;
  color: #fff;
}

#nav .home a {       /* Add a border above the first item in the navbar (always HOME) */
  height: 25px;
  line-height: 25px;
} 

#home #nav .home a,  /* "Protect" whichever page we are on in the navbar */
#links #nav .links a,
#bookshop #nav .bookshop a {
	background-position: right bottom;
	text-transform:uppercase;
	color: #fff;
	cursor: default;
}
#whatsNew {
	width:150px;
	height:auto;
	border:groove;
}
/********* Copyright info etc at end of page ********/
#footer {
	width: 785px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-size:xx-small; /*
	font-weight:lighter;
		color:#003572; 
	margin-top:50px; */
	color:#003572; 
	clear:both;
	border:1px solid #FF9900;
	background-color: #FFFF99;
}
/********* General styling **************************/
a:hover {
	text-decoration: none;
	color: #000000;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

li {
 /* display: inline;  :KLUDGE: Removes large gaps in IE/Win */ 
}


