/* Main CSS Document */

@import url('new-styles.css');

#header { width: 820px; height: 99px; margin: 0px auto; }
#header .logo { margin: 0px; float: left; }
#header .stat { width: 342px; height: 99px; margin: 0px; float: left; background-image: url(../images/layout01-02/header-bg.jpg); background-repeat: repeat-y;}
#header .statholder { margin: 35px 0px 0px 85px; width: 180px; }
#header .wallstreet { margin: 0px; float: right; width: 248px; }
#header .bluetext { font-size: 11px; color: #4d73a5; }

#content { width: 820px; background-color: #ffffff; background-image: url(../images/layout01-02/bg-content.gif); background-repeat: repeat-y; margin: 0px auto; }
#content .container { width: 820px; background-image: url(../images/layout01-02/bg-content-in.gif); background-repeat: no-repeat; }
#content .left {  width: 200px; padding: 0px 0px 0px 30px; float: left; text-align: center; }
#content .left .box { width: 180px; text-align: center; }
#content .middle {  width: 332px; padding: 5px; float: left; }
#content .right {  width: 218px; margin: 0px; float: left; }
#content .right .box {  width: 218px; background-image: url(../images/layout01-02/bg-right.gif); background-repeat: repeat-y;}
#content .right .box .holder {  width: 183px; padding: 0px 20px 0px 15px;}
#content .testi { width: 170px; margin: 0px; background-image: url(../images/bg-testi.gif); background-repeat: repeat-y; padding: 10px 20px 10px 20px; text-align: center; }
#content .smallbox { width: 156px; margin: 0px auto; }
#content .signup { width: 170px; margin: 0px; background-image: url(../images/bg-signup.gif); background-repeat: repeat-x; padding: 20px; }


#footer { width: 820px; height: 59px; padding: 14px 0px 0px 0px; text-align: center;  background-image: url(../images/layout01-02/bg-footer.gif); background-repeat: no-repeat; font-size: 11px; margin: 0px auto; }
#footer .whitetext { color: #ffffff; font-weight: bold; }
#footer a:link, a:visited { text-decoration: none; }
#footer a:hover { text-decoration: underline; }

#footersub { width: 820px; margin: 0px auto; text-align: center; }
#footersub .blue { font-size: 11px; color: #336699; font-weight: bold; }
#footersub a:link, a:visited { text-decoration: none; }
#footersub a:hover { text-decoration: underline; }
