@charset "utf-8";
body,td,th {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	background-image: url(../images/iwdp-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}
a:link {
	color: #daffbc;
}
a:visited {
	color: #65874b;
}
a:hover {
	color: #daffbc;
	text-decoration: none;
}
a:active {
	color: #daffbc;
	text-decoration: none;
}
h1 {
	margin-top: 0;
	font-size: 24px;
	color: #FFFFFF;
}
h2 {
	font-size: 18px;
	color: #FFFFFF;
}
h3 {
	font-size: 14px;
	color: #FFFFFF;
}

img {border:0;}

td {vertical-align: top;}

ul.dot1 li {
	list-style-image: url(../images/iwdp-list-dot.gif);
	font-size: 13px;
	padding: 0.2em 0;
}

/*/// IDs //////////////////////////////////////////////////////////////*/

#wrapper {
	position: relative;
	width: 990px;
	margin: 0 auto;
	background: #182542 url(../images/iwdp-content-bg.jpg) repeat top left;
}

#header {
	/*width: 990px;*/
	height: 276px;
	background: url(../images/iwdp-banner.jpg) no-repeat 0 0;
}

#cols {
	position: relative;
	/*width: 990px;*/
}

#navbar {
	position: relative;
	width: 311px;
	height: 377px;
	background: url(../images/iwdp-nav-sidebar.jpg) no-repeat 0 0;
}

#nav {
	margin: 95px 0 0 50px;
	padding: 0;
	list-style-type: none;
	font: bold 13px "Trebuchet MS", Arial, sans-serif;
	width: 185px;
}

#nav li {
	padding-bottom: 6px;
}

#nav li ul {
	margin-left: 25px;
	padding: 0;
}

#nav li ul li {
	list-style-image: url(../images/iwdp-dot2.gif);
	padding-bottom: 0;
}


#nav a:link, #nav a:visited {
	color: #000;
}

#nav a:hover, #nav a:active {
	color: #333;
	text-decoration: none;
	background-color: #e3e3e3;
	padding: 1px;
}

#nav-extra {
	position: relative;
	top: 130px;
}

#topbar {
	width: 680px;
	height: 80px;
	background: url(../images/iwdp-content-top.jpg) no-repeat 0 0;
}

#topbar a {
	padding-right: 35px;
}

#topbar a:link img {
	border-bottom: 1px solid #1D2844;
}


#topbar a:hover img {
	border-bottom: 1px solid #666;
}

#content {
	width: 480px;
	padding-right: 10px;
}

#sidebar {
	width: 170px;
	padding: 0 10px;
}

#footer {
	margin-top: 50px;
	height: 305px;
	background: #022D3E url(../images/iwdp-footer.jpg) no-repeat 0 0;
	line-height:normal;
}

#footer p {
	text-align: center;
	font-size: 11px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}