body {
	margin: 0;
	padding: 0;
	border: 0px none;
	background-color: #000000;
	min-width: 770px;
	text-align:center;
	background-image:  url("../images/black_satin_bknd.jpg");
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
    color: #E4E4E4;
}
#wrapper {
	margin: 10px auto;
	padding: 0px;
	width: 770px; /* sets the width of the wrapper */
	position: relative; /* important to position it relatively */
	border: 0px none;/*zeroes off any existing border*/
	text-align: left;/* Realigns the text to the left after the IE hack in the body rule */
}

#navContainerTop{
	font-size: 14px;
    height: 124px;
	vertical-align: top;
}

#navContainerTop a:link, #navContainerTop a:visited{
   color: #ffffff;
   font-weight: 500;
   text-decoration: none;
   margin: 0px 8px 0px 8px;
}

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

p {
	margin: 10px 0px 20px 0px;
	font-size: 13px;
    color: #E4E4E4;
	text-align: justify;   
}
.center{
	font-size: 12px;
	font-weight: bold;
    color: #E4E4E4;
	text-align: center;
}

.font-small{
    font-size: 11px;
}

a:link, a:active, a:visited, a:hover {  
	color: #ffffff;  
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;  
}  


