
body
{
	background-color: #000000;
	width: 900px;
	margin: auto;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	padding: 20px;
	font-family: helvetica, sans-serif;
	color: #ffffff;
}
a
{
	color: #ffca57;
}
.section-title
{
	font-family: Georgia, serif;
	color: #ffd257;
	text-decoration: underline;
}


.main-title
{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #ffd257;
	font-size: 30px;
	text-align: center;
}

#main-title-small
{
	font-size: 15px;
}
#script-border
{
	border: 1px dashed #ffca57;
	padding: 5px;
}
#contact-us
{
	font-size: 15px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
	
}
li
{
	width: 600px;
}
.orange-border
{
	border: 1px solid #ffd257;
}
.inline
{
	display: inline;
	padding: 30px;
}
.inline2
{
	display: inline;
	padding: 20px;
}