
body{
	font-style: normal; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 100%; 
    background-color: #fff;
}


 A:link {
  	text-decoration: none;
   color: #000;

  }

 A:visited {
   text-decoration: none;
   color: #333;
   }

 A:hover {
   text-decoration: none;
   color: #993300;
  }
a:active {
    outline: none;
}

#outer_container{
width:100%;
height: 100%; 
text-align:center;
}
#inner{
	background-repeat: no-repeat;
    width: 1000px;
    height: 800px;
    min-height: 700px;
    margin:auto auto;
    text-align:left;
}

#topsection{
    width: 885px;
    margin: 0px;
	padding: 59px 0px 0px 105px;
    line-height: 2.5em;
	font-size: 0.7em; 
	font-weight: 300; 
	font-style: normal; 
	font-family: Tahoma, Arial, Helvetica; 

}
#submenu {
    width: 300px;
    margin: 80px 0px 0px 140px;
    padding: 10px;
	color: #fff; 
	font-size: 0.9em;
    line-height: 2.5em; 
    border: 0px solid red;

}

#contentrow{
    min-height: 400px;
    margin: 0px 0px 0px 150px;
    padding: 80px 0px 0px 0px;
	background-color: transparent;
    border: 1px solid green;
}

