<style>
                html,body {
                    margin:0; padding:0; height:100%;
                }
                body {
                    font: arial,sans-serif;text-align:center; border-style: solid; border-color: #CCCCCC #CCCCCC #CCCCCC #CCCCCC; border-width:10px;
                }
                p {margin:0 10px 10px
                }
                h1 {font: arial,sans-serif;text-align:center; color:#FFB612;
                }
                h2 {font: arial,sans-serif;text-align:center; color:#000000;
                }
                a {padding:5px; text-decoration:none; color:#FFB612; font-weight: bold;
                }
                #header {background-color:#000000;
                }
                #header h1 {height:80px;line-height:80px;margin:0;padding-left:10px;	
                }
                #wrapper {float:left;width:100%;background-color: #CCCCCC; 
                }
                #navigation {float:left; background-color:#000000; width:200px; margin-right:20px; height: 100%;
                }
                #navigation ul {margin:15px 0; padding:0; list-style-type:none;
                }
                #navigation li {margin-bottom:5px;
                }
                #content {width:80%; text-align:left;
                }
                #side {float:left; width:150px; margin-left:-175px; background: #CCCCCC; height: 100%;
                }
                #footer {background-color:#000000; color:#FFB612; text-align: right;
                }