/* basic structure & basic styles*/
*{
	margin:0;
	padding:0;
}

html{
	background: #E9EDFA url(images/body-bg.png) 50% 0 repeat-y;
}

body {
	text-align:center;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#336;
	background: #fff;
	width: 860px;
	height: 800px;
	margin: 0 auto;
}

a:link, a:visited{
 color: #4A4B8A;
 text-decoration: none;
}

a:hover, a:active{
	color: #336;
	text-decoration: underline;
}

h2{
	font-weight: bold;
	font-size: 11px;
	margin: 5px;
	padding:0;
}


#container{
	width: 860px;
	text-align:left;
	margin: 0 auto;
	padding:0;
	position:relative;
	background: #fff;
}

#main{
	position: absolute;
	top: 90px;
	left: 180px;
	width:500px;
	background: #fff;
	}
	
#header{
	position: absolute;
	top: 0;
	left:0;
	width: 860px;
	height:90px;
	background: url(images/wis-mag-header.png) top left no-repeat;
}

#stories{
	position: absolute;
	top:90px;
	left: 0;
	width: 170px;
	padding: 0 5px;
	background: #fff;
}

#links{
	position: absolute;
	top: 90px;
	left: 680px;
	width: 170px;
	padding: 0 5px;
	background: #fff;
}
	
/* main styles */
#main h1{
	margin: 0 10px 10px 10px;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
}

#main h1 a{
	font-weight: normal;
}

#main h2{
	margin: 0 10px 10px 10px;
	font-size: 14px;
	padding: 0;
}

#main h3{
	font-weight: bold;
	color: #a1a1a1;
	font-size: 14px;
	margin: 0 10px 10px 10px;
	padding:0;
}

#main h3 a{
	color: #AD1921;
}

#main p{
	margin: 0 10px 10px 10px;
	padding: 0;
	line-height: 1.4em;
}

#main a{font-weight:bold; color: #CA1D26;}

#main #footnote{
	font-size: 9px;
	color: #666;
	padding-top: 8px;
	border-top: 1px solid #666;
}

#main img{
	float:right;
	margin: 0 5px;
}

#main a.btn{
	display: block;
	text-indent: -999em;
	overflow: hidden;
	background: url(images/details-btn.png) 0 0 no-repeat;
	width: 140px;
	height: 34px;
}

#main a.btn:hover{
	background-position: 0 -34px;
}

/*header styles */
#header h2{
	width: 860px;
	height: 60px;
	text-indent: -999em;
	overflow: hidden;
}

#header a{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

/*navigation menu styles */
ul{
	margin: 0 5px;
	font-weight: bold;
	list-style-type:none;
}

li{
	margin: 0;
	padding:0;
	width: 100%;
}

li a{
	margin: 0;
	padding:0;
}

/*stories section styles */
#stories li{
	border-bottom: 1px dotted #336;
	padding: 5px 0;
	margin:0;
}

/*links section styles */
#links h2#linkstitle{
	text-transform: uppercase;
}

#accordion h2{
	border: 1px solid #BBBCFF;
	margin-bottom: 2px;
	background: #E9EDFA;
	padding:2px;
	cursor: pointer;
}

#accordion a{
	font-size: 10px;
}


#slider{width: 480px; height: 600px; overflow:hidden}
