body
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
     color: #42443B;
    margin: 0;
    padding: 0;
    background-color: #C4C6BE;
    position: absolute;
    background-image: url('images/Page-BgGradient.jpg');
    background-repeat: repeat-x;
    width:100%;
    height: 500px;
}


.wrapper
{

    background-color:#fff;
    position:relative;
    z-index:0;
    margin:0 auto;
    width: 900px;
    min-width:35px;
    min-height:35px;
}


.nav
{
    position: relative;
    height: 39px;
    z-index: 100;
    background-image: url('images/nav.png');

}

.footer
{
  position: relative;
  background-color: #f3d58c;
  margin: 0px;
  padding: 5px;
  text-align: center;
  width: 890px;
    overflow:hidden;
}


.menu
{
    margin: 0;
    padding: 7px 6px 0px 6px;
    float: right;
}

.menu li
{
list-style-type: none;
display: inline;

}

.menu a:link  
{
 color: #FFF;
 text-decoration: none;
}

.menu a:hover 
{
color: #FFF;
}

.menu a:visited 
{
color: #FFF;
}


.side-block
{
    position:relative;
    z-index:0;
    margin: 20px 10px 10px;
    background-color: #f3d58c;
    position: relative;
    padding: 10px;
}

a img
{
    border: 0;
}



a
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #456E48;
}

a:link
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #456E48;
}


a:visited, a.visited
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #797E6D;
}

a:hover, a.hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #359C3E;
}


/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 28px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #e09f00;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #e09f00;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #658668;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #42443B;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #42443B;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #42443B;
}



/* Finish blockuote */
/* end PostQuote */

/* begin Button */







/* begin LayoutCell */
.sidebar
{
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    float: left;
    overflow: hidden;
    width: 218px;
}

.content
{
    position: relative;
    margin: 0;
    padding: 6px;
    border: 0;
    float: left;
    overflow: hidden;
    width: 655px;
}
.contentshop
{
    position: relative;
    margin: 0;
    padding: 6px;
    border: 0;
    float: left;
    overflow: hidden;
    width: 900px;
}

#terminal {
    visibility: hidden;
    background: #000;
    color: #04B404;
    height: 300px;
    overflow: scroll;
}

#terminal input {
    background-color: transparent; 
    border-color: transparent; 
    color:#04B404;
    outline: 0;
    width: 95%;
}


#command {
    visibility: hidden;
    background: transparent;
    color: #000;
    position: absolute;
    margin-left: 5px;
    margin-top: 5px;
    z-index: 999;
    font-size: 15px;
}

