/* magu.css Mal H. 01/12/2008 */
        /*	background: url(images/magu_bg.jpg) fixed no-repeat 0px 80px; */

/* default font and scrollbar (IE only) */
body.text	{
		font-family: Arial, Helvetica, sans-serif;
		background-color: #2b1762;
		color: #ffc880;	
		scrollbar-arrow-color: gray;   
        	scrollbar-face-color: #2b1762;
        	scrollbar-highlight-color: #2b1762
        	}

body.thumb	{
		font-family: Arial, Helvetica, sans-serif;
		background: #2b1762 url(../images/magu_bg.jpg) fixed no-repeat 0px 80px; 
		color: #ffc880;
		scrollbar-arrow-color: gray;   
        	scrollbar-face-color: #2b1762;
        	scrollbar-highlight-color: #2b1762
        	}

/* image with border */
img.album 	{
		border: #ffc880 solid 1px;
		float: right
		}
		
/* thumb table cell */
td.thumb	{
		font-size: 12px;
		font-family: Arial, Verdana, Helvetica, Sans-Serif;
		font-weight: medium;
		color: #ffc880;
		width: 158px;
        	margin: 1px;
		}

/* thumbnail table */
table.thumb   	{
		border: none;
	 	display: inline;
	 	text-align: center;
	 	margin: 5px 5px 5px 5px
		}

/* border details for thumbnail image */
img.thumb 	{
	   	margin-top: 3px;
	  	border: solid navajowhite 1px 
	  	}
td		{
		font-family: Geneva, Arial, Helvetica, sans-serif;
        	font-size: 12px;
		font-weight: normal
		}
					
td.link		{
		border: #ffc880 solid 1px;
		color: #ffc880;
		text-align: center;
		width: 100px
		}

/* table cell borders:  top right bottom left */
td.nnnn		{
		border: none
		}
td.ssss		{
		border-style: solid solid solid solid;
		border-width: 1px;
		border-color: #ffc880
		}
td.nnns		{
		border-style: none none none solid;
		border-width: 1px;
		border-color: #ffc880
		}

/* general text */
p		{
		margin: 10px;
		text-indent: 15px
		}

/* menu links */	  
a.menu  	{
		text-decoration: none;
        	color: white
        	}
a.menu:visited 	{
		color: gray
	       	}
a.menu:hover	{
		color: white; 
		text-decoration: underline
	    	}

/* footer links */
a.foot  	{
		text-decoration: none;
        	color: #ffffff;
        	}
a.foot:visited 	{
		color: gray
	       	}
a.foot:hover	{	
		color: #ffc880; 
		text-decoration: underline
	    	}

