* {margin:0; padding:0;}

/*-------clear fix-------*/
  .box {

  }
  .floated {
    float: left;
    background: #f00;
    width: 100px;
    height: 100px;
    border: 1px solid #f0f;
  }
      
  * html .clearfix {
    height: 1%; /* IE5-6 */
  }
  .clearfix {
    display: inline-block; /* IE7xhtml*/
  }
  html[xmlns] .clearfix { /* O */
    display: block;  
  }
  .clearfix:after { /* FF, O, etc. */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
/*-------end clear fix-------*/


body {
height:100%;
background:#000;
color:#fff;  
text-align:center;
font-family:Verdana, Helvetica, sans-serif;
font-size:.8em;
line-height:150%;
}

a {
color:#fff;
text-decoration:underline;
}

a:hover {
color:#ccc;
text-decoration:none;
}

hr {
margin:10px 0 20px 0;
border:none;
width:99%;
color:#eeeeee;
background-color:#eeeeee;
height:1px;
clear:both;
}

ul {margin-left:15px;}

#centerColumn { 	
margin:25px auto;
width:770px;
text-align:left;
vertical-align: middle;	
}

h2 {
margin:0 0 .5em 0;
padding:.75em 0 0 0;
font-family:Georgia;
font-weight:normal;
font-size:20px;
color:#fff;
}

h3 {
margin:0 0 .5em 0;
padding:.75em 0 0 0;
font-size:1.3em;
font-weight:lighter;
letter-spacing:.1em;
font-family:Georgia;
color:#fff;
}

p {
padding:3px 0 10px 0;
}

dt {
font-weight:bold;
}

dd {
margin-bottom:10px;
}

#contentwrap {background:#fff;}

#navbar {
padding:100px 0 0 40px;
text-transform:uppercase;
float:right;
background:#DC3438 url(images/navbar.gif) 0 60px repeat-x;
width:306px;
height:19px;
margin-top:10px;
}

#navbar ul {
list-style:none;
position:relative;
float:right;
top:-5px;
}

#navbar li {
margin:0 10px 0 0;
list-style:none;
display:inline;
}

#navbar li a {
margin:0 0 0 0;
color:#fff;
}

#navbar li a:hover {
}

#navbar li#active a {
text-decoration:none;
cursor:default;
}

#header {
margin:0;
padding:0;
background:#DC3438;
margin-bottom:5px;
}

#header h1 {
margin:0 0 5px 0;
padding:10px 0 0 0;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.7em;
font-weight:lighter;
letter-spacing:.15em;
color:#000;
width:164px;
float:left;
}

#header h1 a {
text-indent:-999999px;
display:block;
width:342px;
height:119px;
background:#fff url(images/logo.jpg) no-repeat;
}

#header h2 {
margin:0 0 0 0;
padding:1em 0 0 0;
font-size:.9em;
font-weight:300;
letter-spacing:.1em;
color:#000;
}

#banner {
background:url(images/windowbanner.jpg);
height:164px;
}

#contentwrap {
background:url(images/contentwrap.jpg) repeat-y;
margin-top:5px;
}

.block_1 {
margin:0 0 10px 0;
padding:10px;
float:left;
width:544px;
}

.cell_3 {
margin:0 0 0 10px;
float:right;
width:196px;
background-color:#000;
}

.barepic {
border:none;
}

.right {
float:right;
margin:5px;
padding:2px;
}

.left {
float:left;
margin:5px;
padding:2px;
}

.center {
width:auto;
margin-left:auto;
margin-right:auto;
}

.clear {
clear:both;
}

img.floatright {
float:right;
margin-left:15px;
}

img.floatleft {
float:left;
margin-right:15px;
}

#footer {
position:relative;
clear:both;
bottom:0;
margin:0;
padding:20px 0 0 0;
line-height:4em;
text-align:center;
font-size:.7em;
}
