<style type="text/css">	
<!--	
/*----------  Resets ----------*/
body, address, blockquote, dl, ol, ul, li, form, fieldset, legend, h1, h2, h3, h4, h5, h6, p, pre {
    margin:0;
    padding:0;
} /*--- End Reset ---*/
body {
    font: 100% verdana, arial;
    background: #2c3a4c;
    background-image:url(New-Design/bg.jpg);
    background-repeat:repeat-y;
    margin:0;
    padding:20px 0;
}
h2,h3,h4 {padding: .75em .75em 0 .75em; text-align:center;}
h4,p {padding: 0.5em;}
.left {text-align:left;}
p.expand a:hover{display:block;height:300px;background:blue;} /*Demo Column Expander*/
p.expand a {color:blue; font:12px bold small-caps; text-decoration:underline; margin-bottom:30px;}

#main {
    background: #ffcc00; /*left sidebar color*/
    margin: 0 auto;
    width:1000px;
}
#logo{
    width:990px;
    padding-right:10px;/* give cushion for #top_links*/
    height:132px;
    text-align:left;
    background-color: #FFF;
}

#top_links {
    float:right;
    width:100px;
    margin-top:10px;
    padding:0;
    list-style:none;
    text-align:right;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
	font-weight:bold;
}
#top_links li {
    padding:2px 4px 2px 4px;
}
#top_links li a{
    color: #2c3a4c;
    text-decoration:none;
}
#top_links li a:hover{
    color: red;
}

#top_nav{
    clear:both;
    height:40px;
	width: 100%;
    text-align:left;
    background-color: #FFCCOO;
}
#header{
    height:240px;
    text-align:left;
    background: #FFF;
}
#header img, #logo img {vertical-align:bottom}/*this fixes an IE bug*/

#container {
    background: #FFF; /*Main Content Color*/
    margin-left: 235px;  /* this has to match the width of the sidebar */
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
}
.wrapper {
    background: #ffffff; /*Main Content Color*/
    float: left;
    width:765px;
}

#sidebar {
    float: left;
    margin-left: -235px;
    position: relative;	/* fixes an IE 6 bug */
    width: 235px;
    background-color: #ffcc00;
}
#content {
    background:#FFF;
    width: 100%;
}

#footer {
    background: #888FFF;
    clear: both;
    text-align: center;
    height:2em;
    line-height:2em;
    border-top: 1px solid black;
}
p #rental {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
padding: 20 10;
}
-
p #performance {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
padding: 20 10;
}->
</style>