﻿

body{
background-image: url("images/ns_bkgd.gif");
margin:0;
padding:0;
line-height: 1.5em;
    font-size: x-small;
    color: black;
    font-family: Sans-Serif;
    background-color: #ffff33;
}

b{font-size: 110%;}
em{color: red;}

#topsection
{
background-image: url(images/mp_files/ns_sideartist.gif);
height: 126px; /*Height of top section*/
/*margin: 0 200px 0 200px;*/
text-align: center;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 130px 0 130px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
background-image: url("images/mp_files/neartis_mockup_07.gif");
float: left;
width: 130px; /*Width of left column*/
margin-left: -100%;
}

#rightcolumn{
background-image: url("images/mp_files/neartis_mockup_07.gif");
float: right;
width: 130px; /*Width of right column*/
margin-left: -130px; /*Set left marginto -(RightColumnWidth)*/
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}


.mylink
{
    color: blue;
}
.droplist
{
    background-color: #ffff33;
    font-size: x-small;
    font-family: Sans-Serif;
    color: black;
    font-weight: bold;
}
pager
{
    font-weight: bold;
    font-size: large;
    color: black;
}

.textartista
{
    font-size:small;
}


.linkopaco img {
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
}
 
.linkopaco:hover img {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
}
