
* {
 margin: 0px;
 padding: 0px;
}
/*body { background: #ededed url(images/bg.gif) repeat-x; }*/
p {
 color: #000;
 padding: 0;
 margin: 10px 0;
 font: 15px/20px Arial, Helvetica, sans-serif;
}
#container {
 margin: auto;
 width: 950px;
}
#header {
 margin-top: 30px;
 height: 295px;
 width: 950px;
 float: left;
 background: url(images/header.png) no-repeat;
}
#logo { 
 margin-top: 0px;
 height: 2px;
 background: url(images/footer.gif) repeat;
}
#navigation {
 height: 30px;
 width: 950px;
 margin-top: 270px;
 float: left;
 background: url(images/footer.gif) repeat;
}
.nav-links li {
 display: inline;
 padding: 5px 0px 0px 20px;
 float: left;
}
.nav-links li a {
 color: #fff;
 text-decoration: none;
 letter-spacing: -1px;
 font: bold 14px Arial, Helvetica, sans-serif;
}
.nav-links li a:hover { color: #ffa500; }
#left-content {
 float: left;
 width: 566px;
 margin-top: 20px;
}
.content-top {
 float: left;
 height: 32px;
 width: 580px;
 background: url(images/content_box_top_large.png) no-repeat;
 padding: 4px 15px;
}
.content-middle {
 float: left;
 width: 554px;
 padding: 5px 15px 0 15px;
 border-right: 1px solid #d3d3d3;
 border-left: 1px solid #d3d3d3;
 background: #fff;
}
h2 {
 color: #fff;
 letter-spacing: -1px;
 padding-top: 7px;
 font: bold 16px Arial, Helvetica, sans-serif;
}
.content-middle p { text-align: justify; }
.highlight {
 color: #ffffff;
 font-style: italic;
}
.content-bottom {
 float: left;
 height: 17px;
 width: 586px;
 margin-bottom: 15px;
 background: url(images/content_box_bottom_large.png) no-repeat;
}
#content-right {
 float: right;
 width: 322px;
 margin-top: 20px;
}
.sidebar-top {
 float: left;
 height: 32px;
 width: 292px;
 background: url(images/sidebar_top.png) no-repeat;
 padding: 4px 15px;
}
.sidebar-middle {
 float: left;
 width: 291px;
 padding: 5px 15px 0 15px;
 border-right: 1px solid #d3d3d3;
 border-left: 1px solid #d3d3d3;
 background: #fff;
}
.sidebar-middle p { text-align: justify; }
.sidebar-bottom {
 float: left;
 height: 16px;
 width: 322px;
 margin-bottom: 15px;
 background: url(images/sidebar_bottom.png) no-repeat;
}
#footer {
 clear: both;
 height: 2px;
 background: url(images/footer.gif) bottom;
}
#footer-content {
 height: 91px;
 width: 950px;
 padding-top: 20px;
 margin: auto;
}
#footer-content p {
 color: #fff;
 text-align: center;
 padding-top: 35px;
}
