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


body{
font-family:"Century Gothic", Arial, Georgia, Helvetica, sans-serif;
font-size:14px;
background-image:url(images/origami.gif);
background-attachment:fixed;
background-position:bottom right;
background-repeat:no-repeat;
}

#container{
width:900px;
margin:30px auto;
}

#top{
width:800px;
padding:0px;
height:118px;
margin-left:auto;
margin-right:auto;
background-position:center;
background-repeat:no-repeat;
background-image:url(images/header.jpg);
}

#left{
float:left;
font-size:12px;
width:110px;
height:400px;
padding-left:10px;
}

#right{
float:right;
text-align:center;
font-size:12px;
height:400px;
padding:0px;
}

#main{
float:none;
margin-left:120px;
padding:10px;
min-height:500px;
width:650px;
}

#navbar{
width:800px;
height:34px;
padding:0px;
text-align:center;
margin-left:auto;
margin-right:auto;
clear:both;
}

#bottom{
clear:both;
text-align:center;
padding-top:5px;
height:49px;
margin-left:auto;
margin-right:auto;
margin-top:0px;
margin-bottom:0px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='images/footer.png');
}

#bottom[id]{
background-position:center;
background-repeat:no-repeat;
background-image:url(images/footer.png);
}

.imagecenter{
display:block;
margin:0 auto 20px auto;
}

.imageleft{
float:left;
margin:0 20px 0 0;
}

.quote{
font-family:"Courier New", Courier, monospace;
color:#999999;
width:455px;
font-size:17px;
text-align:center;
margin: 0 auto 1em auto;
}

.firstpara{
color:#999999;
}

.firstpara:first-letter{
font-size:36px;
font-family:"Times New Roman", Times, serif;
}

h1{
font-size:24px;
color:#333333;
letter-spacing:8px;
}

h2{
font-size:18px;
color:#666666;
text-align:center;
letter-spacing:10px;
}

h3{
font-size:18px;
margin:0;
padding:0;
}

li{
list-style-position:inside;
list-style-type:none;
}

a:link{
color:#d09460;
text-decoration:none;
}

a:visited{
color:#d3beac;
text-decoration:none;
}

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

a:active{
color:#dadada;
text-decoration:none;
}