BODY {
background-color: #663399;
font-family: Times New Roman, Times, serif;
font-size: 16px;
color : #000000;
text-align:center;
}

#main {
margin: 0 auto 0 auto;
text-align:left;
background-color: #73559D;
	width: 784px;
	height: auto;
background-image:  url('images/SBWN_bottom_blank_tile.jpg');
	background-repeat: repeat-y;
}


#header {

       position: relative;
        background-image:  url('images/SBWN_top_1.jpg');
	width: 784px;
	height: 226px;
	
        
}

#navbar {
position: absolute;
	width: 166px;
	height: 496px;
	top: 234px;
}

#contentBox {
position: relative;
background-color: #ffffff;
width: 618px;
height: auto;
left: 166px;
top: 0px;     
}

#content {
padding: 0px 19px 19px 19px;
height: auto;

}

#content2 {
line-height: 16pt;
}

#content3
{ 
border: 3px solid #663399;
padding: 10px;
} 

A:link {color: #663399;}
A:visited {color: #663399;}
A:active {color: #663399;}