html { height: 100%; }

body {
  font-family: verdana, arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .78em;
}

td {
  font-size: .90em;
}

/* ancors Start
---------------------*/
a {
	outline: none;
	white-space:nowrap;
}

a, a:link, a:visited {
  color: #4A6B93;
  text-decoration:none;
}
a:hover {
  color: #E3FCE2;
  background-color: #2D4A57;
  text-decoration:underline;
}

#logo, #logo h1 a
{
  /*color: #40403E;*/
  border:none;
  text-decoration:none;
 }


/* ancors End
----------------------------*/


/* elementh style Start
--------------------------*/


p {
  margin: 0px;
  padding: 0px 0px 16px 0px;
  line-height: 1.7em;
}

h1 {
  font-family: arial, sans-serif;
  letter-spacing: .1em;
  font-weight: normal;
  text-transform: uppercase;
  padding: 16px 0px 5px 0px;
  margin: 0px 0px 12px 0px;
  font-size: 150%;
}

.sub
{ font-size: 55%;
  padding-left: 12px;
  letter-spacing: .1em;
}

img
{ border: 0px;
  margin: 0px;
  padding: 0px;
}


/* block quote */
blockquote
{ margin: 20px 0px 20px 0px;
  padding: 10px 20px 0px 20px;
  border-left: 8px solid;
}

/* elementh style  end
--------------------------*/

/* site content Start
-----------------------------*/
#main
{
	width: 95%;
	padding: 0px;
}

/* margin lefts / margin rights - to centre content */
#logo, #menu, #site_content, #main
{ margin-left: auto;
  margin-right: auto;
}

/* logo */
#logo
{ width: 880px;
  height: 96px;
}

#logo h1 a
{ font-family: century gothic, sans-serif;
  font-size: 60px;
  text-transform: lowercase;
  font-weight: normal;
  padding: 0px 0px 0px 14px;
  border: 0px;
  float: left;
  letter-spacing: 0px;
  color:#999;
}


.menu2 {
padding:0 0 0 32px; margin:0; list-style:none; height:35px; background:#fff url(../images/button1_oj.gif);
 position:relative; border:1px solid #000; border-width:0 1px; border-bottom:1px solid #444;
 margin:0 auto; width:845px;
 }
.menu2 li {float:left;}
.menu2 li a {display:block; float:left; height:35px; line-height:35px; color:#D9E1DF; text-decoration:none; font-size:12px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 8px; cursor:pointer;}
.menu2 li a b {float:left; display:block; padding:0 16px 0 8px;}
.menu2 li.current a {color:#fff; background:url(../images/button3_oj.gif);}
.menu2 li.current a b {
	background-image: url(../images/button3_oj.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.menu2 li a:hover {color:#fff; background:#000 url(../images/button4.gif);}
.menu2 li a:hover b {background:url(../images/button4.gif) no-repeat right top;}
.menu2 li.current a:hover {color:#fff; background:#000 url(../images/button3_oj.gif); cursor:default;}
.menu2 li.current a:hover b {background:url(../images/button3_oj.gif) no-repeat right top;}
.menu2 li a:visited b { color: #E4E9E0; }


/* side menu */
#first_column
{ padding: 22px 3px 10px 19px;
  float: left;
  width: 300px;
}


.info
{ padding-top: 4px;
  float: left;
}

/* page content */
#content
{ text-align: left;
  width: 542px;
  float: left;
  padding: 12px 0px 18px 0px;
}



#footer
{padding:10px;
font-size:14px;}


#footer #copy_r
{
	float:right;
}


/*colors Start
---------------------------*/

body
{ background: #2C2C2A;
  color: #000;
  background:#fff url(../images/body_bg_oj.gif) repeat;
}

blockquote{border-color: #40403E;}

#site_content
{
	background-color:#fff;
	border-color: #ccc;
}

#content h1
{ background: transparent;
  color: #000;
  border-color: #40403E;

}

#contact input, #contact textarea, #contact input.submit
{ background: #2C2C2A;
  color: #929280;
  border-color: #40403E;
}

#menu
{ background: #40403E;
  color: #EEE;
  border-color: #82974B;
}