body {
 background: #C1C2C6 url(../images/background.gif) fixed repeat-x;
 color: #090D1C;
 font: 9pt/13pt Verdana, sans-serif;
 margin: 15px 0;
 text-align: center;
}

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

a:hover {
 color: #00F; 
}

h1 {
 background: #090D1C;
 color: #DADBDD;
 font: bold 9pt Verdana, sans-serif;
 margin: 0 0 10px;
 padding: 5px;
 text-transform: uppercase;
}

p {
 padding-left: 5px;
 padding-right: 5px;
}

.center {
 text-align: center;
}

.clear {
 clear: both;
}

#wrap {
 width: 750px;
 background: #DADBDD;
 border: 8px solid #FFF;
 color: inherit;
 margin: 0 auto;
 text-align: left;
}

#container {
 background: url(../images/bg.gif) repeat-y;
 border-top: 2px solid #090D1C;
 border-left: 2px solid #090D1C;
 border-right: 2px solid #090D1C;
}

#top {
 height: 150px;
 background: url(../images/top.jpg) no-repeat;
}

#top h1 {
 background: none;
 color: inherit;
 margin: 0;
 padding: 0;
}

#top h1 a {
 height: 150px;
 display: block;
 text-indent: -9999px;
}

.stripe {
 background: #093353;
 border-top: 2px solid #090D1C;
 border-bottom: 2px solid #090D1C;
 color: #DADBDD;
 clear: both;
 padding: 5px 0;
 text-align: center;
}

.stripe a {
 background: #093353;
 color: #09F;
}

.stripe a:hover {
 background: #093353;
 color: #FFF;
}

.stripe ul {
 float: right;
 margin: 0;
 padding: 0;
}

.stripe ul li {
 float: left;
 list-style: none;
 margin: 0 15px;
 padding: 0;
 text-transform: uppercase;
}

#contents {
 width: 582px;
 float: right;
}

#contentsIn {
 padding: 10px;
}

#navigation {
 width: 153px;
 float: left;
}

#navigationIn {
 padding: 10px 0 10px 10px;
}

#navigation ul {
 margin: 0 0 15px;
 padding: 0;
}

#navigation ul li {
 list-style: none;
 margin: 0;
 padding: 0 5px;
 text-align: left;
}