/* Layout */

BODY {
color: #000;
font-size: 12px;
font-family: verdana, sans-serif;
background: url('../images/bgl.jpg') #000;
margin-top: 0px;
}

#shadowframe {
border: 2px solid #aa2019;
background: #8c1813;
width: 900px;
margin: 10px auto;
padding: 2px;
}

#frame {
margin: 0px auto;
margin-bottom: 0px;
padding-bottom: 0px;
background: #fff;
border: 1px solid #410a07;
}

/* Header */

#header {
width: 100%;
height: 100px;
background: #da251c;
margin: 0px;
}

#header H1 {
color: #000;
font-size: 24px;
font-family: verdana, sans-serif;
text-align:center;
margin: 10px;
}

#header H2 {
color: #000;
font-size: 18px;
font-family: verdana, sans-serif;
text-align:center;
margin: 5px;
}

/* Menu */


#menu UL {
display: block;
width: auto;
height: 20px;
margin: 0px;
padding: 10px 11px 10px 9px;
background: url('../images/bgm.jpg') repeat-x;
border: 0px;
border-top: 1px solid #000;
border-bottom: 1px solid #666;
text-align: center;
}

#menu LI {
display: inline;
list-style: none;
border-left: 1px solid #ccc;
}

#menu LI.last {
display: inline;
list-style: none;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
}

#menu a {
font-size: 15px;
font-family: tahoma, sans-serif;
font-weight: bolder;
color: black;
margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
text-decoration: none;
background: url('../images/bpoint.png') 0px 5px no-repeat;
}

#menu a:hover {
text-decoration: underline;
color: red;
background: url('../images/rpoint.png') 0px 5px no-repeat;
}

#menu a.current {
color: red;
background: url('../images/rpoint.png') 0px 5px no-repeat;
}

/* Content */

#content {
width: auto;
padding: 20px 30px 20px 30px;
background: #FFF;
border-top: 1px solid #ccc;
}

ul.pic {
margin: 0px;
text-align:center;
}

li.pic {
display: inline;
margin: 5px 5px 5px 5px;
list-style: none;
}


H1 {
margin: 10px 0px 10px 0px;
font-size: 16px;
font-family: verdana, sans-serif;
color: #da251c;
}

H2 {
margin: 10px 5px 10px 5px;
font-size: 14px;
font-family: verdana, sans-serif;
color: #da251c;
}

H2.border {
margin: 15px 0px 10px 0px;
padding: 5px 5px 5px 5px;
border-top: 1px solid #da251c;
border-bottom: 1px solid #da251c;
}

H3 {
margin: 15px 10px 0px 10px;
font-size: 13px;
font-family: verdana, sans-serif;
color: #da251c;
}

P {
margin: 10px;
font-size: 12px;
font-family: verdana, sans-serif;
text-align: justify;
}

A {
color: #FF0000;
}

.center {
text-align: center;
}

.xl {
font-size: 150%;
margin: 20px;
}

.xxl {
font-size: 200%;
margin: 10px;
}

.bold {
font-weight: bolder;
}

.red, {
color: #da251c;
}


INPUT {
background: #ffe7e2;
}

INPUT.radio {
background: #fff;
}

SELECT {
background: #ffe7e2;
}

TEXTAREA {
background: #ffe7e2;
}

TD {
vertical-align: top;
}

/* Footer */

#navtop {
width: auto;
background: #fff;
margin: 5px;
text-align: right;
}

#navtop A {
color: #da251c;
font: 10px Verdana;
text-decoration: underline;
}

#footer DIV {
clear: all;
border-top: 1px solid #000;
}

#footer P {
color: #da251c;
font: 10px Verdana;
text-align: center;
}

#footer A {
color: #da251c;
font: 10px Verdana;
text-decoration: none;
}

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