a img {
	border-width: 0px;
}
body 
{
    background-color: #191919;
    color: #191919;
}
#back_panel_border 
{
    margin-top: 87px;
    width: 503px;
    height: 485px;
    background-color: #827f00;
    margin-left: auto;
    margin-right: auto;
}

#back_panel_gradient 
{
    position: relative;
    width: 487px;
    height: 469px;
    margin: auto;
    top: 8px;
    background-image: url("images/back_panel.bmp");
    background-color: Gray;
}

#menu_panel 
{
    width: 103px;
    height: 355px;
    left: 16px;
    top: 27px;
    position: absolute;
    display: inline;
    background-image: url("images/menu_panel.bmp");    
    background-color: Yellow;
}
#body_panel
{
    top: 73px;
    width: 345px;
    height: 378px;
    left: 119px;
    position: absolute;
    display: inline;
    background-repeat: no-repeat;
    background-image: url("images/body_panel.bmp");    
    background-color: Blue;
}
#gator_man_top 
{
    width: 345px;
    height: 166px;
    display: inline;
    position: absolute;
    background-image: url("images/gator_man_top.bmp");    
    background-color: Gray;
    top: -93px;
    left: 119px;
    z-index:10px;
}

/****************/
.headline 
{
    position: absolute;
    display: inline;
    text-align: right;
    font-family: Script MT Bold, Georgia;
    font-size: 43px;
    color: Red;
    top: 0px;
    z-index: 100;
}

.subheadline 
{
    position:absolute;
    display: inline;
    font-family:Georgia;
    font-weight: bold;
    font-style: italic;
    font-size: 24px;
    text-align: center;
    top: 13px;
    width: 100%;
}

#menu_banner 
{
    position: absolute;
    display: inline;
    font-family:Georgia;
    font-weight: bold;
    font-style: italic;
    font-size: 24px;    
    text-align: center;
    right: 0px;
    top: 5px;
    width: 80%;
}
#text_body 
{
    position: absolute;
    display: inline;
}
#body_container 
{
    position: absolute;
    display: inline;
    font-family: Times New Roman;
    font-size: 12px;
    top: 63px;
    width: 295px;
    height: 300px;
    left: 20px;
    overflow: hidden;
}

/***********************/
#menu_items 
{
    position: absolute;
    display: inline;
    font-family: Verdana;
    font-weight: bold;
    font-size: 11px;
    width: 100%;
    left: 7px;
    top: 40px;
}
#menu_items ul 
{
    padding: 0px;
    display:block;
    margin-left: 16px;
    list-style-type: none;
}
#menu_items ul li 
{
    padding: 0px;
    margin-bottom: 5px;
}
#menu_items a 
{
    text-decoration: none;
    font: inherit;
    color: #191919;
}
#menu_items a:visited
{
    text-decoration: none;
    font: inherit;
    color: #191919;
}
#menu_items a:hover 
{
    text-decoration: none;
    font: inherit;
    color: Red;
}
/***********************/
#scroll_up, #scroll_down
{
    position: absolute;
    display: inline;
    width: 22px;
    height: 22px;
    right: 0px;
    z-index: 15;
    cursor:pointer;
    right: 5px;
    text-align:center;
    color: Red;
}
#scroll_up 
{
    top: 63px;
    background-image: url('images/scroll_up.png');
}
#scroll_down 
{
    bottom: 10px;
    background-image: url('images/scroll_down.png');
}
/***********************/
#page_info 
{
    padding-top: 25px;
    bottom: 0px;
    margin: auto;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    color: #cececf;
}
#page_info a{
	color: #cececf;
}
/**************************************/
.small_headline {
	font-size: 150%;
    font-family: Verdana;
    font-weight: bold;
	margin-bottom: 5px;
}

#text_body p {
	padding-bottom: 5px;
}

.thumbnail {
	width: 100px;
	height: 75px;
	margin: 5px;
}