@charset "UTF-8";
/* CSS Document */

body {
font-family: "Century Gothic", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
color: #333333;
font-size: .8em;
margin: 0 auto;
background-image: url(../images/bg_right.png); 
background-position: top;
background-repeat: repeat-x;
background-color: #FFFFFF;
top:0;
}

#bgLeft { 
background-image:url(../images/bg_left.png); 
background-position: top;
background-repeat: repeat-x;
height: 235px;
width: 50%; 
max-width: 50%;
position: absolute; 
left: 0;
top:0;
z-index: 2;
}

#wrapper {
position: relative;
top: 0;
left: 0;
z-index: 3;
width: 50%; 
margin: 0 auto;
}

#container {
border: none;
top: 0;
position: relative;
z-index:3; 
width: 1024px;
left: 50%;
margin-left: -512px;
}

#content {
position: relative; 
top: 15px;
left: 135px;
width: 790px;
text-align: left;
z-index: 19;
}

.banner {
background-color: #FFFFFF;
border: none;
position: relative;
z-index: 5;
}

.floatRight {
float: right;
padding-left: 10px;
}

.floatLeft {
float: left;
padding-right: 110px;
padding-bottom: 100px;
}

#navContainer {
position: relative;
top: -45px;
left: 335px;
height: 22px;
z-index: 10;
text-align: left; 
}

.nav {
border: none;
text-decoration: none;
padding-left: 30px;
padding-right: 25px;
padding-top: 0;
position: relative;
z-index:11; 
display: inline-block;
}

a.nav:link, a.nav:visited {
border: none; 
text-decoration: none;
background-image: url(../images/navdot_yellow.png);
background-position: left;
background-repeat: no-repeat; 
}

a.nav:hover {
border: none; 
text-decoration: none;
background-image: url(../images/navdot_gray.png);
background-position: left;
background-repeat: no-repeat; 
}

#stamp {
position:relative;
z-index: 15;
left: 110px;
top 25px;
}

.intro {
font-size: 1.2em;
}

#footer { 
width: 100%;
position: relative; 
background-image:url(../images/bg_footer.png); 
background-repeat: repeat-x; 
background-position: top;
height: 72px;
color:#CCCCCC;
text-align: center;
z-index: 40;
}

.footerText {
font-size: 1em; 
position: relative;
top: 25px; 
text-align: center; 
}