body,
html {
    margin:0;
    padding:0;
    background:#ffffff;
    color:#000;
    }
body {
    min-width:800px;
    }
#wrap {
    background:#ffffff;
    margin:0 auto;
    width:800px;
    }
#main {
    background:#ffffff;
    float:right;
    width:640px;
    }
#main img {
    padding:0 10px;
    }

#sidebar {
    background:#fff;
    float:left;
    width:160px;
    }

#sidebar a  {
        text-decoration: none;
        color: #000000;
        }



#sidebar ul {
    margin:0;
    padding:0;
    list-style:none;
    margin-bottom:0;
    }    
#sidebar h1 {
    padding:0 0px 0 0px;
    margin:10px;
    font-family: sans-serif;
    font-style: oblique;
    font-variant: normal;
    font-weight: bold;
    font-size: larger;
    line-height: 100%;
    word-spacing: normal;
    letter-spacing: normal;
    text-decoration: none;
    text-transform: none;
    text-align: center;
    text-indent: 0ex;

    }	 

#sidebar p {
    padding:0 0 0 0;
    margin:10px;
        margin-top: 0;
        margin-bottom: 1em;
        font-family: sans-serif;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        font-size: smaller;
        line-height: 100%;
        word-spacing: normal;
        letter-spacing: normal;
        text-decoration: none;
        text-transform: none;
        text-align: center;
        text-indent: 0ex;

    
    }
    
#menu {
    text-align: center;
}

#menu p {
    margin-top: 0;
    margin-bottom: 1em;
    font-family: sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: smaller;
    line-height: 100%;
    word-spacing: normal;
    letter-spacing: normal;
    text-decoration: none;
    text-transform: none;
    text-align: center;
    text-indent: 0ex;
}

#nav {
	background: #999;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 160px;
}
#nav li {
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#nav a {
	background: #999;
	border-bottom: 1px solid #393939;
	color: #ccc;
	display: block;
	margin: 0;
	padding: 4px 4px;
	text-decoration: none;
	font-weight:normal;
}
#nav a:hover {
	background: #333 url("images/hover.gif") left center no-repeat;
	color: #fff;
	padding-bottom: 4px;
}                    
                    

#sidebar img  {

     margin-left: auto;
     margin-right: auto;
   
        }