body {
	background-image: url(../images/background.jpg);
    background-position:center;
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-position:top;
    text-align: center;
    margin: 0;
    padding: 0px;
    font-family: Verdana, Arial,  Helvetica, sans-serif;
    font-size:12px;
    color: #3c3c3c;
}

#wrapper{
    width: 1000px;
    margin: 0 auto;
    text-align:left;
}

#header{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left:20px;
}

#left{
    width:180px;
    float:left;
    padding: 5px;
    height: auto;
}

#main{
    width:799px;
    padding: 5px;
    float: right;
    height: auto;
}

#twocols{
    border-top: dashed #c0c0c0 1px;
    background-image:url('../images/divider.jpg');
    background-repeat: repeat-y;
    height:auto;
    overflow:hidden;
}

#clearfix{
    clear:both;
}

#footer{
    clear:both;
    margin-top: 5px;
    padding: 5px;
    text-align:center;
    border-top: dashed #c0c0c0 1px;
    border-bottom: dashed #c0c0c0 1px;
    margin-bottom: 20px;
}

img{
    border: 0;
}

:focus {
    outline: 0;
}

li{
    padding-bottom:5px;
}