/*
Document    : screen1
Created on  : FEB 3, 2010, 2:52:33 pm
Author      : Draper John
Description :@charsetPurpose of the stylesheet follows.
*/

body{
    margin: 0;
    padding: 0;
    font-family: 'Times New Roman', Times,Serif;
    background-color: #B3C6FF;

}
h1,h2,h3,h4,h5 {
margin:7px;
padding:7px;
} 
p{
    margin: 5px;
    padding: 3px;
}
#header{
    margin: 0;
    padding: 0;
    height: 35px;
    width: 100%;
    background-image: url(/diggy/images/header.jpg);
	background-repeat:no-repeat;

}
#centerbox{
    position: relative;
    overflow: auto;

}
#nav{
    height: 100%;
    width: 180px;
    background-color: #B3C6FF;
    float: left;
	background-image:url('/diggy/images/navtop.jpg');
	background-repeat:repeat-x;

	}
#content{
    width: 705px;
    background-color: #CCDAFF;
    float: left;
	background-image:url('/diggy/images/contenttop.jpg');
	background-repeat:repeat-x;
	min-height:300px;
}
#newshead{
font-size:16px;
font-weight:bold;
margin:-3px 0;

}#news{
margin:3px 0;
}

#nav div,
#content div{
}
#footer {
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  color : #8A8A8A;
  font-size : 10px;
  font-weight : normal;
    background-color: #E6E6E6;
	    bottom: 0;
    margin: 0;
    padding: 0;
	width:885px;

  }
#footer a:link, #footer a:visited {
  font-size : 10px;
  color : #8A8A8A;
  text-decoration : none;
  font-weight : normal;
}
#footer a:hover {
  font-size : 10px;
  color : #8A8A8A;
  text-decoration : underline;
  font-weight : normal;
}






*{
    margin: 0;
}


.box{
	float:right;
	background:#fff;
	padding:0 10px;
	margin:10px;
	display:inline;
}
.one{width:40%}
.inner{
	background:#fff;
	padding:10px 0;
	margin:-10px 0;
	min-height:0;
	position:relative;
}
* html .inner{height:1px}
.top,.base{
	margin:-10px -10px 0;
	background:url(/diggy/images/tl.png) no-repeat left top;
	height:10px;
	position:relative;
}
.base{
	background-position:left bottom;
	margin:0 -10px -10px;
}
.top span,.base span{
	background:url(/diggy/images/tl.png) no-repeat right top;
	display:block;
	height:10px;
}
.base span{background-position:right bottom;}
