@charset "utf-8";
/* CSS Document */

h1{
font-size:22px;
color:#000000;
}

h2 {
font-size:18px;
color:#000000;
}

h3{
font-size:14px;
color:#999999;
}

h1,h2,h3{
font-family:Arial, Helvetica, sans-serif;
}

body {
background-color:#7f1015;
font-family:Arial, Helvetica, sans-serif;
color:#333333;
}

img {
text-decoration:none;
border:none;
}

img a{
text-decoration:none;
}

#centering {
position:relative;
margin:auto;
width:990px;
height:auto;
}

#header {
width:737px;
height:225px;
/*background:url(../layout/header-2.jpg);*/
float:left;
border-top:1px solid #000000;
border-left:1px solid #000000;
border-right:1px solid #000000;
}

#headerbanner{
width:250px;
height:225px;
float:left;
background:url(../layout/banner.png);
background-position:center;
background-repeat:no-repeat;
border-left:1px solid #000000;
border-top:1px solid #000000;
background-color:#ffffff;
}

#navi-content{
position:relative;
width:990px;
height:auto;
float:left;
}

#navigation{
width:220px;
height:500px;
float:left;
border:1px solid #000000;
background:#ffffff;
padding-left:30px;
}

#content {
width:717px;
height:495px;
float:left;
border-right:1px solid #000000;
border-top:1px solid #000000;
border-bottom:1px solid #000000;
background:#ffffff;
padding-left:10px;
padding-right:10px;
padding-top:5px;
padding-bottom:15px
white-space:normal;
overflow:auto;
}

#footer {
width:988px;
height:18px;
background-color:#fdf4d1;
border-bottom:1px solid #000000;
border-left:1px solid #000000;
border-right:1px solid #000000;
float:left;
text-align:center;
font-size:14px;
color:#333333;
background:#ffffff;
}

#floatbreaker {
clear:both;
}

/*UL LI Definitions*/

#navigation ul {
list-style-type:none;
margin-left:-20px;
}

#navigation ul li{
list-style-type:none;
height:25px;
}

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

#navigation ul li a{
padding-left:20px;
text-decoration:none;
color:#000000;
}

#navigation ul li:hover{

}

#navigation ul li a:active {
text-decoration:underline;
}


