body {
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.gif);
	text-align: center;
}

div#main {
	margin: 0 auto;
	width: 700px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-family: "Trebutech MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	text-align: left;
	
}

div#links { 
	width: 120px; 
	font: 12px Verdana, sans-serif; 
}

div#links a {
	display: block; 
	text-align: center; 
	font: bold 12px sans-serif; 
   	padding: 5px 5px; 
	margin: 0 0 1px; 
	border-width: 0; 
   	text-decoration: none; 
	color: #FFF; 
	background: #3c3c6e;
   	border-right: 5px solid #505050;
}

div#links a:hover {
	color: #3c3c6e; 
	background: #FFF;
   	border-right: 5px double #505050;
}

.justified {
	text-align: justify;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	font-style: italic;
	font-variant: normal;
}

.choice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	word-spacing: 3px;
}

a {
	text-decoration : none;
	color: #3c3c6e;
}

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


div#footer {
	margin: 0 auto;
	width: 700px;
	font-family: "Trebutech MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
