/*
deep space place
*/


body {
	background: #000000 url(images/img01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	/* color: #CCC; */	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	color: #CCC;
}

.bdy #container {
	background: #000000;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

/* Menu .. heading..navigation */
.bdy #nav {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 44px;
	/*margin: 0 auto;*/
	background: url(images/img03.jpg) repeat-x left top;
}

.bdy #nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.bdy #nav li
{
	float: left;
	margin: 0 0.15em;
	background: url(images/img04.jpg) no-repeat right 8px;
}

.bdy #nav li a {
	float: left;
	width: auto;
	display: block;
	color: #FFFFFF;	
	text-decoration: none;
	text-align: center;
	margin: 15px;
}

.bdy #nav a:hover { text-decoration: underline; }

.bdy #nav.current_page_item {
	margin: 0px;
	color: #FFFFFF;
}



/** LOGO */

.bdy #logo {
	margin: 0;
	padding: 0;
	width: 900px;
	height: 300px;
	background: url(images/img05.jpg) no-repeat left top;
}



#logo h1 {
	margin: 0;
	line-height: normal;
	font-weight: normal;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 25px;
	padding-left: 40px;
	padding-top: 90px;
	border-bottom-style: none;
}

#logo p {
	padding: 0px 0 0 42px;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}


/* Main content */
.bdy #mainContent {
	padding: 0 20px;
}

.bdy #mainContent h1, h2, h3 {
	font-weight: normal;
	height: 30px;
	border-bottom: 1px dashed #1E1E1E;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.bdy #mainContent h1 {
	font-size: 25px;
}

.bdy #mainContent h2 { font-size: 20px; }

.bdy #mainContent p, ul, ol {
	line-height: 1.5;
	color: #CCC;
}

.bdy #mainContent   a {
	color: #CCC;
}

.bdy #mainContent a:hover {
	text-decoration: none;
	color: #CCC;
}

.bdy #mainContent a img {
	border: none;
}

.bdy #mainContent img.left {
	margin-left: 730px;

}
.imgcap {
	font-size: 12px;
    position: relative;
    height: 70px;
}

.center-element {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
   }
   
.left-element {
   position: absolute;
   left: 0;
   width: 50%;
   }

.right-element {
   position: absolute;
   right: 0;
   width: 50%;
   text-align: right; /* depends on element width */
   }
   


#prev {
	position: absolute;
	top: 60px;
	width: 67px;
	left: 758px;
}
#next {
	position: absolute;
	top: 60px;
	width: 67px;
	left: 826px;
}



.bdy #mainContent img.right {
	margin-left: 0px;
}

.bdy #mainContent img.center {
	float: none;
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 30px;
	left: auto;
	right: auto;
}

.bdy #mainContent hr { display: none; }

.bdy #mainContent table {
	border-collapse:collapse;
}
.bdy #mainContent th {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	padding: 5px;
	background-color: #000;
	background-image: url(images/img06.jpg);
	background-repeat: repeat-x;
	text-align: left;
}
.bdy #mainContent td {
	padding: 5px;
	vertical-align: top;
}
.bdy #mainContent .numeric {
	text-align: right;
}


/* Footer */
.bdy #footer {
	background: url(images/img02.jpg) repeat-x left top;
	height: 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.bdy #footer p {
	line-height: 1;
}

.bdy #footer p a {
	color: #C2C8CC;
	margin-left: 400px;
}
.bdy #container #footer p .hits {
	margin-left: 360px;
}
