﻿body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
{ 
	margin:0;
	padding:0;
	font-family: Verdana, Arial;
	font-size:14px;
	font-weight:normal;
}

body
{
    background-color: #301c09;
    background-image: url("../images/repeat_top.jpg");
	background-repeat: repeat-x;
	background-position: top;
}

address,caption,cite,code,dfn,em,strong,th,var
{
	font-style:normal;
	font-weight:normal;
}

ol,ul
{
	font-weight: bold;
	font-style: normal; 
	padding: 5px 0 5px 55px;
	list-style: diamond;	
}

caption,th
{
	text-align:left;
}

q:before,q:after
{
	content:'';
}

abbr,acronym
{
    border:0;
}


img
{
    border: 0; 
}


#frame
{
    width:800px;
}

#header
{
    float:left;
    width:800px;
    height:192px;
    background-image: url("../images/header.jpg");
	background-repeat:no-repeat;
	background-position: top;
}

#navigation
{
    float:left;
    padding:71px 0 0 255px;
}

#navigation a:link, #navigation a:visited, #navigation a:active
{
    font-family: Arial;
	font-size:16px;
	font-weight:normal;
    font-weight: normal;
    color: #221e01;
    text-decoration: none; 
    margin: 0 3px;  
}

#navigation a:hover
{
    text-decoration: underline;
}

#content
{
    float: left;
    width:800px;
    background-image: url("../images/repeat_btm.jpg");
	background-repeat:repeat-y;
	background-position: top;
}

#contentFrame
{
    width:750px;
    padding:0px 25px;
    float:left;
}


#footer
{
    float:left;
    width:800px;
    
}

#footer a:link, #footer a:visited, #footer a:active
{
    font-size:10px;
    font-weight: normal;
    color: #000;
    text-decoration: none;    
}

#footer a:hover
{
    text-decoration: underline;
}


a {
    color:#000;
    text-decoration:none;
     font-weight: bold;
}

a:hover {
    text-decoration:underline;
}