/* COMMON */

* {
    padding: 0;
    margin: 0;
}

html, body {
	height: 100%;
	font-size: 100%;
}

body {
	background: #000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #ccc;
}

img {
	border: 0;
}

.clear {
	clear: both;
}

/* SITE */

.contentBox {
	width: 1002px;
	margin: 10px;
	text-align: center;
}

.headerBox {
	width: 1002px;
	height: 56px;
	margin-bottom: 10px;
}

.flashBorderBox {
	width: 1000px;
	height: 665px;
	border: solid 1px #ccc;
}

.footerBox {
	width: 1002px;
	font-size: 12px;
	margin-top: 7px;
	text-align: center:
}

.footerBox .left {
	width: 550px;
	text-align: left;
	margin-left: 3px;
	float: left;
}

.footerBox .right {
	width: 447px;
	text-align: right;
	float: right;
}

/* LINKS */

a:link,
a:active,
a:visited,
a:hover {
	font-size: 12px;
	color: #ccc;
}

a:link,
a:active,
a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}
