
/* CSS Document */

body {
	font: 90% Century Gothic, Arial, Helvetica, sans-serif;
	background: #000000 url(background.gif);
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
}
a:link {
	color: #E666A8;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #E666A8;
}
a:hover {
	text-decoration: none;
	color: #DD137B;
}
a:active {
	text-decoration: none;
	color: #E666A8;
}

#container {
    width: 780px;  
	background: #000000;
	margin: 0 auto; 
	border: 2px solid #CBA968;
	text-align: left;
}

#header {
    background: #000000; 
	padding: 0 156px 10px 156px;
	}
	
#mainContent {
    padding:10px;
	margin-top:10px;
}

#menu {
    text-align:center;
	width: 650;
	margin-left:90px;
	padding-bottom: 20px;
}

.textSmall {
font-size:10px
}

.text3 {
  font-size: 12px;
  text-align:left;
  color: #BE935F;
  clear:both; 
  padding-left:10px;
  padding-right:10px;
}

.text-4 {
  font-size: 10px;
  text-align:center;
  color: #BE935F;
  clear:both; 
}