body {
background-color: #000000;
margin: 0px;
padding: 0px;
font-size: 80%;
font-family: sans-serif;
}

a {
border: none;
text-decoration: none;
/*display: block;*/
}

img {
border: none;
}

p {
margin: .5em 0 .5em 0;
}

#background {
width: 1024px;
height: 1325px;
background-color: #000000;
background: url(../images/background/back3.jpg) bottom left no-repeat;
position: relative;
top: 0px;
left: 0px;
margin: 0px;
padding: 0px;
border-right: 1px solid white;
z-index: 1;
}

#logo {
position: relative;
top: 0px;
left: 0px;
width: 100%;
height: 256px;
background-color: #000000;
background-image: url(../images/main/logo.jpg);
border: none;
}

.page-container {
position: relative;
margin-top: 80px;
margin-left: auto;
margin-right: auto;
width: 820px;
height: 950px;

}

.page {
position: relative;
margin: 0px;
width: 100%;
height: 100%;
z-index: 28;
}

.page-background {
position: absolute;
background-color: #000000;
width: 100%;
height: 950px;
z-index: 12;
margin: 0px;
padding: 0px;
opacity: .8;
filter: alpha(opacity=80);
}


.featured {
position: relative;
padding: 16px;
z-index: 30;
}

.featured-text {
position: relative;
width: 250px;
height: 390px;
background-color: none;
overflow: auto;
float: left;
color: #FFFFFF;
margin-top: 20px;
text-align: justify;
}

.featured-image {
position: relative;
/* left: 240px; */
/*right: 0px;
top: 0px;*/
width: 520px;
height: 390px;
border: none;
float: right;
background-color: #000000;
margin-top: 20px;
border: none;
}

.item-container {
position: relative;
padding: 16px;
z-index: 30;
margin-top: 10px;
}

.item {
position: relative;
width: 33%;
height: 430px;
float: left;
}

.item-more {                     /*"More" link*/
position: absolute;
bottom: 0px;
display: block;
width: 240px;
font-variant: small-caps;
font-weight: bold;
color: #FF00FF;
text-decoration: none;
text-align: center;
z-index: 4;
}

.item-more:hover {
/* background-color: #d20099; */
background-color: #FF00FF;
color: black;
}

.label {               /*Label for item container*/
position: relative;
width: 100%;
/* height: 1.25em; */
text-align: left;
font-weight: bold;
font-variant: small-caps;
font-size: 1.25em;
color: #FFFFFF;
background-color: none;
letter-spacing: .5em;
overflow: hidden;
}

.label-centered {
position: relative;
width: 100%;
/* height: 1.25em; */
text-align: center;
font-weight: bold;
font-variant: small-caps;
font-size: 1.25em;
color: #FFFFFF;
background-color: none;
letter-spacing: .5em;
overflow: hidden;
}

.item-image {
position: relative;
margin-top: 20px;
left: 0px;
display: block;
width: 240px;
height: 180px;
background-color: #000000;
padding: 0px;
}

.item-text {
position: relative;
margin-top: 30px;
left: 0px;
width: 240px;
height: 150px;
text-align: justify;
overflow: auto;
background-color: none;
color: #FFFFFF;
padding: 0px;
}

.explanation {
position: relative;
width: 100%;
text-align: justify;
margin-top: 20px;
margin-bottom: 20px;
font-family: sans-serif;
font-size: 1.25em;
color: #FFFFFF;
}

.spacer {
font-size: 1px;
visibility: hidden;
clear: both;
}

.bold {
font-weight: bold;
}

.italic {
font-style: italic;
}

.link-overlay {
display: block;
width: 100%;
height: 100%;
z-index: 100;
}

#home-overlay {
display: block;
position: absolute;
left: 192px;
top: 32px;
width: 640px;
height: 192px;
z-index: 242;
}

#home-overlay-small {
display: block;
position: absolute;
left: 0px;
top: 0px;
width: 1024px;
height: 128px;
z-index: 242;
}

#copyright {
position: relative;
clear: both;
width: 100%;
color: white;
border: none;
text-align: center;
font-size: x-small;
}

.tab {
margin-left: 3em;
}


/*#transparentblock {
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
}*/