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

body	{
		background-color: #000000;
		margin: 0px;
		color: #FFFFFF;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		background-image: url(images/bg.jpg);
		background-repeat: repeat-y;
		background-position: center;
		background-color: #777777;
		}
#container	{
		margin: auto;
		width: 745px;
		border-style: solid;
		border-width: 4px;
		border-color: #a4a3a3;
		border-top: none;
		background-image: url(images/bgtile.jpg);
		background-repeat: repeat-y;
		}
#header	{
		margin: auto;
		width: 745px;
		height: 195px;
		border-bottom-style: solid;
		border-bottom-width: 4px;
		border-bottom-color: #a4a3a3;
		}
#contentcontain	{
		margin: auto;
		width: 745px;
		background-image: url(images/bgtop.jpg);
		background-repeat: no-repeat;
		
		}
#left	{
		float: left;
		width: 550px;
		padding: 0px 10px 10px 10px;
		}
#right	{
		float: right;
		width: 175px;
		min-height: 500px;
		}
#footer	{
		clear: both;
		width: 745px;
		height: 49px;
		background-image: url(images/footer.jpg);
		background-repeat: no-repeat;
		border-top-style: solid;
		border-width: 4px;
		border-top-color: #a4a3a3;
		}

/* Navigations */
.navtitle	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #FFFFFF;
		padding-left: 30px;
		}
.subnav	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FFFFFF;
		margin-top: -15px;
		padding-left: 45px;
		}
#right a:link	{
		text-decoration: none;
		color: #FFFFFF;
		}
#right 	a:hover	{
		text-decoration: none;
		color: #CCCCCC;
		}
#right a:visited	{
		text-decoration: none;
		color: #FFFFFF;
		}
#right	a:active	{
		text-decoration: none;
		color: #FFFFFF;
		}
		
/* Links */
a:link	{
		color: #FFFFFF;
		}
a:hover	{
		color: #CCCCCC;
		}
a:visited	{
		color: #FFFFFF;
		}
a:active	{
		color: #FFFFFF;
		}
.header	a:link	{
		text-decoration: none;
		color: #FFFFFF;
		}
.header	a:hover	{
		text-decoration: none;
		color: #CCCCCC;
		}
.header a:visited	{
		text-decoration: none;
		color: #FFFFFF;
		}
.header a:active	{
		text-decoration: none;
		color: #FFFFFF;
		}
/* Classes */

.title	{
		color: #FFFFFF;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 22px;
		padding-left: 12px;
		}
.center	{
		text-align: center;
		}
.centercopy	{
		text-align: center;
		margin-top: -10px;
		}
.header	{
		font-size: 14px;
		font-weight: bold;
		}
.headersmall	{
		font-size: 12px;
		font-weight: bold;
		}
.headercopy	{
		font-size: 12px;
		margin-top: -15px;
		}

/* Boxes */
.box1	{
		background-color: #000000;
		width: 300px;
		height: 125px;
		padding: 0px 5px 0px 5px;
		float: right;
		font-weight: bold;
		font-size: 13px;
		color: #999999;
		}
.box2	{
		background-color: #000000;
		width: 300px;
		height: 75px;
		padding: 0px 5px 0px 5px;
		float: left;
		font-weight: bold;
		font-size: 13px;
		color: #999999;
		}
.box3	{
		background-color: #000000;
		width: 300px;
		height: 75px;
		padding: 0px 5px 0px 5px;
		float: left;
		font-weight: bold;
		font-size: 13px;
		color: #999999;
		}
.box4	{
		background-color: #000000;
		width: 300px;
		height: 110px;
		padding: 0px 5px 0px 5px;
		float: right;
		font-weight: bold;
		font-size: 13px;
		color: #999999;
		}
.box5	{
		background-color: #000000;
		width: 300px;
		height: 120px;
		padding: 0px 5px 0px 5px;
		float: left;
		font-weight: bold;
		font-size: 13px;
		color: #999999;
		}
		
/* AdSense */
.adsense	{
		margin: 38px 0px 5px 30px;
		}
/* Lightbox */
#lightbox{
	background-color:#000000;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#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;
	back\ground-color: transparent;
	background-image: url(images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}


/* Forms */
span.formtext	{
		display: block;
		float: left;
		width: 150px;
		padding-right: 6px;
		text-align: right;
		}
.spacer	{
		margin-left: 110px;
		padding-bottom: 10px;
		}
fieldset	{
		padding: 10px;
		}
legend	{
		color: #ffffff;
		}