body {
   background: #ffffff url(images/bg.png) repeat;
   font-family: verdana, arial, tahoma, microsoft sans serif;
   font-size: 14px;
   color: #707070;
   line-height: 25px;
   margin: 0;
   padding: 0;
}





/***** MAIN OBJECTS *****/

div#container {
   width: 670px;
   background-color: none;
   margin: 0 0 0 150px;
   padding: 0;
   text-align: left;
}

div#header {
   width: 450px;
   height: 279px;
   background: #ffffff url(images/header.png) no-repeat;
   margin: 0;
   padding: 0;
}

div#main {
   width: 450px;
   min-height: 600px;
   background-color: #ffffff;
   margin: 0;
   padding: 0;
   border: 1px solid #c0c0c0;
   border-top: none;
}

div#sidebar {
   position: absolute;
   left: 602px;
   top: 200px;
   width: 170px;
   margin: 0;
   padding: 0;
   background: #ffffff url(images/sidebar.png);
   border: 1px solid #c0c0c0;
   border-left: none;
}

div#title {
   position: absolute;
   width: 50px;
   height: 370px;
   left: 99px;
   top: 100px;
   margin: 0;
   padding: 0;
   background: #ffffff url(images/title.png) no-repeat;
   border: 1px solid #c0c0c0;
   border-right: none;
}

div#footer {
   clear: both;
   text-align: left;
   width: 450px;
   padding: 0;
   margin: 0;
   background: none;
}






/***** BOXES *****/

.block {
   margin: 20px 20px 50px 20px;
   padding: 0;
}

div#footer .copy {
   float: left;
   margin: 0;
   padding: 10px;
   font-size: 10px;
   color: #999999;
}

div#footer .author {
   float: right;
   margin: 0;
   padding: 10px;
}

.spacer {
   margin: 0;
   padding: 0;
   height: 30px;
}





/***** HEADINGS *****/

h1 {
   margin: 20px 20px 40px 20px;
   font-size: 22px;
   font-family: georgia, times new roman;
   font-weight: normal;
   color: #1b4e8d;
}

h2 {
   margin: 20px 20px 10px 20px;
   font-size: 16px;
   font-family: georgia, times new roman;
   font-weight: normal;
   color: #3b9a46;
}






/***** LISTS *****/

ul {
   margin: -40px 40px 20px 40px;
   padding: 0;
}

ul li {
   list-style-type: square;
   margin: 5px 0 0 0;
   padding: 0;
}

div#sidebar ul {
   margin: 0 0 0 10px;
   padding: 0;
   background: url(images/watermark.png) no-repeat center center;
}

div#sidebar li {
   list-style-type: none;
   margin: 5px 0 0 0;
   padding: 0;
}

div#sidebar li:hover {
   list-style-type: square;
   color: #3387ca;
}





/***** LINKS *****/


a {
   text-decoration: none;
   color: #3b9a46;
   border-bottom: 1px dotted #3b9a46;
}

a:hover {
   color: #1b4e8d;
   border-bottom: 1px dotted #1b4e8d;
}

div#footer a {
   border: none;
}

div#sidebar a {
   text-decoration: none;
   border: none;
   font-family: georgia, times new roman;
   font-size: 14px;
}

div#sidebar a:hover {
   border: none;
}






/***** IMAGES *****/

img {
   border: none;
}






/***** PARAGRAPHS *****/

p {
   margin: 0 20px 50px 20px;
}


























