body {
	background-color: #333;
	font-family: Arial,Helvetica,sans-serif;
	text-align: center;
}
#body {
	width: 800px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	text-align: left;
	margin: auto;
	min-height: 700px;
}

#banner {
	text-indent: -1500px;
	background-image: url('/images/banner.jpg');
  height: 233px;
}

#menu {
    position:   relative;
   background:  transparent url('../images/bg-menu.gif') repeat-y;
   height:      60px;
   text-align:  center;
  }
	#menu ul {
    list-style: none;
		text-align: right;
    margin-left: 20px;
    position:   absolute;
    top:        0;
    right:      20px;
	}
	#menu ul li {
      display:      block;
      float:        left;
      height:       40px;
      border-right: 1px solid #333;
      margin:       10px 0;
	}
	#menu ul li a {
    display:      block;
    padding:      5px 10px;
		color:        #333;
		font-size:    1.4em;
		font-weight:  bold;
		text-decoration:  none;
    margin-top:       5px;
    text-transform:   uppercase;
	}
  #menu ul li.selected a, #menu ul li a:hover {
    color:  #900;
  }

#col {
	  width:      200px;
	  float:      left;
		margin:     50px 0 0 10px;
    font-size:  1.3em;
  }
	#col h2 {
		color: #b2fe0b;
	}
	#colmenu {
		background-color: #000500;
		width: 195px;
	}
  #colmenu .top {
    background: transparent url('/images/bg-leftcol-top.gif') no-repeat;
    height:     75px;
  }
  #colmenu .middle {
    min-height: 250px;
		padding:    10px;
  }
  #colmenu .bottom {
    background: url('/images/bg-leftcol-bottom.gif') no-repeat;
    height:     135px;
  }
	#colmenu ul {
		list-style: none;
	}
	#colmenu ul li {
		margin-bottom: 20px;
	}
	#colmenu a {
    background: transparent url('../images/bg-colmenu.gif') no-repeat 0 3px;
		color: #FFF;
    padding-left: 20px;
    text-decoration: none;
	}
	#colmenu a:hover {
    color:  #9B0;
    background-image: url('../images/bg-colmenu-selected.gif');
  }
	

#content {
	  width: 549px;
		float: right;
		margin:    50px 20px 20px 0;
		text-align: justify;
  }
  #content .top {
    height: 12px;
    background-image: url('/images/bg-content-top.gif');
  }
  #content .middle {
    min-height: 240px;
    background-image: url('/images/bg-content.gif');
		padding: 20px;
  }
  #content .bottom {
    height: 10px;
    background-image: url('/images/bg-content-bottom.gif');
		background-position: left bottom;
  }
	
#footer {
	padding: 10px 40px 10px 0;
	clear: both;
	text-align: right;
	font-size: 9px;
	font-weight: normal;
}
#footer a {
	color: #FFF;
	font-weight: bold;
	font-style: italic;
}
	
	
