@charset "utf-8";
/* CSS Document */

* {
padding:0;
margin:0;
}

body {
background-color:#000000;
background-image:url(images/bg.png);
color:#28717b;
font-weight:bold;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#container {
background-image:url(images/footerimg.png);
background-position:bottom;
background-repeat:no-repeat;
background-color:#7bb5f4;
width:650px;
margin-top:15px;
margin-left:auto;
margin-right:auto;
padding:15px;
width:670px;
margin-bottom:15px;
position:relative;
}

#header {
margin-bottom:0px;
}

#border {
width:28px;
float:left;
}

#content {
width:460px;
padding:15px;
padding-top:0px;
padding-bottom:150px;
float:left;
}

#navigation {
width:130px;
min-height:400px;
float:left;
padding:10px;
margin-right:25px;
padding-top:0px;
padding-bottom:0px;
}

#ff-fix {
line-height:1px;
clear:both;
}

p {
margin-bottom:15px;
line-height:1.4;
font-weight:bold;
}

li {
list-style-type:none;
margin-bottom:5px;
}

h1 {
color:#dcecfe;
border:1px solid #dcecfe;
font-size:14px;
text-decoration:none;
letter-spacing:1px;
padding:2px;
text-align:center;
margin-bottom:10px;
background-image:url(images/h1bg.png);
}

.member {
background-color:#dcecfe;
padding:5px;
margin-bottom:10px;
color:#3f9eaa;
border:1px dashed #3f9eaa;
}

a,a:link,a:active {
color:#194f56;
border-bottom:1px dashed #194f56;
text-decoration:none;
font-weight:bold;
text-transform:uppercase;
font-size:10px;
}

b,span {
color:#194f56;
font-weight:bold;
text-transform:uppercase;
font-size:10px;
}

a:hover {
color:#efefd8;
border-bottom:1px dashed #efefd8;
}

#navigation a {
color:#3f9eaa;
border:1px dashed #3f9eaa;
text-align:center;
display:block;
background-color:#dcecfe;
margin-bottom:5px;
padding:3px;
}

#navigation a:hover {
background-image:url(images/bg.png);
}

.member a:hover {
color:#000000;
border-bottom:1px dashed #000000;
}

input,textarea,select {
background-color:#68a7e7;
color:#dcecfe;
font-weight:bold;
border:1px dashed #dcecfe;
}