body{
margin:auto;
text-align:center;
padding: 0;
font: 11px Verdana, Arial, Tahoma, Sans-serif;
color:white;
background:navy;
background-image: url(images/bg.jpg);
background-repeat: repeat;
}



h1{
display: none;
}


h3{
margin-top: 10px;
margin-left: 10px;
}


a{
color: white;
text-decoration: none;
font-weight: bold;
}

a:hover{
color: red;
}


.wrapper{
width:800px;
margin:0px;
margin-top: 10px;
border-style: solid; 
border-width: 1px;
border-color: #fff;
background-color: #000;
height: 500px;
}



html>body .wrapper{
height: 637px;
  margin:auto;
}



.flashside{
float: left;

}



.flashhome{
float: left;
margin-left: 1px;
margin-top: -5px;
}


.side{
float: left;
width: 200px;
height: 450px;
background-image: url(images/stocksidebg.jpg);
text-align:left;
}


html>body .side{
width: 200px;
background-image: url(images/stocksidebg.jpg);

}



.sidetext{
float: left;
margin-left: 5px;
width: 180px;
margin-top: -240px;
}


h3{
font-size: 16px;
font-weight: bold;
color: black;
}


.content{
float: left;
width: 600px;
height: 450px;
text-align: left;
color: white;
background-color: #eeeeee;
}

html>body .content{

}


.text{
float: left;
margin-left: 5px;
margin-top: 10px;
margin-right: 10px;
color: navy;
width: 565px;
}


.links{
clear: both;
background-color: navy;
padding-top: 5px;
padding-bottom: 5px;
}

