
/*
	background-image: 
	url('logo3.jpg');
	background-repeat: 
	no-repeat;
	background-attachment: 
	fixed;
background-position: 100% 0%; 
*/




body

{ 
	background-color:   #ccc;
        font-family:        Verdana, Arial, "Helvetica sans-serif";
        font-size:          15px;
        font-weight:        normal;
        color:              #000000;
    }



body.green

{ 
	background-color:   #33FF33;
        font-family:        Verdana, Arial, "Helvetica sans-serif";
        font-size:          15px;
        font-weight:        normal;
        color:              #000000;
    }




body.pink

{ 
	background-color:   #FF66CC;
        font-family:        Verdana, Arial, "Helvetica sans-serif";
        font-size:          15px;
        font-weight:        normal;
        color:              #000000;
    }




a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a:active {   
	color:#000; text-decoration: none;
}








#container { 
	margin: auto;
	width:892px;
    background:url(tony.jpg) no-repeat top center;
	position:relative;
}










.politik
    {
        font-weight:        bold;
	font-size:          32px;
        font-family:        arial black. Trebuchet MS, arial;
	letter-spacing:     0.01cm;
	text-transform:     uppercase;
    }

li

{line-height: 150%;}


table.main
    {
	width:		    450px;
        font-family:        Verdana, Arial, "Helvetica sans-serif";
        font-size:          16px;
        font-weight:        normal;
        background-color:   #ffffff;
        border: 	    1px black solid;
	padding-left:       10px;
    }


images
    {
	border: 1px black solid;
    }


h1
    {   
	font-size:	    10px;
    }
td
    {
        padding:            7px;
        vertical-align:     top;
    }



li
    {
        list-style:         none;
    }

.cyber
    {	
	font-size:          13px;
	letter-spacing:     0.4em;
	margin-top:	    -10px;
	padding:	    -30px 0 15px 15px;
    }




.back
     {
        font-family:        impact;
        font-size:          15px;
        font-weight:        normal;
     }

.links
{
	text-align:	    center;	
	font-family:	    Verdana, Arial, "Helvetica sans-serif";
	font-size:          14px; 
}


.rightnav
   {
	position:relative;
	float:right;
	text-align:right;
	padding-right:10PX;
	top:-35px;

        font-size:          12px;
}

em
	{
	color:red;
}


li
    {
        list-style:         none;

    }



.archivelinks
{
	text-align:	    left;	
	font-family:	    Verdana, Arial, "Helvetica sans-serif";
	font-size:          14px;
	padding-bottom:	    20px;
}

a.archivelinks:link {color: #000}
a.archivelinks:hover {color: #000}
a.archivelinks:active {color: #000}


.archivelinks_on
{
	text-align:	    left;	
	font-family:	    Verdana, Arial, "Helvetica sans-serif";
	font-size:          14px;
	padding-bottom:	    20px;
}

a.archivelinks:link {color: #666}
a.archivelinks:hover {color: #666}
a.archivelinks:active {color: #666}



#archive{
background:#fff; width:70%;}


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: black;
padding: 1px;
left: -1000px;
border: 1px black;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}




.search{
position:absolute;
top:15px;
left:10px;
width:200px;
}


.ads{
 position:absolute;
 top:7px;
 right:0;
 width:200px;
}