/* CSS document */
.box { 
background:   url("images/nt.jpg") repeat;
width: 790px;
text-align:left;
margin:0px auto;
}

.boxtop div {
background:   url("images/tl.jpg") no-repeat top left; 
}

.boxtop { 
background:   url("images/tr.jpg") no-repeat top right;
}

.boxbottom div {
background:   url("images/bl.jpg") no-repeat bottom left;
}

.boxbottom {
background:   url("images/br.jpg") no-repeat bottom right;
}

.boxtop div, .boxtop, .boxbottom div, .boxbottom {
width: 100%;
height: 25px;
font-size: 25px;
}

.content {
width:790px;
/* margin: 0 auto;*/
}

.header {
margin-left:20px;
margin-right:0px;
/* background-color:#ECECE8; /* light gray */ */
height:102px;
}

.sidebar {
width:152px;
float:left;
margin: 0px 0px 0px 20px;
/* padding-top:20px; */
display:inline;
}

.main {
width:580px;
margin-left:190px;
margin-right:20px;
font-size: 1em;
}

.main h1 {
font-size: 1.5em;
}

.main h6 {
font-size: 1px;
color: #ECECE8; 
}

body {
/* background: url("../images/gradient0.jpg"); */
background-repeat:repeat-x; 
background-color:#FFFFFF;
text-align:center; 
font-size: 1em; 
font-family: Tahoma,Verdana, Helvetica, Arial;
}

.footer {
font-size: .8em; 
background-color:#ECECE8; /* light gray */
text-align:center; 
width:790px;
}

.clear {
float: none;
clear: both;
height: 1px;
margin: 0;
padding: 0;
}
/* just some formatting */
div.grayBorder {
margin: 20px 0px 20px 0px; 
border: 5px solid #ECECE8;
}
div.grayBackground {
background-color:#ECECE8;
}
