/* 
    Document   : jeffs.css
    Created on : Aug 1, 2009, 10:44:52 AM
    Author     : jnester
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
HTML,BODY,TD,H1,H2,H3,H4,OL,UL,DL,LI,DT,DD {font-family:arial,helvetica,sans-serif;}
HTML,BODY,TD,CODE,KBD,TT,OL,UL,DL,LI,DT,DD {font-size:12px;}
#body {
    text-align: center;
}
#container {
  position: fixed;
  float: left;
  margin:auto;
  width: 800px;
  height:105px;
  background: #ffffff;
}

#leftBar {
	width:155px;
background-image: url("http://www.oracleimg.com/ocom/groups/systemobject/@mktg_admin/@ocom_admin/documents/digitalasset/ora_logo_small.gif");
background-repeat:no-repeat;
}
#content {
float:center;
height: 50px;
top: 50px;
background-color: white;
}
#rightBar {
float:right;
height:55px;
width: 107px;
background-color: white;
background-repeat:no-repeat;
}
#home {
    float: center;
    position: fixed;
    top:70px;
     
    width: 200px;
    text-align: left;

}
#googleForm {
    width: 400px;
    text-align:right;
clear:both;
background:#ffffff;
}

#h1Black {
    color: black;
    font-size: x-large;
}

#hyperLink {
display: block;
text-align: center;
text-decoration: none;
color: #000000;
BORDER: none;

}

#hyperLink:hover {
text-decoration : underline;
}

#redHyperLink {
display: block;
text-align: center;
text-decoration: none;
color: #ff0000;
BORDER: none;
}

#redHyperLink:hover {
text-decoration : underline;
}
<style>


