body {
    background: white url(images/bgr.gif) repeat-y 50% 0;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
    text-align: center;
    }
    
.clear {
    clear: both;
    }

#container { /*container for the whole content of the page*/
    margin: 0px auto;
    text-align: left;
    width: 680px;
    border: 0px red dotted;
    }
    
h1 { /*header image*/
    width: 680px;
    height: 90px;
    text-indent: -9999px;
    background: url(images/header.gif) no-repeat;
    margin: 10px 0 10px 0;
    padding: 0;
    border: 1px black solid;
    }

/********************START LEFT********************/
#left {
    float: left;
    width: 345px;
    margin: 5px 0 0 0; /*10px distance from undertab*/
    padding: 4px;
    font: normal 11px/14px Verdana, Arial, Helvetica, sans-serif;
    background: #cccccc;
    border: 1px white solid;
    }
    
#left p {
    color: #ccc;
    margin: 20px 0 5px 0;
    }
    
#left img {
    border: 7px #fff solid;
    }
    
#left a {
    color: black;
    margin: 5px 0 0 0;
    text-decoration: none;
    text-transform: uppercase;
    }
    
#left a:hover {
    background-color: white;
    }

#left ul {
    padding: 4px;
    list-style-type: none;
    font: normal 11px Verdana, Arial, Helvetica, sans-serif;
    text-indent: 5px;
    letter-spacing: 2px;
    border: 0px solid #fff;
    }

/********************END LEFT********************/

/********************START CONTENT********************/
#content { /*container for the right side of the page*/
    width: 310px;
    float: right;
    padding: 4px;
    margin: 5px 0 0 0;
    border: 1px #fff dotted;
    }
    
#content a {
    text-decoration: none;
    border-bottom: 0px dotted;
    }
            
#content h2 {
    padding: 5px 0 5px 0;
    font: normal 12px Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: #333;
    width: auto;
    border: 1px black solid;
    }
        
#content img {
    float: left;
    padding: 1px;
    margin: 4px;
    background-color: black;
    }
            
/********************END CONTENT********************/