*
{
	margin: 0 auto;
	padding: 0 auto;
}

body
{
	background-color: #000000;
	text-align: center;
	background-image: url('images/bg.jpg');
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: top center;
	font-family: Georgia,"Times New Roman",Times, serif;
	font-size: 12px;
	color: #ffffff;
}

img
{
	behavior: url('pngbehavior.htc');
}

p
{
	line-height: 1.8em;
	text-align: justify;
}

a
{
	outline: none;
	color: #00a2ff;
	text-decoration: none;
}

a:hover
{
	color: #69c6fc;
	text-decoration: underline;
}

h1
{
	line-height: 2em;
	font-size: 18px;
	/* font-weight: bold; */
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

li
{
	list-style: circle;
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
}

ul
{
	margin: 0px;
	padding: 0px;
}

input
{
	border: none;
	padding: 2px;
	margin: 4px;
}

#top
{
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-family: Arial;
	width: 1077px;
	height: 40px;
}

#header
{
	background-repeat: no-repeat;
	background-position: top center;
	height: 233px;
	width: 1077px;
}

#nav
{
	background-image: url('images/dom_mnubg.png');
	background-repeat: no-repeat;
	background-position: top center;
	height: 74px;
	width: 1077px;
}

#content
{
	text-align: left;
	line-height: 1.8em;
}

#footer
{
	font-family: Arial;
	font-size: 10px;
}

.thumb
{
	background-image: url('images/frame.png');
	background-position: center;
	background-repeat: no-repeat;
	width: 175px;
	height: 145px;
	text-align: center;
}

.thumb img
{
	width: 132px;
	height: 92px;
}

.btl
{
	background-image: url('images/cnt_tl.png');
	height: 27px;
	width: 72px;
}

.bt
{
	background-image: url('images/cnt_t.png');
	height: 27px;
	width: 951px;
}

.btr
{
	background-image: url('images/cnt_tr.png');
	height: 27px;
	width: 54px;
}

.bl
{
	background-image: url('images/cnt_l.png');
	height: 341px;
	width: 72px;
}

.bc
{
	background-image: url('images/cnt_bg2.jpg');
	height: 341px;
	width: 951px;
}

.bcnews
{
	background-image: url('images/cnt_bg.jpg');
	height: 341px;
	width: 951px;
}

.br
{
	background-image: url('images/cnt_r.png');
	height: 341px;
	width: 54px;
}

.bbl
{
	background-image: url('images/cnt_bl.png');
	height: 50px;
	width: 72px;
}

.bb
{
	background-image: url('images/cnt_b.png');
	height: 50px;
	width: 951px;
}

.bbr
{
	background-image: url('images/cnt_br.png');
	height: 50px;
	width: 54px;
}

.scrollcont
{
	overflow: auto;
	height: 320px;
	width: 930px;
	overflow-x: hidden;
}

.news
{
	width: 370px;
	height: 280px;
	padding: 20px;
	overflow: auto;
	overflow-x: hidden;
	/* border: 1px dotted white; */
}

/* LIGHTBOX */

#lightbox
{
	background-color: #000;
	padding: 10px;
	border: 2px solid #666;
}

#lightboxDetails
{
	padding-top: 0.5em;
}

#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }
#lightbox img{ border: none; clear: both;}
#overlay img{ border: none; }
#overlay{ background-image: url('images/overlay.png'); }

* html #overlay
{
	background-color: #333;
	background-color: transparent;
	background-image: url('images/blank.gif');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/overlay.png", sizingMethod="scale");
}
