body {
	background-image: url(../images/wolf_paw.gif);
    background-repeat: repeat-x;margin: 0px;
	padding: 0;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

#Caution {
	background-color: red;
	color: white;
	font: bold large;	
	text-align: center
}

#Content {
	width: 1000px;
	margin: 0px auto;    /* Right and left margin widths set to "auto" */
	text-align: left;    /* Counteract to IE5/Win Hack */
	height: 80%;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;	
	background-color: #ffffff;
	border: 2px solid #000000;
}

#CenterColumn {
	width: 100%;
	text-align: center; 
}

#LeftColumn {
	float: left;
	text-align: left; 
	width: 15%;
	margin-left: 60px;

}

#RightColumn {
	float: right;
	text-align: left; 
	width: 20%;

}

#static{
 background: url('../images/wolf_paw_mini.jpg'); 
}


#SilverOak{
 background: url('../images/a_oak.gif'); 
}

#GoldMace{
 background: url('../images/a_goldmace.gif'); 
}

#RedCo{
 background: url('../images/back_redco.gif'); 
}

#heasder{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 250px; /*Height of frame div*/
	/* overflow: hidden; Disable scrollbars. Set to "scroll" to enable*/
	background-color: white;
}

.title{
	background-image: url(../images/DWTitle.jpg);
    background-position: top center; ; 
    background-repeat: no-repeat;
}


#maincontent{
	
	top: 250px; /*Set top value to HeightOfFrameDiv*/
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
}

#targetcontent{
	left: 250px;
	position: absolute;
	width: 800px;
	top: 105px;
}

.innertube{
	margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
	padding: 130px 0 0 0; /*Set value to (HeightOfFrameDiv 0 0 0)*/
}

* html #maincontent{ /*IE6 hack*/
	height: 100%; 
	width: 100%; 
}

.sidebar{
	position: absolute;
	list-style-type: none;
	margin: 1em;
	padding: 0;
	width: 200px; /* width of menu */
	top: 140px;
	left: 8px;
}

.sidebar li{
border-bottom: 1px solid white; /* white border beneath each menu item */
}

.sidebar li a{
background: black; /*color of menu by default*/
background-image: url(../images/blockdefault.gif);
background-repeat: repeat-x;
background-position: center left;
font: bold 13px ;
display: block;
color: white;
width: auto;
padding: 5px 0; /* Vertical (top/bottom) padding for each menu link */
text-indent: 35px;
text-decoration: none;
border-bottom: 1px solid black; /*bottom border of menu link. Should be equal or darker to link's bgcolor*/
}

.sidebar li a:visited, .sidebar li a:active{
color: white;
}

.sidebar li a:hover{
background-color: red; /*color of menu onMouseover*/
background-image: url(../images/blockactive.gif);
background-repeat: repeat-x;
color: white;
font: bold;
border-bottom: 1px solid black; /*bottom border of menu link during hover. Should be equal or darker to link's hover's bgcolor*/
}

