/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: black;
}

h1 {
	color: white;
	font-size: 30px;
}

#Content {
	width: 558px;
	margin-right: 20px;
	margin-top: 30px;
	color: white;
}

#Content a {
	color: white;
}

#SiteFooter a {
	color: white;
}

#Content p {
	margin-bottom: 15px;
	line-height: 1.5em;
}

#Menu {
	width: 182px;
	margin-left: 10px;
}

#Menu a {
	display: block;
	color: white;
	font-weight: bolder;
	margin-bottom: 10px;
}

.DialogBoxContent {
	color: black;
}

#Container {
	margin-top: 10px;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/skins/eztan/images/bg.gif);	
}

#LeftCol {
	width: 202px;
	float: left;
	background-image: url(/skins/eztan/images/menubg.gif);
}

#Banner {
	width: 578px;
	height: 115px;
	background-image: url(/skins/eztan/images/logo.gif);
}

#RightCol {
	width: 578px;
	float: right;
	background-image: url(/skins/eztan/images/contentbg.gif);
}

#Footer {
	width: 780px;
	height: 148px;
	clear: both;
	background-image: url(/skins/eztan/images/footer.gif);
}
