* { 
margin: 0px; 
padding: 0px; 
}

BODY, TD, P  { font-size : 12px; font-family : verdana, helvetica, arial, sans-serif; color : #2A2323; line-height : 1.5em;}

P {margin-top : 0; margin-bottom : 1em;}

BODY {
  margin : 0;
  color : #2A2323;
  background : #ffffff;
}

BODY#popup {
  margin : 0 auto;
  text-align : center;
  padding : 5px;
}

ul { list-style-position: outside; margin-left : 1em; margin-bottom : 1em; }
li {margin-left : 1.33em;}

h1 {font-weight : normal; font-size : 1.4em; color : #892929; margin-bottom : 0.5em; border-bottom : 2px solid #2A3D3F; text-align : left;}
h2 {font-weight : normal; font-size : 1.3em; color : #892929; margin-bottom : 0.5em; border-bottom : 1px solid #2A3D3F;}
h3 {font-weight : normal; font-size : 1.2em; color : #892929; margin-bottom : 0.5em;}
h4 {font-weight : normal; font-size : 1.1em; color : #892929; margin-bottom : 0.5em;}

A  {color : #098BC5; font-weight : bold; text-decoration : none;}
A:Visited  { color : #098BC5; font-weight : bold; text-decoration : none;}
A:Active  { color : #098BC5; font-weight : bold; text-decoration : none;}
A:Hover  { color : #098BC5;	font-weight : bold; text-decoration : underline;}

div#header {
  position : absolute;
  top : 0;
  left : 0;
  background : #000000 url(images/bg_hd.gif) top left repeat-x;
  height : 116px;
  width : 100%;
}

div#content-wrapper {
  position : relative;
  margin-top : 116px;
  background : #ffffff url(images/bg_content.gif) top left repeat-y;
}

div#photos {
  position : absolute;
  top : 126px;
  left : 10px;
  width : 330px;
  text-align : center;
  color : #fff;
  font-size : 0.9em;
}

div#photos img {
  display : block;
  margin-top : 10px;
}

div#content {
  margin : 20px 20px 0 370px;
  padding-top : 20px;
  border : 1px solid white;
}

ul#navigation {
  position : absolute;
  top : 105px;
  right : 0px;
  /*background : #892929 url(images/bg_nav-end.gif) top left no-repeat;*/
  background : #892929;
  padding : 3px 10px;
  font: bold 14px Verdana, sans-serif;
  color : #ffffff;
}

ul#navigation li {
  list-style: none;
  margin: 0;
  display: inline;
}

ul#navigation li a
{
  padding: 0.25em 0.5em 0.25em 0.75em;
  text-decoration: none;
  color : #ffffff;
}

ul#navigation li a:link { color: #ffffff; }
ul#navigation li a:visited { color: #ffffff; }

ul#navigation li a:hover
{
color: #FFF;
background : url(images/nav_bullet.gif) center left no-repeat;

}

div#footer {
  background : #1F1A17 url(images/bg_footer.gif) top left repeat-x;
  clear : left;
}
div#footer p {
  color : #fff;
  font-size : 12px;
  padding-top : 5px;
  text-align : center;
  margin-bottom : 0;
}

div#footer a, div#footer a:visited, div#footer a:link, div#footer a:hover {
  color : #fff;
  text-decoration : none;
  font-weight : normal;
}

hr#footer-red {
  width : 70%;
  height : 7px;
  background : #892929;
  color : #892929;
  text-align : right;
  margin: 5px 0 0 auto;
  border : 0;
}

div#norlink, div#norlink a {
  color : #000;
  font-weight : normal;
  text-align : right;
  margin-right : 25px;
  font-size : 11px;
  clear : right;
}

img#bt_video {
  position : relative;
  float : right;
  padding : 0 0 5px 5px;
}

div.rightfloat {
  float : right;
  padding : 0 0 5px 5px;
}

.clear {
  clear : right;
}

.photo {
  position : relative;
  float: left;
  width: 175px;
  height : 160px;
  border: 1px solid #999;
  margin: 0 15px 15px 0;
  padding: 5px;
  font-size : 10px;
  text-align : center;
}

.photo img {
  display : block;
}