body {
    font-family:curier,serif;
    margin:50px 0px;
    padding:0px;
    text-align:center;
  }


#container {
    background-color:#EEEEEE;
    border:1px dashed #333333;
    margin:0px auto;
    padding:15px;
    text-align:left;
    height: 700px;
    width:800px;
  }


#head {
    text-align:left;
    height:25px;
    padding:5px;
  }


#stat {
    height:25px;
    padding:5px;
    background-color:#AFAFAF;
    border:#757575 outset;
  }


#combo {
    height:25;
    padding:5px;
    text-align:right;
  }


#innerContent {
    height:500px;
  }


#menu {
    width:150px;
    padding:5px;
    float:left;
  }


#info {
    width:600px;
    padding:5px;
    float:right;
  }


table {
    border: 1px #AFAFAF dotted;
    width:100%;
  }
td {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

