/*below : the very general site layout*/

body {
	background-color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	margin: 0px;
	padding: 0px;
	text-align: center; /*IE centering*/
	text-decoration: none;
	font-weight: normal; 
  	font-size: 13px;
  	font-variant: normal;
  	font-style: normal;
	letter-spacing: 0px;

}
a:link, a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover, a:active {
    text-decoration: none;
}
img {
    border: none;
}
table {
    border-collapse: collapse;
}
td {
    padding: 0;
    vertical-align: top;
}

.mediaitem {
	margin: 10px 0px 0px 10px;
}
small {
    margin: 10px 0px 30px 10px;
}

h3 {
	margin: 33px 0px 10px 0px;
	padding: 0px;
	font-size: 24px;
	text-transform: capitalize;
	font-weight: bold;
}
h4 {
	margin: 15px 0px 5px 7px;
	padding: 0px;
	line-height: 1.3em;
	font-size: 18px;
	font-weight: normal;
}

p {
	margin: 20px 0px 30px 10px;
	padding: 0px;
	text-align: left;
	line-height: 1.3em;
}




/*below : the lightbox elements layout*/

.lightboxOverlay {
    z-index:50;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:0;
    filter:alpha(opacity=0); /*IE*/
    cursor:pointer;
}
.lightboxContainer {
    z-index:51;
    position:absolute;
    left:-9999em;
    opacity:0;
    filter:alpha(opacity=0); /*IE*/
    background:#fff url('../layout/loading.gif') 50% 50% no-repeat;
    border: solid 1px #eee;
    cursor:pointer;
}
.lightboxClose {
    z-index:52;
    position:absolute;
    left:-9999em;
    padding:5px 10px 5px 10px;
    background:#eee;
    color:#007eff;
    font-weight:bold;
    opacity:0;
    filter:alpha(opacity=0); /*IE*/
    border-top:solid 2px #007eff;
    cursor:pointer;
}




/*container*/

#container {
    width: 1000px;
    margin: 0 auto;
	text-align: left;
}




/*header*/

#header {
    margin: 0px 0px 25px 0px;
	height: 166px;
}
#language {
    float: right;
    clear: none;
    margin: 20px 0px 0px 0px;
}



/*content*/

table#content {
    line-height: 1.3em;
}




/*td#main*/

td#main {
    width: 780px;
}

.section {
    float: left;
    clear: none;
    margin-right: 30px;
}

.piece {
    margin: 20px 10px 10px 10px;
    padding: 5px 10px 5px 5px;
    background: url("./layout/bkgd_piece.gif");
    color: #333;
}

#explanation {
    padding-top: 13px;
}





/*td#sidebar*/


td#sidebar {
    padding-left: 20px;
    width: 220px;
}




/*footer*/

#footer {
    margin-top: 15px;
    padding-top: 15px;
	height: 50px;
    text-align: center;
    /*font-family: Arial, sans-serif;
    font-size: 12px;*/
	letter-spacing: 1px;
	/*border-top: solid 1px #000000;*/
}