html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: verdana, 'trebuchet ms', sans-serif;
	font-size: 12px;
	background:#36414d url(/witnit/bg.gif) top left;
}

#banner{
	z-index:2;
	position: absolute;
	height: 200px; 
	background:url(/witnit/banner.gif) top left no-repeat;
	width:100%;
     }

#side_hand {
	z-index: 2;
	position: absolute;
	top: 140px;
	right: 1px;
	width: 350px;
	height: 240px;
	background:url(/witnit/sidebar_border_top_hand.gif) no-repeat top right;
}

#title_text {
	z-index:3;
	position: absolute;
	top:0px;
	height: 100px; 
	background:url(/witnit/banner_text.gif) top center no-repeat;
	width:100%;
     }

#container {
	z-index:3;
	margin-right:300px; 
	background:url(/witnit/border.gif) repeat-y top left;
	margin-bottom:20px;
	overflow: hidden;
	padding-top:200px;
     }

#content {
	font-family:trebuchet ms, verdana, sans-serif;
	font-size:14.5px;
	font-weight:normal;
	color:#333333;
	line-height:125%;
	margin-left:40px;
	line-height:125%;

     }



#sidebar {	
	z-index: 2;
	position: absolute;
	right:10px;
	width: 250px; 
	padding-left:35px;
        top: 367px;
background:url(/witnit/sb-divider.gif) top left repeat-y;
     }

#sidebar ul {
	padding-left:0px;
}

#sidebar li{
	margin-left:14px;
	border-bottom: dashed 1px #bbb;
}



#entry {}
#entry-header {}
# entry-body {}
#entry-more-link {}
#entry-footer {}
#post-footers {}
#separator {}

.module-header {
	text-align:center;
}


.module {

}

.module-content {
	font-size:10.5px;
	line-height: 1.5em;
	padding-bottom:25px;
	margin-left:10px;
	margin-right:18px;
}


#module-list-item li{
	padding-left:10px;
}




A 	{ color: #000033; text-decoration: none; font-weight: bold;}
A:link	{ color: #000033; text-decoration: none; font-weight: bold;}
A:visited	{ color: #000033; text-decoration: none; font-weight: bold;}
A:active	{ color: #999999; text-decoration: none; font-weight: bold;}
A:hover	{ color: #000033; font-weight: bold; text-decoration: overline underline; }


.module-content A 	{ color: #002f69; text-decoration: none; font-weight: bold;}
.module-content A:link	{ color: #002f69; text-decoration: none; font-weight: bold;}
.module-content A:visited	{ color: #691b00; text-decoration: none; font-weight: bold;}
.module-content A:active	{ color: #691b00; text-decoration: none; font-weight: bold;}
.module-content A:hover	{ color: #691b00; font-weight: bold; text-decoration: overline underline; }


