/* CSS Document */

body {
background-image : url('../images/tile.bmp');
text-align: center;
margin : 0 auto;
padding : 0;
font : 8pt Tahoma, Sans-Serif;
padding-top : 10px;
}

a.nav:hover {
color : #ffffff;
background : #2c2c2c url('../images/on.gif') left no-repeat;
}

a.navupload:hover {
color : #ffffff;
background : #2c2c2c url('../images/on.gif') left no-repeat;
}

a.mail:hover {
color : #ffffff;
background : #2c2c2c url('../images/mail.gif') left no-repeat;
}

a.nav {
display : block;
float : left;
width : 20px;
height : 15px;
color : #000000;
background : #40bfe7 url('../images/off.gif') left no-repeat;
}

a.navupload {
display : block;
float : left;
width : 20px;
height : 15px;
color : #000000;
background : #40bfe7 url('../images/up.gif') left no-repeat;
}

a.navcurrent {
display : block;
float : left;
width : 20px;
height : 15px;
color : #000000;
background : #2c2c2c url('../images/on.gif') left no-repeat;
}

a.mail {
display : block;
float : left;
width : 20px;
height : 15px;
color : #000000;
background : #40bfe7 url('../images/mail.gif') left no-repeat;
}

#nav {
padding-top : 30px;
}

#members {
text-align : center;
padding-top : 10px;
}

#download {
text-align : left;
padding-top : 10px;
padding-left : 20px;
}

#content {
height : 590px; 
width : 750px;
margin : 0px auto;
padding : 0px;
color : #000000;
background-color : #ffffff;
background-image : url('../images/background.gif');
}

.preloader {
height : 590px; 
width : 750px;
margin : 0px auto;
text-align : center;
vertical-align : middle;
padding : 0px;
color : #000000;
background-color : #ffffff;
background-image : url('../images/background.gif');
}

a {
text-decoration : none;
color : #2c2c2c;
background-color : #ffffff;
}

img {
border : 0px;
}

hr {
color: #40bfe7;
background-color: #40bfe7;
border: 0;
}