* {
    margin: 0;
}

/*****************************/
/*** Core html setup stuff ***/
/*****************************/
html {
  margin: 0;
  height:100%
}

body {
	font-family: Helvetica,Arial,sans-serif;
	margin: 0;
	height:100%;
}

/* Background Color */
body#about-bg {
	background: url(../images/about-bg.gif); 
	background-repeat: repeat;
	background-position: center;
}

a {
    text-decoration:none;
}

a:hover{
    text-decoration:none;
}
a {
    color:#000000;
}

a:hover {
    color:#666600;
}


/* Top Header */
#header {
    background-image:url('../images/rainbow-tall-bg.png');
    background-repeat:repeat-x;
    margin-top:15px;
}

#headerImg {
 /*   margin:0px 510px;   */ 
}
/* End Top Header */

/* About */
div#about-largebox-wrapper{
    width:410px;
    font-size:12px;
    line-height:16px;
    margin-left:20px; 
    margin-right:20px;
    float:left; 
}

div#about-largebox-top{
    width:410px;
    height:21px;
    background: url(../images/about-largebox-top.png);
}

div#about-largebox-middle{
    width:410px;
    background: url(../images/about-largebox-middle.png);
}

div#about-largebox-bottom{
    width:410px;
    height:21px;
    background: url(../images/about-largebox-bottom.png);
}

div#about-smallbox-wrapper{
    width:270px;
    font-size:14px;
    line-height:16px;
    margin-left:15px; 
    margin-right:15px; 
    float:left;
}

div#about-smallbox-top{
    width:270px;
    height:29px;
    background: url(../images/about-smallbox-top.png);
}

div#about-smallbox-middle{
    width:240px;
    padding-left:17px;
    padding-right:15px;
    background: url(../images/about-smallbox-middle.png);
}

div.about-content{
    margin:0px 25px;
}

div#about-smallbox-bottom{
    width:270px;
    height:29px;
    background: url(../images/about-smallbox-bottom.png);
}
/* End About */

/* Menu */
.main-menu-wrapper-fixed {
  /* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
  position: absolute; bottom: 0px;	background-image: url(images/bottom-bar.jpg);
}

body > div.main-menu-wrapper-fixed {
  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
  position: fixed;
}

div.main-menu-wrapper-fixed#about{
    background-image: url(../images/about-bg.gif);
    width:100%;
    height:36px;
    padding-left:20px;
}

div.main-menu#about {
    text-align:center;
    margin:0 auto;
    width:940px;
    height:20px;
    margin-top:8px;
}

div.main-menu#about a{
    font-family:helvetica;
    font-size:18px;
    text-decoration:none;
    color: #CCCCFF;
}

div.main-menu#about a:hover{
    font-size:18px;
    text-decoration:none;
    color:#FFFFFF;
}

div.menu-item {
    display:inline;
    font-size:18px;
    margin-right:30px;
    text-decoration:none;
}
/* End Menu */

.about-container {
    text-align:left;
    clear:both; 
}

#about-largebox-container {
     width:900px; 
     height:320px;
}

#about-smallbox-container {
    width:900px;
    text-align:center;
    height:35px;
}

#founders {
   width:550px;
   height:600px;
   padding:30px 190px; 
}

#rightCol {
    float:left;
}