/* CSS Document */
body {
	background-color: #000000;
	height: 100%;
}
#design {
	margin-top: 170px;
	color: #2A2A2A;
	float: left;
	width: 250px;
}
#clear {
	clear: both;
}
#lang {
	text-align: right;
	width: 200px;
	float: right;
	margin-top: 170px;
}
#lang a {
	color: #B43232;
}
#lang a:hover {
	color: #CE682B;
}

#footer {
	position: absolute;
	bottom: 0;
	padding: 0px;
	left: 0px;
}
#img {
	float: left;
}
#holder {
	float: left;
	width: 500px;
	margin-top: 250px;
}

div#header {
	background-repeat: no-repeat;
} 
div#logo {
	background-image: url(images/nameh.gif);
	background-repeat: no-repeat;
	height: 34px;
	width: 256px;
	margin-top: 30px;
	margin-left: 5px;
} 
div#globalnav	{
	border: 0;
	margin-left: 5px;
	padding: 0;
	margin-top: 5px;
	}

div#globalnav ul#menu	{
	margin: 0;
	padding: 0;
	position: relative;
	}

div#globalnav ul#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: -1px;
	}
	
ul#menu li, ul#menu a {
	height: 21px;
	display: block;
	}
	
div#globalnav ul#menu li a {
	text-indent: -9999px;
	text-decoration: none;
	}
	
	
#news {
	width: 42px;
	background-image: url(images/buttons/news.gif);
}
#mainpage {}
#bio	{
	width: 36px;
	background-image: url(images/buttons/bio.gif);
	height: 30px;
	left: 49px;
}
#gear	{
	left: 90px;
	width: 38px;
	background-image: url(images/buttons/gear.gif);
}
#gallery	{
	left: 135px;
	width: 53px;
	background-image: url(images/buttons/gallery.gif);
}
#disc {
	left: 194px;
	background-image: url(images/buttons/disc.gif);
	width: 88px;
}
#links	{
	left: 289px;
	width: 44px;
	background-image: url(images/buttons/links.gif);
}
#contact	{
	left: 339px;
	background-image: url(images/buttons/contact.gif);
	width: 57px;
}

#news a:hover {
	background-image: url(images/buttons/news_h.gif);
	width: 42px;
}
#mainpage a:hover {}
#bio a:hover	{
	background-image: url(images/buttons/bio_h.gif);
	width: 33px;
}
#gear a:hover {
	background-color: transparent;
	background-image: url(images/buttons/gear_h.gif);
	background-repeat: no-repeat;
	width: 38px;
}
#gallery a:hover {
	background-color: transparent;
	background-image: url(images/buttons/gallery_h.gif);
	background-repeat: no-repeat;
	width: 53px;
	height: 30px;
}
#disc a:hover {
	background-color: transparent;
	background-image: url(images/buttons/disc_h.gif);
	width: 88px;
	height: 30px;
}
#links a:hover {
	background-color: transparent;
	background-image: url(images/buttons/links_h.gif);
	background-repeat: no-repeat;
	width: 44px;
}
#contact a:hover {
	background-color: transparent;
	background-image: url(images/buttons/contact_h.gif);
	background-repeat: no-repeat;
	width: 56px;
}


#mainpage a.selected {
	background-image: url(images/buttons/main.gif);
	background-repeat: no-repeat;
}
#news a.selected {
	background-image: url(images/buttons/news.gif);
	background-repeat: no-repeat;
}
#bio a.selected	{
	background-image: url(images/buttons/bio.gif);
	height: 30px;
	width: 33px;
}
#gear a.selected {}
#gallery a.selected {background: transparent url(./navigation2.gif) -232px -42px no-repeat;}
#disc a.selected {background: transparent url(./navigation2.gif) -291px -42px no-repeat;}
#links a.selected {background: transparent url(./navigation2.gif) -338px -42px no-repeat;}
#contact a.selected {background: transparent url(./navigation2.gif) -372px -42px no-repeat;}

#news a.selected:hover {background: transparent url(./navigation2.gif) -10px -42px no-repeat;}
#bio a.selected:hover	{background: transparent url(./navigation2.gif) -82px -42px no-repeat;}
#gear a.selected:hover {background: transparent url(./navigation2.gif) -154px -42px no-repeat;}
#gallery a.selected:hover {background: transparent url(./navigation2.gif) -232px -42px no-repeat;}
#disc a.selected:hover {background: transparent url(./navigation2.gif) -291px -42px no-repeat;}
#links a.selected:hover {background: transparent url(./navigation2.gif) -338px -42px no-repeat;}
#contact a.selected:hover {background: transparent url(./navigation2.gif) -372px -42px no-repeat;}


#container {
	background-image: url(images/cont_bg.gif);
	background-repeat: repeat-x;
	bottom: 0px;
	top: 50px;
	position: relative;
}
