@charset "utf-8";
/* CSS Document */

body
{
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	background-image: url(../slices/bgTile.png);
	background-repeat: repeat-y;
	background-position: center;
	height: 100%
}


#bg 
{
	background-image: url(../slices/home.png);
	background-repeat: no-repeat;
	margin: auto;
}

#SBGC
{
	background-image: url(../slices/SBGC.png);
	background-repeat: no-repeat;
}

#content
{
	font-weight:bold;
	font-size:10pt;
	color: #FFF;
}
 
.links 
{
	margin-left:-3em;
	width: 200px;
}
 
.links li
{
	list-style: none;
}

.links li a
{
	text-decoration: none;
	color: #000;
}

.links li a:hover
{
	text-decoration: underline;
	color: #D23E4D;
}

a
{
	text-decoration: none;
	color: #000;
}

a:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}