
/* --- GENERAL --- */

body{
	scrollbar-arrow-color:#5C605C;
	scrollbar-face-color:#000000;
	scrollbar-track-color:#000000;
	scrollbar-highlight-color:#5C605C;
	scrollbar-3dlight-color:#000000;
	scrollbar-shadow-color:#5C605C;
	scrollbar-darkshadow-color:#000000;

	background: #000000;

	font-family: Verdana,Helvetica,Arial;
	font-size: 11px;
	font-weight: normal;
	color: #A1A1A1;
	text-decoration:none;

	padding-right: 30px;
}

a { font-family: Verdana,Helvetica,Arial; font-size: 11px; font-weight: bold; color: #80150D; text-decoration:none;}
a:hover { background: #3F0802;}

p{font-family: Verdana,Helvetica,Arial; font-size: 11px; color: #A1A1A1; text-decoration:none;}

table{border: none; margin: 0px; padding: 0px;}

td {font-family: Verdana,Helvetica,Arial; font-size: 11px; font-weight: bold; color:#A1A1A1;}



/* --- MENU --- */

body.skull_menu{ 
	padding-right: 0px;
	background-image: url(images/BG_wall_Menu.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

a.menu:link {		font-size: 10px; font-weight: normal; color: #A1A1A1;}
a.menu:visited {	font-size: 10px; font-weight: normal; color: #A1A1A1;}
a.menu:hover {		font-size: 10px; font-weight: normal; color: #82160A; background: #3F0802;}
a.menu:active {		font-size: 10px; font-weight: normal; color: #A1A1A1;}

td.menutop {
	background-color:#808080;
	background-image: url(images/Menu_Iron_Top.gif);
	width: 140px;
	height: 20px;
}

td.menuheader {padding: 0px; width: 140px; height: 21px;}

td.menuitem {font-size: 10px; font-weight: normal; color: #A1A1A1; padding: 2px; padding-left: 0px; width: 140px;}

td.menuspace{height: 10px; width: 140px;}


/* --- MAIN TEXT --- */

body.skull_main{
	padding: 20px;
	background-image: url(images/BG_wall_Main.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

/* .header{ font-size: 13px; font-weight: bold; color: #A1A1A1; padding-top: 10px; padding-bottom: 15px; } */
.header{ font-size: 13px; font-weight: bold; color: #FFFFFF; padding-top: 10px; padding-bottom: 15px; }
.text				{ padding-bottom: 20px; }
.text_small			{ font-size: 10px; font-weight: normal; }
.text_listitem		{ padding-bottom: 5px; }
.text_listitem_pad	{ padding-bottom: 5px; padding-left: 10px; }
.text_listheader	{ padding-top: 25px; padding-bottom: 5px; }
.text_linefeed		{ height: 15px; }
.albumimage			{ border: 1px solid #555555; margin-right: 10px;}
.albumthumb			{ border: 1px solid #555555; margin-right: 5px; margin-top: 3px; float: left;}
.pad_left			{ padding-left: 10px; }
.red				{ color: #FF0000; }
.pics				{ width: 100%; }

