/* HTML ELEMENTS */

/* LINKS */
a {
	color: #F8B13B;
	background-color: inherit;
        font-weight: bold;
	text-decoration: none;
}

h1 {
	font-size: 14px;
        font-weight: bold;
}

.Header {
	background-image: url(images/header.jpg);
}
.IP-Address {
	background-image: url(images/ip-bg.gif);
	font-size: 24px;
	font-weight: bolder;
	color: #000000;
	text-align: center;
	vertical-align: middle;
}
.Facebook {
	background-image: url(images/facebookbutton.gif);
}
.MySpace {
	background-image: url(images/myspacebutton.gif);
}
.Bebo {
	background-image: url(images/bebobutton.gif);
}
.Friendster {
	background-image: url(images/friendsterbutton.gif);
}
.YouTube {
	background-image: url(images/youtubebutton.gif);
}
.SloganBox {
	color: #F8B13B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: bolder;
	text-align: left;
	text-indent: 5pt;
}
.CatTop {
	background-image: url(images/cattop.gif);
	font-weight: bolder;
	text-transform: capitalize;
	color: #000000;
	text-align: center;
	vertical-align: middle;
}
.CatText {
	color: #B6661D;
	font-weight: bolder;
}
.BoxText {
	color: #F8B13B;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	vertical-align: top;


}
.FullTop {
	background-image: url(images/fulltop.gif);
	font-weight: bolder;
	text-transform: capitalize;
	color: #000000;
	text-align: center;
	vertical-align: middle;

}
.Footer {
	text-transform: capitalize;
	text-align: center;
	vertical-align: middle;
	color: #F8B13B;

}