
/* ---------- Basic Layout Styles ----------- */
#oh-tv-left
{
  width:604;
  height:480;
  background-color:#e0eaff;
  float:left;
  margin-left:15px;
  margin-bottom:10px;
  margin-top:5px;
  padding-left: 8px;
  padding-top: 8px;
  padding-right: 8px;
  border-radius: 8px;
}
#oh-tv
{
  width:604;
  height:480;
  background-color:#e0eaff;
  float:right;
  margin-left:15px;
  margin-bottom:10px;
  margin-top:5px;
  padding-left: 8px;
  padding-top: 8px;
  padding-right: 8px;
  border-radius: 8px;
}  
#outer
{
   padding: 30px 0px;
   position: relative;     
}

html,
body,
#page  {
  background-color: #fff;
  background: #fff url(../images/bg1.jpg) repeat; 
  height: 100%;
}
#page-wrapper 
{
  border: solid 7px #206030;
  width: 90%;
  margin: 0 auto;
  min-height: 100%;
  min-width: 960px;
}
#upperbg
{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 275px;
background: #fff url(../images/bg2.jpg) repeat-x;
}
#headerpic 
{
position: relative;
height: 100px;
width: 90%;
background: #fff url(../images/hdrpic.jpg) no-repeat bottom left;
}
#header div.section,
#featured div.section,
#messages div.section,
#main,
#triptych,
#footer-columns,
#footer {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
#header div.section {
  position: relative;
}
.region-header {
  float: right; /* LTR */
  margin: 0 5px 10px;
}
.with-secondary-menu .region-header {
  margin-top: 3em;
}
.without-secondary-menu .region-header {
  margin-top: 15px;
}
#secondary-menu {
  position: absolute;
  right: 0; /* LTR */
  top: 0;
  width: 480px;
}
#content,
#sidebar-first,
#sidebar-second,
.region-triptych-first,
.region-triptych-middle,
.region-triptych-last,
.region-footer-firstcolumn,
.region-footer-secondcolumn,
.region-footer-thirdcolumn,
.region-footer-fourthcolumn {
  display: inline;
  float: left; /* LTR */
  position: relative;
}
.one-sidebar #content {
  width: 720px;
}
.two-sidebars #content {
  width: 480px;
}
.no-sidebars #content {
  width: 960px;
  float: none;
}
#sidebar-first,
#sidebar-second {
  width: 240px;
}
#main-wrapper {
  min-height: 300px;
}
#content .section,
.sidebar .section {
  padding: 0 15px;
}
#breadcrumb {
  margin: 0 15px;
}
.region-triptych-first,
.region-triptych-middle,
.region-triptych-last {
  margin: 20px 20px 30px;
  width: 280px;
}
#footer-wrapper {
  padding: 20px 5px 20px;
}
.region-footer-firstcolumn,
.region-footer-secondcolumn,
.region-footer-thirdcolumn,
.region-footer-fourthcolumn {
  padding: 0 10px;
  width: 220px;
}
#footer 
{
  width: 940px;
  min-width: 920px;
}
#rhs-footer
{
  float:right;
}
