/*
      Created by CSS Portal Layout Generator

          http://www.cssportal.com

*/

* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
}

p {
 padding: 10px;
}




#disqus_thread {
        position: absolute;
        top:120px;
        z-index:9;
        visibility: hidden;
        width: 700px;
        height: 550px;
        background-color: #CCFF99;
        border: solid thick orange;
        border-radius: 15px;
        -moz-border-radius: 15px;
        -moz-box-shadow: 10px 10px 5px #262626;
        -webkit-box-shadow: 10px 10px 5px #262626;
        box-shadow: 10px 10px 5px #262626;
        padding: 20px;
        margin:20px;
}

#close {
        float: right;
}

#wrapper {
 margin: 0 auto;
 width: 1024px;
}

#header {
 color: #333;
 width: 1024px;
 float: left;
 height: 90px;
 background: ;
}

#navigation {
 float: left;
 width: 1024x;
 height: 37px;
 color: #333;
 background: #CCFF99;
}


#content {
 color: #953;
 background: white;
 height: 600px;
 width: 1024px;
 display: inline;
}

#content {
 top:120px;
 color: #953;
 background: grey;
 height: 600px;
 width: 1024px;
 display: inline;
}


#footer {
 width: 1024px;
 height: 37px;
 clear: both;
 color: #333;
 background: #CCFF99;
}