body { color: #224;
 background: #fff;
 font: 14px arial, lucida, sans-serif;
 margin: 0; }

h1 { color: #b10000; }
h2 { color: #b10000; }
h3 { color: #b10000; }
h4 { color: #b10000; }
h5 { color: #b10000; }
h6 { color: #b10000; }

img { border: none 0; }
ul { list-style-type: square; }
pre, code, kbd { font-family: "Andale Mono", Courier, "Courier New", monospace; }

table { margin: 0;
 padding: 0;
 border-collapse: collapse;
 border-spacing: 0;
 empty-cells: show; }
th { color: #309;
 background: #b10000;
 font-weight: bold;
 text-align: left;
 vertical-align: top;
 padding: 2px; }
td { vertical-align: top;
 background: white;
 padding: 2px; }

a { text-decoration: none; }
a:link { color: #c00;
 background: transparent; }
a:visited { color: #c00;
 background: transparent; }
a:hover { color: #f00;
 background: transparent; }
a[target='_blank']:hover { text-decoration: underline; }
a:active { color: #f0f;
 background: transparent; }

form { display: inline; }
select { color: #444;
 font-size: 13px; }
input { color: #444;
 font-size: 14px; }

#content { margin: 10px auto;
 padding: 0;
 background: #fff url("/Image/bg.gif") repeat 0% 0%;
 width: 800px; }

#top { width: 800px;
 height: 170px;
 color: white;
 background: #666 url("/Image/top.jpg") no-repeat 0% 0%;
 margin: 0;
 padding: 0; }

#home { margin: 0;
 padding: 115px 0 0 15px; }

#small { font-size: 10px; }
#error { color: red;
 background-color: transparent;
 font-weight: bold; }

#navigation { width: 800px;
 height: 35px;
 color: white;
 background: #666 url("/Image/nav.jpg") no-repeat 0% 0%;
 margin: 0;
 padding: 0; }
#nav { font: 15px/20px arial;
 font-weight: bold;
 padding: 5px; }
#nav a { color: white;
 background: transparent;
 padding: 0 5px; }
#nav a:hover { text-decoration: underline; }

#navigation #language { float: right;
 top: 0;
 right: 0;
 margin: 5px; }
#language img { padding: 3px; }

#bottom { width: 800px;
 height: 30px;
 color: #eee;
 background: #999 url("/Image/bottom.jpg") no-repeat 0% 0%;
 margin: 0;
 padding: 0; }

#breadcrumbs { font-size: 10px;
 margin: 0;
 padding: 10px 0 0 3px; }
#breadcrumbs a { color: #333; }
#breadcrumbs a:hover { text-decoration: underline; }

