html, body, img {
	margin: 0;
	padding: 0;
}

ul {
	margin-top: 0;
	margin-bottom: 0;
}

html {
	background: #000000;
}

h1 {
	margin: 0;
	font: bold 16px Arial;
	color: #fbbf09;
	letter-spacing: 1px;
	text-transform: uppercase;
}

div {
	color: #fbbf09;
}

td {
	color: #ffffff;
}

#maincontainer {
	margin: 30px auto;
	width: 1002px;
	height: 629px;
	background: url("../html_images/maincontainer_bg.jpg") 0 0 no-repeat;
}

#topcontainer {
	width: 1002px;
}

#header {
	width: 1002px;
	height: 170px;
}

#leftandright {
	position: relative;
	float: left;
	width: 1002px;
}

#leftcontainer {
	position: relative;
	float: left;
	width: 382px;
	height: 330px;

	color: #ffffff;
}

#leftcontainer-content {
	padding: 125px 0 0 40px;
}

#rightcontainer {
	position: relative;
	float: left;
	width: 620px;

	font: bold 12px/18px Arial;
	color: #fbbf09;
}

#rightcontainer-content {
	padding: 0 40px 0 0;
}

#rightcontainer-content a {
	color: #ffffff;
}

#rightcontainer-content a:hover {
	text-decoration: none;
}

#rightcontainer-content img {
	border: 1px solid #000000;
}

#cmscontent p { 
color: white;
}

#cmscontent a:link {
color: #fbbf09;
}

#cmscontent a:visited {
color: #fbbf09;
}

#cmscontent a:hover {
color: #ca9300;
}

