/* CSS Document */

body {
background: url(images/gradient1.gif);
background-attachment:fixed;

}

a:link {
	color:#000000;
	}
a:visited {
	color:#000000;
}
a:active {
	color:#000000;
}
a:hover {
	color:#0000ff;
}

#pagetitleblack {
	font-family: "Verdana";
	color:#000000;
	font-size:16px;
	font-weight:bold;
}
#pagetitlered {
	font-family: "Verdana";
	color:#AB253D;
	font-size:17px;
	font-weight:bold;
}
#pagetitlegreen {
	font-family: "Verdana";
	color:#527676;
	font-size:16px;
	font-weight:bold;
}
#pagetextblack {
	font-family: "Verdana";
	color:#000000;
	font-size:13px;

}

#pagetextblack1 {
	font-family: "Verdana";
	color:#000000;
	font-size:13px;
	margin-right:20px;

}
#pagetextgreen {
	font-family: "Verdana";
	color:#527676;
	font-size:13px;

}
#pagetextred {
	font-family: "Verdana";
	color:#AB253D;
	font-size:13px;

}
#subtitlegreen {
	font-family: "Verdana";
	color:#527676;
	font-size:14px;
	font-weight:bold;

}
#subtitlered {
	font-family: "Verdana";
	color:#AB253D;
	font-size:14px;
	font-weight:bold;

}
#subtitlered1 {
	font-family: "Verdana";
	color:#AB253D;
	font-size:16px;
	font-weight:bold;

}
#subtitleblack {
	font-family: "Verdana";
	color:#000000;
	font-size:14px;
	font-weight:bold;

}
#credits {
	font-family: "Verdana";
	color:#000000;
	font-size:11px;
}
#top {
position:absolute;
top:285px;
left:679px;
width:200px;
}

/*------------------*/

#indexbar{
background-color:#EADB97;
border-left: 1px solid #000000;
width:200px;
float:right;
height:100%;
padding-left:2px;
}

#memberslist {
background-color:#EADB97;
float:left;
width:545px;
}

.clear {
clear: both;
}

