body {
	background-color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFD647;
}

a {
	text-decoration: underline;
	color: #FFD647;
	font-weight: bold;
}

h3 {
    font-size: 14px;
}

h2 {
    font-size: 16px;
}

img {
	border-width: 0px;	
}

li {
    margin-bottom: 20px;
}

a:hover {
	text-decoration: none;
}

#holder {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

#content_title {
	width: 1024px;
	margin-top: 40px;
}

#content {
	width: 1024px;
	margin-top: 10px;
}

#footer {
    margin-top: 30px;
    width: 1024px;
    height: 118px;
    background-image: url(../Images/footer.png);
}
