* {
    margin: 0;
    padding: 0;
}

body {
  margin-top: 10px;
  font-family: Tahoma, Verdana;
  font-size: 9pt;
}

#logo {
  margin: 0 auto;
  float: left;
  width: 30%;
}

#banner {
  margin: 0 auto;
  float: left;
  width: 70%;
}

#wrapper {
  margin: 0 auto;
  width: 90%;
}

#header {
  margin: 0 auto;
  width: 100%;
  background: #FF9933;
}


#footer {
  background: #FF9933;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}


#content {
  margin: 0 auto;
  padding: 8px 10px 10px 8px;
  float: left;
  width: 60%;

}

#sidebar {
    margin: 0 auto;
    padding: 0;
    color: inherit;
    float: left;
    width: 18%;
}

#sidebar_right {
    margin: 0 auto;
    padding: 0;
    color: inherit;
    float: right;
    width: 18%;
}

img {
  border: 0px;
}

/* ********************* */
/* rounded box stuff     */
/* ********************* */

.box { 
  
  background: #FF9933; 
}
.boxtop { 
  background: url(./images/ne.gif) no-repeat top right; 
}
.boxtop div { 
  font-size: 0;
  height: 10px; 
  background: url(./images/nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(./images/se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  font-size: 0;
  height: 10px; 
  background: url(./images/sw.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 10px 0px 10px;
  text-align: center;
}

.boxcontent h2 {
  font-size: 11pt;
  padding-bottom: 5px;
}

/* ********************* */
/* end rounder box stuff */
/* ********************* */


/* ********************* */
/* header box stuff      */
/* ********************* */
.headertop { 
  background: url(./images/ne.gif) no-repeat top right; 
}
.headertop div { 
  font-size: 0;
  height: 10px; 
  background: url(./images/nw.gif) no-repeat top left; 
}
.headerbottom { 
  background: url(./images/se.gif) no-repeat bottom right; 
}
.headerbottom div { 
  font-size: 0;
  height: 10px; 
  background: url(./images/sw.gif) no-repeat bottom left; 
}

.headerboxcontent {
  padding: 0px 10px 0px 10px;
  height: 70px;
  text-align: center;

}
/* ********************* */
/* END header box stuff  */
/* ********************* */



/* ********************* */
/* footer box stuff      */
/* ********************* */
.footertop { 
  background: url(./images/ne.gif) no-repeat top right; 
}
.footertop div { 
  font-size: 0;
  height: 10px; 
  background: url(./images/nw.gif) no-repeat top left; 
}
.footerbottom { 
  background: url(./images/se.gif) no-repeat bottom right; 
}
.footerbottom div { 
  font-size: 0;
  height: 10px; 
  background: url(./images/sw.gif) no-repeat bottom left; 
}

.footerboxcontent {
  padding: 0px 10px 0px 10px;
  text-align: center;
}
/* ********************* */
/* END footer box stuff  */
/* ********************* */


/* *********************** */
/* END MENU CODING  */
/* *********************** */

#menu {
	width: 100%;
	background: #FF9933;
}

#menu ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

#menu a, #menu h2 {
	font: bold 11px/16px arial, helvetica, sans-serif;
	display: block;
	border-width: 1px;
	border-style: none;
	margin: 0;
	padding: 2px 3px;
}

#menu  ul h2 {
	color: #fff;
	background: #FF9933;
	text-transform: uppercase;
}

#menu ul ul a {
	color: #000;
	background: #FF9933;
	text-decoration: none;
}


#menu ul ul a:hover {
	color: #a00;
	background: yellow;
}

/* *********************** */
/* END MENU CODING  */
/* *********************** */


.searchbox  {
  width: 110px;
  height: 17px;
  border: 1px solid #000000; 
  background-color: #FF9933;
}

.submit {
   height: 20px;
   border: 1px solid #000000; 
   background-color: #FF9933;
}

