/*------------------------*/
/* CSS style untuk MyClub */
/*------------------------*/
/*------------------------*/


/* tambah nama file dengan id MyClub */
#header
{
	background: url(MyClub-14.gif) no-repeat;
	height: 170px;
}
/*-------------------------------------------------*/


/* css untuk warna background dan text pada Footer */
#footer
{
  background:#CB0101;
  color:#FFE900;
}

#footer a
{
color:black;
}

#footer a:hover
{
color:white;
}
/*-------------------------------------------------*/


/* css untuk warna background dan text Menu */
#menu .dynamic
{
  background:#CB0101;
  color:#FFE900;
}

#menu .staticItem
{
  background:#CB0101;
  color:#FFE900;
}
/*-------------------------------------------------*/


/* css untuk warna background dan text untuk headline news */
.headline .header 
{
  background:#CB0101;
  color:#FFE900;
}

.headline .header a 
{
color:black;	
}

.headline .header a
{
	text-decoration:none;
color:black;
}

.headline .header a:hover
{
	text-decoration:underline;
color:white;
}
/*-------------------------------------------------*/


/* css untuk warna backgroung dan text untuk side box sebelah kiri */
.sideBox100, .sideBox300, .sideBox500, .sideBox700
{
  background:#CB0101;
  color:#FFE900;
}

.sideBox100 a 
{
	text-decoration:none;
color:black;
}

.sideBox100 a:hover
{
	text-decoration:underline;
color:white;
}

.sideBox300 a 
{
	text-decoration:none;
color:black;
}

.sideBox300 a:hover
{
	text-decoration:underline;
color:white;
}

.sideBox500 a 
{
	text-decoration:none;
color:black;
}

.sideBox500 a:hover
{
	text-decoration:underline;
color:white;
}

.sideBox700 a 
{
	text-decoration:none;
color:black;
}

.sideBox700 a:hover
{
	text-decoration:underline;
color:white;
}
/*-------------------------------------------------*/
