/* CSS Document */

body{
background: #000000 url(images/bg.jpg) repeat-x;
}

#content{
margin-left: auto;
margin-right: auto;
margin-top: 0px;
padding: 0px;
width: 800px;
font-size: 12px;
color: #000000;
background: #eeeeee;
}

#header{
clear: both;
width: 800px;
background: #000000;
padding: 0px;
}

#menu{
width: inherit;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: 600;
text-align: center;
padding: -1px;
}

.spacer{
height:10px;
}

#left{
width: 145px;
float: left;
background: #777;
padding: 10px;
}

#main{
margin: 0;
padding: 0 175px 0 175px;
font-family: Arial, Helvetica, sans-serif;
text-align: justify;
}

#right{
width: 145px;
float: right;
background: #777;
padding: 10px;
}

#footer{
clear: both;
margin-top: 20px;
padding-top: 5px;
padding-bottom: 10px;
width: inherit;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-align: center;
font-size: 10px;
}

.rss-title{
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
color:#FFFFFF;
font-size: 12px;
text-align: center;
font-weight: 600;
}

p.rss-title{
line-height: 12px;
}

ul.rss-items{
margin-left: -25px;
list-style-type: circle;
}

.rss-item{
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
color:#FFFFFF;
font-size: 12px;
text-align: left;
padding: 10px 0 0 0;
}

a.rss-item:hover, a.rss-title:hover{
color:#AAAAAA;
}

a.rss-item:visited, a.rss-title:visited{
color:#55555;
}

.internal p{
text-indent: 100px;
text-align: right;
}

a.foot:link, a.foot:visited{
color: #000000;
text-decoration: none;
}

p {
line-height: 20px;
}

a.foot:hover{
color: #555555;
text-decoration: none;
}

.text{
line-height: 20px;
}

/*jCarousel Controls*/
.jcarousel-control {
    margin-bottom: 10px;
    text-align: center;
}

.jcarousel-control a {
    font-size: 12px;
    text-decoration: none;
    padding: 1px 5px 2px 5px;
    margin: 0 0 5px 0;
    color: #fff;
    background-color: #777;
    font-weight: bold;
}

.jcarousel-control a:focus,
.jcarousel-control a:active {
    outline: none;
}

.jcarousel-scroll {
    margin-top: 10px;
    text-align: center;
}

.jcarousel-scroll form {
    margin: 0;
    padding: 0;
}

.jcarousel-scroll select {
    font-size: 75%;
}

#mycarousel-next,
#mycarousel-prev {
    cursor: pointer;
    margin-bottom: -10px;
    text-decoration: underline;
    font-size: 11px;
}

.style1 {font-size: medium}
