/* CSS Document */

body
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	background: #000000;
	scrollbar-base-color: #333333;
	scrollbar-face-color: #333333;
	scrollbar-highlight-color: #666666; 
	scrollbar-shadow-color:#000000;
	scrollbar-3dlight-color:#333333;
	scrollbar-arrow-color: #2174BB;
	color: #cccccc;
	font-size: 12px;
}

h1
{
	font-size: 20px;
	font-family: "Courier New", Courier, monospace;
	letter-spacing: 3px;
	color: #FFFFFF;
	border-bottom: 2px dotted #3b6396;
	padding: 0 0 1px 0;
	margin-right: 10px;
	text-align: center;
}

th
{
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	border-bottom: 2px dotted #3b6396;
}

#bkgHome
{
	height: 455px;
	background-image: url(../i/bkg1.jpg);
	background-repeat: no-repeat;
	background-position: center;	
}

#bkg
{
	padding: 0;
	height: 455px;
	text-align: center;
	background-image: url(../i/bkg2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	
}

#home
{
	margin-bottom: 30px;
}	

#content
{
	margin-left: auto;
	margin-right: auto;
	width: 620px;
	overflow: auto;
	height: 320px;
	text-align: left;
}

a
{
	color: #FFFFFF;
}

a:hover
{
	text-decoration: none;
}


#nav
{
	text-align: center;
}

#footer
{
	width: 800px;
	margin: auto;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

#footer a
{
	color: #666666;
}

.thumbnail
{
	border-color: #2174BB;
	border-width: 1px;
}

#image
{
	text-align: center;
	background-image: url(/images/screenshots/dl_bkg.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 600px;
}

dt
{
	font-weight: bold;
	font-size: 14px;
	color: white;
	margin-bottom: 10px;
	margin-top: 20px;
	line-height: 1.3em;
}

dl
{
	font-size: 14px;
	line-height: 1.3em;
}

#pending
{
	text-align: right;
	padding: 0px 20px 0 0;
}

.small
{
	font-size: 10px;
}

