body {
  font: normal 20px tahoma, geneva, verdana, sans-serif;
  background: url(images/iphone_background.gif) top left repeat-x;
}
#logo {
width: 308px;
  height: 130px;
  background-image: url(images/iphone_logo.gif);
  background-repeat:no-repeat;
  top: 16px;
  position:relative;
  display:none;
}

#loginbar a {
  margin-top: 55px;
}

/*Position the content area*/
#ocwrapper {
top: 37px;
position: relative;
}

#ocwrapper {
/* background colour of left sidebar */
  border-left: 0px;
/* background colour of right sidebar */
  border-right: 0px ;
  background: none;
clear:both;
}

#leftsidebar {
  margin-left: 0px;
  width: 0px;
  display: none;
}


/*Position the navigation links*/

ul.primarynav {
top: 0px;
position:absolute;
}

ul.primarynav a {
  margin-right: 1px;
  padding: 3px 9px 7px 10px;
  font-size: 30px;
}
ul.primarynav li.home {
  border-right: none;
  background: none;
display: block;
}

ul.secondarynav {
top: 130px;
position:absolute;
}

ul.secondarynav a {
font-size: 27px;
}




/*---------------*\
|* contentheader *|
\*---------------*/
#contentheader {
  padding: 0px 10px 0px 10px;
}
#contentheader .error, #contentheader .message {
  font-size: 14px;
}

/*-----------*\
|* searchbar *|
\*-----------*/

.searchbar {
  margin-bottom: -40px;
  padding: 0px 0px;
position: relative;
	top: -37px;
	left: 10px;
  font-size: 30px;
}
/* these colours are the same as defined by 'a', but we unset a:visited */
.searchbar a {
  font-size: 14px;
display:none;
}
/* forms */
form {
  margin: 0px;
}
input, textarea {
  font: normal 30px tahoma, geneva, verdana, sans-serif;
}
