/*******************************************************
TITLE: Fixed Box Layout  V1.0
DATE: 20060809
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/

html {
    height: 100%;
}

body {
margin:0em;
padding:0;
height:100%;
background-color:#fdfdfd;
color:#000000;  
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:.9em;
}

#container {
    position: relative;
    min-height: 100%;
}


a {
color:#ccc000;
text-decoration:underline;
}

a:hover {
color:#eeeeee;
text-decoration:none;
}

blockquote {
margin:1em;
padding:.5em;
background-color:#eeeeee;
border-top:1px solid #cccccc;
border-bottom:1px solid #cccccc;
}

blockquote p {
margin:.2em;
}

.mainpieces img {
border-style: none;
padding: 5px 5px 5px 5px;
}

#centerColumn { 	
margin:0 auto;
padding:1em;
width:59em;
text-align:left;
vertical-align: middle;	
background-color:#FFFFFF;
border-style: none;
}

#centerColumn h2 {
margin:0 0 -.5em 0;
padding:.75em 0 0 0;
font-size:1em;
letter-spacing:.1em;
}

#header {
background: url(eblogo.jpg) no-repeat;
height: 122px;
width: 820px;
padding:0 0 0 0;
text-align: center;
}

#header h1 {
display:none;
}

#header h2 {
display:none;
}

#nav {
margin:0 0 1em 0;
padding:.4em 0 0 0;
}

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

#nav li {
margin:0;
padding:.25em;
display:inline;
}

#gheycontainer {
    position: relative;
    min-height: 100%;
    height: 100%;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: auto;
}

html>body #gheycontainer {
    height: auto;
}

#footer {
background: url(logoblacktray.jpg) repeat-x;
position:absolute;
bottom:0;
left:0;
margin:5em 0 -8em 0;
width: 100%;
padding:0;
height:35px;
line-height:3em;
text-align:center;
font-size:.7em;
background-color:#222222;
border-top:1px solid #999999;
}


a.srollovera {
    display: block;
    float: right;
    width: 300px;
    height: 57px;
    background: url("boxEng.png") 0 0 no-repeat;
    text-decoration: none;
}

a:hover.srollovera {
    background-position: -300px 0;
}

a.srolloverb {
    display: block;
    float: right;
    width: 300px;
    height: 57px;
    background: url("boxPol.png") 0 0 no-repeat;
    text-decoration: none;
}

a:hover.srolloverb {
    background-position: -300px 0;
}
a.srolloverc {
    display: block;
    float: right;
    width: 300px;
    height: 57px;
    background: url("boxChin.png") 0 0 no-repeat;
    text-decoration: none;
}

a:hover.srolloverc {
    background-position: -300px 0;
}

a.srolloverd {
    display: block;
    float: right;
    width: 300px;
    height: 57px;
    background: url("boxJap.png") 0 0 no-repeat;
    text-decoration: none;
}

a:hover.srolloverd {
    background-position: -300px 0;
}












