a {
    color: #0000FF; /* Link text color */
    text-decoration: none;
}

a:hover {
    color: red;
}

img {
    border: none;
}

body {
    font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #000000; /* Default text color - Black1 */
    background-color: #000000; /* Main background - Black */
    margin-top: 35px;
    margin-bottom: 15px;
    /*background-image: url(../images/bg.jpg);
    background-repeat: repeat-x;*/
    width:900px;
    margin-left:auto;
    margin-right:auto;
}

h1 {
    font-family: Impact, Tahoma, Geneva, Arial, Helvetica, sans-serif;
    font-style: italic;
    font-size: 30px;
    color: black;
    padding: 0px;
    margin: 0px;
}

h2 {
    font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: black;
    padding: 0px;
    padding: 0px;
    margin: 0px;
}

h3 {
    font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: black;
    padding: 0px;
    margin: 0px;
}

h4 {
    font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: black;
    padding: 0px;
    margin: 0px;
}

.header {
    width: 870px;
    height: 220px;
    /*padding: 20px;*/
    /*margin: 20px;*/
    background-image: url(../images/header.png);
    background-repeat: no-repeat;
    /*border: solid 1px;*/
    overflow: hidden;
}

.menu li {
    font-family: Tahoma, sans-serif;
    font-size: 16px;
}

.menu li.active-item {
    font-weight: bold;
}

.menu {
    float: left;
    /*margin-left: 20px;*/
    margin-top: 15px;
    margin-bottom: 20px;
    /*padding: 3px;*/
    width: 220px;
    overflow: hidden;
    /*border: solid 1px;*/
}

.menu .top {
    height: 39px;
    margin-bottom: -16px;
    background-image: url(../images/menu_top.png);
    background-repeat: no-repeat;
}

.menu .middle {
    margin-bottom: -16px;
    background-image: url(../images/menu_middle.png);
    background-repeat: repeat-y;
}

.menu .bottom {
    height: 33px;
    background-image: url(../images/menu_bottom.png);
    background-repeat: no-repeat;
}

.menu ul {
    list-style: none;
    list-style-type: none;
    margin-left: 0;
    padding-left: 1em;
}

/* custom bullets for menu */
/*.menu li {
    background: url(../images/scissors_bullet.png) 0px 0px no-repeat;
    padding-left: 25px;
}*/

.menu li.inactive-item {
    font-weight: normal;
}

.content {
    /*border: 1px solid;*/
    margin-left: 240px;
    margin-top: 15px;
    margin-bottom: 40px;
    width: 623px;
    /*height: 400px;*/
    /*padding-top: 3px;*/
}

.footer {
    color: white;
    font-weight: bold;
    font-size: 12px;
    width: 850px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 25px;
    clear: both;
    text-align: center;
    /*border: solid 1px;*/
}


/* Content layout */
.layout-table {
    background-color: white;
    width: 100%;
}

.round-box-tl {
  width:50px;
  height:50px;
  background: url(../images/tl.png) no-repeat top left;
}

.round-box-t {
  /*width:43px;
  height:50px;*/
  background: url(../images/t.png) repeat-x top left;
}

.round-box-tr {
  width:50px;
  height:50px;
  background: url(../images/tr.png) no-repeat top left;
}

.round-box-r {
  /*width:50px;
  height:43px;*/
  background: url(../images/r.png) repeat-y top left;
}

.round-box-c {
    vertical-align: top;
}

.round-box-l {
  /*width:50px;
  height:43px;*/
  background: url(../images/l.png) repeat-y top left;
}

.round-box-bl {
  width:50px;
  height:50px;
  background: url(../images/bl.png) no-repeat top left;
}

.round-box-b {
  /*width:43px;
  height:50px;*/
  background: url(../images/b.png) repeat-x top left;
}

.round-box-br {
  width:50px;
  height:50px;
  background: url(../images/br.png) no-repeat top left;
}

/* Specific background images for different round boxes */
.content .round-box-c
{
    height: 200px;
    background-image: url(../images/hummingbird.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 0px;
    margin: 0px;
}

.plain_box .round_box-c
{
    background-image: none;
    margin-left: 240px;
    margin-top: 15px;
    width: 630px;
}

