body {
    background : #4b4b4b;
    font-family : "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, helvetica, sans-serif;
    margin : 0;
    padding : 0;
    color : #fff;
    text-align : center;
}

p {
    font-size : 12px;
    margin : 0;
    line-height : 16px;
}

a, a:link, a:visited {
    color : #5aa02c;
    text-decoration : underline;
    font-weight : normal;
}

a:hover {
    color : #1f241c;
    text-decoration : none;
    font-weight : normal;
}



.container {
    position: relative;
    background: #ffffff;
    margin: 20px auto;
    padding: 0px;
    width: 700px;
    border: 30px solid #ffffff;
  
}

/* this seems to be the fix for IE */
.title {
    width: 700px;
}

.title table {
    padding: 0px;
    width: 100%;
}

.title tr {
    padding: 0px;
}

#mainTitle {
    font-size: 2.5em;
    text-transform: uppercase;	 
    font-weight: 900;
    margin-top: -10px;
    color: #5aa02c;
    text-align: left;
}

td#subTitle {
    background: #1f241c;
    padding: 5px;
    width: 30%;
    font-size: 2em;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}

td#menuBar {
    background: #5aa02c;
    width: 70%;
    text-align : center;
    font-size: 1.25em;
    font-weight: bold;
}

#menuBar a, a:link, a:visited {
    color: #ffffff;
    font-size: .65em;
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px;
}

#menuBar a:hover {
    color: #1f241c;
}

#titleImage {
    background : url("../images/sf_skyline.jpg") no-repeat top left;
    height: 200px;
    width: 695px;
    text-align: center;
}


/* Page Content styles */
.page {
    min-height: 300px;
    width: 700px;  /* hack for IE */
}

.page table {
    width: 100%;
}

.page tr {
    height: 300px;
}

td.sideBar {
    background: #1f241c;
    padding: 15px;
    text-align: center;
    vertical-align: top;
    width: 30%;
}

.sideBar div {
    color: #ffffff;
}

.sideBar p#title {
    font-weight: bold;
    font-size: 1em;
    font-variant: small-caps;
    margin-bottom: 15px;
}

.sideBar p#content {
    font-size: 1.25em;
    margin-bottom: 10px;
}

.sideBar p#subtitle {
    font-size: 1em;
    font-variant: small-caps;
    margin-bottom: 5px;

}

.sideBar a, .sideBar a:link, .sideBar a:visited {
    color : #5aa02c;
    text-decoration : none;
    font-weight : normal;
}

.sideBar a:hover {
    color : #ffffff;
    text-decoration : underline;
    font-weight : normal;
}

td.pageContent {
    background: #ffffff;
    padding: 15px;
    vertical-align: top;
    width: 70%;
}

.pageContent div{
    color: #4b4b4b;
}

.pageContent p {
    margin-bottom: 1em;
}

.pageContent p#contentTitle {
    font-size: .9em;
    font-weight: bold;
}

.pageContent div#greek {
    background : url("../images/greek.gif") no-repeat top left;
    height: 32px;
    margin-bottom: 5px;
    margin-top: -10px;
    margin-left: 20px;
}

.footer {
    height: 60px;
    width: 700px;
    padding: 0;
}

div#silicon_image {
    background: url("../logos/silicon_image.jpg") no-repeat;
    height: 60px;
}

div#power_computing {
    background: url("../logos/power_computing.jpg") no-repeat;
    height: 60px;

}

div#wumart {
    background: url("../logos/wumart.jpg") no-repeat;
    height: 70px;

}

div#techwell {
    background: url("../logos/techwell.jpg") no-repeat;
    height: 60px;

}

div#gct {
    background: url("../logos/gct.jpg") no-repeat;
    height: 60px;

}

div#anapass {
    background: url("../logos/anapass.jpg") no-repeat;
    height: 60px;

}

div#brovis {
    background: url("../logos/brovis.jpg") no-repeat;
    height: 60px;

}

div#azalea {
    background: url("../logos/azalea.jpg") no-repeat;
    height: 49px;
    width: 125px;
    margin: 10px;

}

div#provilla {
    background: url("../logos/provilla.jpg") no-repeat;
    height: 62px;
    width: 162px;
    margin: 5px;
}

div#aeris {
    background: url("../logos/aeris.jpg") no-repeat;
    height: 62px;
    width: 162px;
    margin: 5px;

}

div#epicenter {
    background: url("../logos/epicenter.jpg") no-repeat;
    height : 62px;
    width : 162px;
    margin : 5px;

}

div#sohoware {
    background: url("../logos/sohoware.jpg") no-repeat;
    height : 62px;
    width : 162px;
    margin : 5px;

}

div#essence {
    background : url("../logos/essence.jpg") no-repeat;
    height : 62px;
    width : 162px;
    margin : 5px;

}

div#clickaction {
    background : url("../logos/clickaction.jpg") no-repeat;
    height : 62px;
    width : 162px;
    margin : 5px;

}

div#drKim {
    background : url("../images/dkim1.jpg") no-repeat;
    height : 445px;
    width : 325px;
    margin : 5px;

}

div#alan {
    background : url("../images/alan1.jpg") no-repeat;
    height : 307px;
    width : 210px;
    margin : 5px;

}

.pageContent a, .pageContent a:link, .pageContent a:visited {
    color : #5aa02c;
    text-decoration : none;
    font-weight : normal;
    font-size : 12px;
}
 
.pageContent a:hover {
    color : #1f241c;
    text-decoration : underline;
    font-weight : normal;
    font-size : 12px;
}

.footer div#logos {
    background : url("../logos/logo.jpg") no-repeat;
    height : 60px;
    width : 700px;
    text-align : center;
   

}
