<!-- 


body {
background: #000000; 

background-repeat: no-repeat;
background-attachment:fixed;
color: #ffffff;
font-family: "Georgia", "Times New Roman", "serif";
font-size: 14px;
}

#main {
margin: none;
width: 1400px;
height: 100%;
}

.header {
width: 837px;
height: 76px;
margin-top: 68px;
margin-left: 152px;
}

.menudiv {
width: 142px;
margin-left:152px;
float: left;
height: 100%;
}

.mc {
background: url(images/fuzz3.png);
background-repeat: no-repeat;
width: 695px;
margin-bottom: 25px;
padding-top: 26px;
padding-left: 22px;
padding-bottom: 72px;
height: 300px;
float: left;
height:auto;
}

.mc_nomenu {
background: url(images/fuzz3.png);
background-repeat: no-repeat;
width: 695px;
margin-left: 294px;
margin-bottom: 25px;
padding-top: 26px;
padding-left: 22px;
padding-bottom: 72px;
height: 300px;
float: left;
height:auto;
}


.contentgap {
height: 36px;
}


.releaseinfo1 {
width:407px;
padding-right:20px;
float: left;
}

.releasepic1 {
float: right;
width: 257px;
height: 257px;
}


.releaseinfo2 {
width: 407px;
padding-left: 20px;
float: right;
}

.releasepic2 {
width: 257px;
height: 257px;
float: left;
}


.general {
width:650px;
padding-right:20px;
float: left;
}

.tlisting{
list-style-type:none;
}

.desc {
color: #d1d1d1;
}


a.menu {
color: #ffffff;
text-decoration: none;
}

a.menu:hover {
color: #ecd181;
text-decoration: none;
} 

a.menu_current {
color: #ffffff;
text-decoration: underline;
}  

a.menu_current:hover {
color: #ecd181;
text-decoration: underline;
} 


a {
color: #e0f1f1;
text-decoration: underline;
border-style: none;
}

a:hover {
color: #e0f1f1;
text-decoration: none;
border-style: none;
} 


-->