body
{
	background: #ccc;
	background-image: url("images/teeth_corner.jpg");
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	font:  normal 13px "Lucinda Grande", Verdana, Lucinda, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	color: #fff;
	border: 0;
	margin: 0;
}



/* class white & gray are for creating the title shadow graphic effect*/
.white
{
	color: #01172e;
	position: relative; 
	z-index: 2; 
	left: 240px;
	width: 100%;
}
.gray
{
	color: gray; 
	position: absolute; 
	z-index: 1; 
	left: 245px; 
	top: 3px; 
	margin: 0;
	width: 100%;
}
.bgtitle
{ 
	font-size: xx-large;
	font-family: tahoma, times new roman, verdana, georgia, sans-serif;
	font-stretch: ultra-expanded;  
	font-style: italic; 
	font-weight: bold; 
}
table
{
	background:  #01172e;
	font:  normal 10px "Lucinda Grande", Verdana, Lucinda, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	color: #f49f9c;
}

hr
{
	color: silver;
	margin: 10px 0;
}

ul
{
list-style: circle;
}


img
{
	border: 0px;
	display: block;
	padding: 4px;
}
.floatleft
{
	float: left;
}
.inline /* images which must be displayed inline */
{
	display: inline;
}

#center {
	margin-left: 180px;
	margin-right: 180px;
	padding: 30px;
	background: #01172e; 
	border: 5px ridge #767675;
}
#footer {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #01172e;

}

a:link
{
	color: #fff;
	font-size: 13px;
	text-decoration: underline;
	background-color: transparent;
}
 a:visited
{
	color:#fff;
	font-size: 13px;
	text-decoration: underline;
	background-color: transparent;
}

 a:hover
{
	color:#fff;
	font-size: 13px;
	text-decoration: none;
	background-color: transparent;
}

 a:active
{
	color:#fff;
	font-size: 13px;
	text-decoration: none;
	background-color: transparent;
}
