@charset "utf-8";
/* CSS Document */

body {
	background-image: url(img/bkg.jpg);
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-align: center;
}
p, h1, h2 {
	margin: 0px;
	padding: 0 0 10px 0;
}
a img
{
	border: 0;
}
a:link {
	color: #FFFF99;
}
a:visited {
	color: #FFCC66;
}
#footer a {
	color: #999999;
}

#main {
	width: 740px;
	margin: 0 auto;
	text-align: left;
}
#menu {
	height: 190px;
	position: absolute;
	top: 0px;
}
#content {
	background: #363636 url(img/burstframe_02.jpg);
	padding: 0 20px 0 20px;
}
#home-column-left {
	width: 580px;
	float: left;
}
#home-column-flash {
	width: 580px;
	margin-bottom: 10px;
	text-align: left;
}
#home-column-links {
	width:120px;
	float:left;
}
#home-column-news {
	width:440px;
	float:left;
	padding: 0 10px;
}
#home-column-right {
	width:120px;
	float:left;
	font-size: 10px;
	color: #999;
	text-align: center;
}
#home-column-links img {
	margin-bottom: 10px;
}
#footer {
	padding: 20px 0 20px 0;
	text-align: center;
	font-size: 10px;
	color: #999999;
}
#bkg2 {
	background: url(img/bkg2.png) center no-repeat;
	width: 100%;
	height: 500px;
	position: absolute;
	top: 250px;
	z-index: -1;
}
#r-clearer {
	clear: right;
	line-height: 0;
	height: 0;
}

.thumbs {
	padding-bottom: 15px;
	margin: 0 auto;
	text-align:center;
}
.thumbs a img {
	margin-bottom: 3px;
	padding: 1px;
	border: 1px solid #666;
}
.sec-title {
	font-style: italic;
	display: block;
	padding-bottom: 10px;
	text-align:center;
}
.sec-title a {
	color: #CCCCCC;
}
.warning-box {
	width: 676px;
	background: #666;
	border: 2px dotted #FFF;
	margin-bottom: 25px;
	padding: 10px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
.linklist {
	line-height: 2em;
}