body {
background-image: url("bg.jpg");
background-repeat: repeat;
}

h3 {
color: gray;
font-size: medium;
}

#a {
color: gray;
text-decoration: none;
}

#left {
float: left;
font-size: medium;
width: 10%;
height: 600px;
margin: 3px;
}

#left img {
padding: 1px;
margin-top: 8px;
margin-bottom: 8px;
}

#left h3.affiliates {
margin-bottom: 10px;
}

#left h3.listed {
margin-top: 10px;
margin-bottom: 10px;
}

#right {
float: right;
font-size: medium;
width: 10%;
height: 600px;
margin: 3px;
}

#right img {
padding: 1px;
margin-top: 8px;
margin-bottom: 8px;
}

#right h3.links {
}

#header {
width: 710px;
height: 310px;
background-image: url("banner.jpg");
background-repeat: no-repeat;
margin: 0 auto 5px;
}

#content {
width: 700px;
color: gray;
background-color: white;
font-size: medium;
text-align: center;
margin: 0 auto 5px;
border: 1px solid gray;
margin-top: 0.5px;
letter-spacing: 2px;
line-height: 2em;
filter:alpha(opacity=50);
opacity: 0.5;
-moz-opacity:0.5;
}

#content p {
filter:alpha(opacity=100);
opacity: 1;
-moz-opacity:1;
}

#prev1 {
float: left;
width: 100px;
height: 100px;
background-color: white;
margin-left: 3px;
}

#prev2 {
float: left;
width: 100px;
height: 100px;
background-color: white;
margin-left: 3px;
}

#enter {
text-align: center;
margin: 0px auto 5px;
}

a.linkopacity img {
filter:alpha(opacity=50); 
-moz-opacity: 0.5; 
opacity: 0.5;
}

a.linkopacity:hover img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
}




