body, html {
margin : 0 0 0 0;
padding : 0 0 0 0;
height : 100%;
width : 100%;
background-color : #F8F2E5;
background-image : url(images/bg.gif);
background-repeat : repeat;
font-family : Arial, Verdana, Helvetica, sans-serif;
font-size : 12px;
}

#container {
width : 800px;
background-image : url(images/content-bg.gif);
background-repeat : repeat;
margin-top : 0;
margin-left : auto;
margin-right : auto;
margin-bottom : 0;
border-left: 1px solid #993300;
border-right: 1px solid #993300;
border-top: 10px solid #993300;
}

#container-top {
width : 800px;
height : 80px;
padding-top: 10px;
margin-left: auto;
margin-right: auto;
border-bottom: 20px solid #993300;
}

.img-left {
float: left;
}

.img-right {
float: right;
}

#top-navigation {
width : 800px;
margin-left: auto;
margin-right: auto;
height : 30px;
border-bottom: 10px solid #E69900;
font-weight : normal;
letter-spacing : 0.5px;
font-size: 13px;
}

ul#navigation-top {
margin: 0 0 0 0;
padding:0 0 0 0;
margin-left: 30px;
}

#navigation-top li {
display: inline;
list-style:none;
height: 20px;
padding: 0px 30px 0 20px;
border-right: 1px solid #E69900;
}

#navigation-top li a {
color:#996600;
text-decoration: none;
line-height: 30px;
}

#navigation-top li a:hover {
text-decoration: underline;
color: #E64C00;
}

#right {
color:#333333;
width: 200px;
padding-top: 30px;
float: right;
background-color: #f9e5c5;
background-image : url(images/left-bg.gif);
background-repeat : repeat;
}

iframe{
   border: none;
   height: 680px;
   width: 217px;
}

#content {
width: 500px;
height:auto;
margin-right:200px;
padding-bottom: 10px;
}

#content img {
border:1px solid #993300;
margin-right: 10px;
}

#content-content {
margin-left: 40px;
padding-top: 20px;
padding-bottom: 10px;
color:#333333;
letter-spacing : 1px;
}

#content a {
color:#E64C00;
text-decoration: underline;
}

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

span.content {
font-weight: bold;
color: #E64C00;
}

span.font {
font-weight: bold;
color: #993300;
}

#content li {
padding : 2px 0 2px 0px;
margin : 10px  0 0 0;
}

span.text {
font-weight:bold;
}

span.navi {
font-weight:bold;
color:#996600;
}

h1 {
color: #993300;
font-size : 15px;
letter-spacing: 2px;
}

hr {
border : 0 none;
border-top : 1px solid #E69900;
height : 1px;
margin-top: 20px;
}


#footer {
border-top: 10px solid #993300;
height: 25px;
color: #666666;
clear : both;
margin: 5px 0px 0 0;
padding: 5px 0 0 10px;
font-size: 10px;
}



















