body	{
padding:						0px;
margin:							0px;
background-color:		#26231e;
font-family:				Verdana, Verdana, Geneva, sans-serif;
text-align:					center;
}

#content	{
width:							expression(document.body.clientWidth < 750? "750px": "auto" && document.body.clientWidth > 1022? "1022px": "auto");
max-width:					1022px;
min-width:					750px;
margin:							auto;
text-align:					left;
border:							1px #111111 solid;
margin-bottom:			15px;
}

#header	{
background-image:		url(imgs/header.png);
background-repeat:	no-repeat;
height:							156px;
width:							100%;
border-bottom:			1px #111111 solid;
}

#menu	{
background-image:		url(imgs/menubg.png);
width:							100%;
height:							27px;
border-bottom:			1px solid #111111;
}

#menu a.button	{
background-image:		url(imgs/buttonbg.png);
color:							#f8d28a;
height:							24px;
float:							left;
border-right:				1px #000000 solid;
border-left:				1px #000000 solid;
margin-right:				5px;
margin-left:				-1px;
padding-left:				10px;
padding-right:			10px;
padding-top:				3px;
text-transform:			uppercase;
text-decoration:		none;
font-size:					8pt;
}

#menu a.button:hover, #menu a.buttonactive, #menu a.buttonactive:hover	{
background-image:		url(imgs/buttonbghover.png);
color:							#000000;
height:							24px;
float:							left;
border-right:				1px #000000 solid;
border-left:				1px #000000 solid;
margin-right:				5px;
margin-left:				-1px;
padding-left:				10px;
padding-right:			10px;
padding-top:				3px;
text-transform:			uppercase;
text-decoration:		none;
font-size:					8pt;
}

#menu a.perliny	{
background-image:		url(imgs/buttonbg_dark.png);
color:							#f8d28a;
height:							24px;
float:							left;
border-right:				1px #000000 solid;
border-left:				1px #000000 solid;
margin-right:				5px;
margin-left:				-1px;
padding-left:				10px;
padding-right:			10px;
padding-top:				3px;
text-transform:			uppercase;
text-decoration:		none;
font-size:					8pt;
}

#menu a.perliny:hover, #menu a.perlinyactive, #menu a.perlinyactive:hover	{
background-image:		url(imgs/buttonbghover.png);
color:							#000000;
height:							24px;
float:							left;
border-right:				1px #000000 solid;
border-left:				1px #000000 solid;
margin-right:				5px;
margin-left:				-1px;
padding-left:				10px;
padding-right:			10px;
padding-top:				3px;
text-transform:			uppercase;
text-decoration:		none;
font-size:					8pt;
}

#menu a.stilalivekru	{
background-image:		url(imgs/buttonbg_dark.png);
color:							#f8d28a;
height:							24px;
float:							left;
border-right:				1px #000000 solid;
border-left:				1px #000000 solid;
margin-right:				5px;
margin-left:				-1px;
padding-left:				10px;
padding-right:			10px;
padding-top:				3px;
text-transform:			uppercase;
text-decoration:		none;
font-size:					8pt;
}

#menu a.stilalivekru:hover, #menu a.stilalivekruactive, #menu a.stilalivekruactive:hover	{
background-image:		url(imgs/buttonbghover.png);
color:							#000000;
height:							24px;
float:							left;
border-right:				1px #000000 solid;
border-left:				1px #000000 solid;
margin-right:				5px;
margin-left:				-1px;
padding-left:				10px;
padding-right:			10px;
padding-top:				3px;
text-transform:			uppercase;
text-decoration:		none;
font-size:					8pt;
}

#main	{
background-image:		url(imgs/mainbg.png);
}

a	{
color:							#e6bb68;
text-decoration:		none;
}

a:hover	{
color:							#aa8d55;
}

img.left	{
float:							left;
border:							0px;
margin-right:				5px;
margin-bottom:			2px;
}

img.category	{
width:							50px;
}

img.right	{
float:							right;
border:							0px;
margin-left:				5px;
}

#footer	{
width:							100%;
clear:							both;
height:							15px;
}

div.footer	{
clear:							both;
}

div.clearleft	{
clear:							left;
}

div.clearright	{
clear:							right;
}

font.accesswarn	{
color:							#ffbb39;
}
