body {
  background: #000000;
  margin: 0.5em;
  /*padding-left: 2%;
  padding-right: 2%;*/
}

body, html {
  scrollbar-base-color: #000000;
  scrollbar-arrow-color: #FF9900;
  scrollbar-shadow-color: #FFFFFF;
}

.std-bg {
	width: 780px;
	border-color: #FFFFFF;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	background-color: #FFFFFF;
}

#container {
	width: 49em;
	border-color: #FFFFFF;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin: auto;
	
}

#header {
	width: 99%;
	margin: auto;
	border-color: #FFFFFF;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: center 1.4em;
	height: 3em;
	padding: 0.2em;
}

#header .left {
	float: left;
	width: 15%;
	height: 100%;
	background-image: url(../images/header/paco.jpg);
  background-position: left;
	background-repeat: no-repeat;
}

#header .center {
	width:70%; margin-top: 0.1em; float: left; text-align: center;
}

#header .right {
	float: right;
	width: 15%;
	height: 100%;
	background-image: url(../images/header/shorty.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

#milonic {
  clear: both
}

#main {
	clear: both;
	padding-left: 1em;
	padding-right: 1em;
}

#main table {
	margin: auto;
}

#main h1 { text-align: center; 	font-family: Verdana, Arial, Helvetica, sans-serif; }

#footer table {
	width: 100%;
	border-top: 1px solid #FFFFFF;
	margin-top: 1em;
}
 
#footer td  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	vertical-align: top;
	text-align: justify;
	padding-right: 3px;
	padding-left: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
	background: #333333;
	color: #cccccc
}

#footer a:link {
	color: #cccccc;
	text-decoration: none
}

#footer a:visited {
	color: #cccccc;
	text-decoration: none
}

#footer a:hover {
	color: #ffffff;
	background-color: #999999;
	text-decoration: none;
}

#sitemap {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	padding-top: 2em;
}
	
#sitemap a:link {
	color: #ffffff;
	text-decoration: none
}

#sitemap a:visited {
	color: #cccccc;
	text-decoration: none
}

#sitemap a:hover {
	color: #ffffff;
	text-decoration: underline
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a.link-white:link {
	color: #ffffff;
	text-decoration: none
}

a.link-white:visited {
	color: #cccccc;
	text-decoration: none
}

a.link-white:hover {
	color: #ffffff;
	text-decoration: underline
}

img.image {
	border-color: #333333;
	border-style: solid;
	border-width: 1px
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000}

#mail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	text-align: center;
	color: #cccccc;
	padding: 1.5em
}

#mail a:link {
	color: #cccccc;
	text-decoration: none
}

#mail a:visited {
	color: #cccccc;
	text-decoration: none
}

#mail a:hover {
	color: #ffffff;
	text-decoration: underline
}


.text-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #eeeeee;
}

#top-nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #cccccc;
}

#top-nav a:link {
	color: #cccccc;
	text-decoration: none
}

#top-nav a:visited {
	color: #cccccc;
	text-decoration: none
}

#top-nav a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* lightbox css */

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	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(../lightbox/overlay.png); }

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

/*end lightbox css */
	

