body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #200000;
	background-image: url('graphics/bottom_bg.png');
	background-position: center top;
	background-repeat: repeat-y repeat-x;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
font, td, p {
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	text-shadow: 0 0 1px rgba(0,0,0,0.3);
}
a, a:active {
	font-family: 'bankgothic-lt-bt-light-webfont', Arial, sans-serif; 
	font-size: 13px;
	color: #ffff00;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #afafaf;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: none;
}
.text-indent {
	text-indent: 30px;
}
.socialnetworking {
	height: 40px;
	text-align: center;
	vertical-align: middle;
	background-color: #151515;
	background-image: url('graphics/socialnetworking_bg.png');
}
#socialnetworking {
	border: 0px;
	width: 1024px;
	height: 30px;
	background-image: url('graphics/top_bg2.png');
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
.title_bg {
	background-image: url('graphics/top_bg2.png');
	background-repeat: repeat-y;
	background-position: center;
}
.title {
	background-image: url('graphics/title.png');
	background-repeat: no-repeat;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	height: 125px;
	width: 405px;
}
.sitemenu {
	border:1px solid #2a2a2a;
	border-radius: 2px;
	background: #2a2a2a;
	background-image: url('graphics/menu_bg.png');
	width: 170px; 
}
a.sitemenu2, a.sitemenu2:active {
	font-family: 'bankgothic-lt-bt-light-webfont', Arial, sans-serif; 
	font-weight: bold;
	font-size: 14px;
	color: #ffff00;
	text-decoration: none;
}
a.sitemenu2:hover {
	color: #ab0707;
}
a.sitemenu2:visited {
	color: #afafaf;
}
.subtitle {
	vertical-align: top;
	text-align: center;
	font-family: shoguns_clanregular, Arial, sans-serif;
	font-size: 36px;
	color: #ff0000;
	text-shadow: 0 0 2px rgba(150,0,0,150);
}
.content_box {
	vertical-align: top;
	text-align: center;
	background-color: #3f1515;
	border:3px solid #4a1515;
	border-radius: 10px;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
}
.links_cat {
	font-family: bignoodletitlingregular, Arial, sans-serif;
	font-weight: bold;
	font-size: 26px;
}
.button-link {
	font-family: 'bankgothic-lt-bt-light-webfont', Arial, sans-serif; 
	font-size: 12px;
    padding: 8px 10px;
    background-image: url('graphics/menu_bg.png');
	background-color: #2a2a2a;
    color: #ffff00;
	font-weight: bold;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #4a4a4a;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.button-link:hover, .button-link:visited {
	font-family: 'bankgothic-lt-bt-light-webfont', Arial, sans-serif; 
    background: #1a1a1a;
    border: solid 1px #4a4a4a;
	background-image: url('graphics/menu_bg.png');
    text-decoration: none;
}
.button-link:active {
	font-family: 'bankgothic-lt-bt-light-webfont', Arial, sans-serif; 
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #2a2a2a;
    border: solid 1px #4a4a4a;
	background-image: url('graphics/menu_bg.png');
}