 body {
	 font-family: "Book Antiqua";
	 background-image: url('images/background.jpg');
	 background-position: top center;
	 background-size: 100% auto;
	 background-repeat: no-repeat;
	 box-sizing: border-box;
	 background-color: #959293;
 }
 
 div {
	 /* border: 1px solid black; */
 }
 

 .menu_wrapper {
	 float: left;
     width: 13%;
     padding: 20% 0 0 2.5%;
	 font-size: 0.8em;
 }
 
 .content {
    float: left;
    width: 64.6%;
    margin: 12.2% -0% 7% 0.3%;
    padding: 0 2% 2% 2%;
    background-image: url(images/bg_content.jpg);
    box-sizing: border-box;
    background-repeat: repeat-y;
    background-size: 100% auto;
	border-bottom: 3px solid #855;
 }

 a:link, a:visited, a:hover, a.active {
	font-family: "Book Antiqua";
	color: #800000;
	
}


a.menu_link {
	font-family: "Book Antiqua";
	color: #000000;
	text-decoration: none;
}

a.lj_link	{
	color:#3F5F9E !important;
	text-decoration:none;
	font-weight: bold;
}

td {
	font-family: "Book Antiqua";
	color: #000000;
	font-style: normal;


}
p {
	font-family: "Book Antiqua";
	color: #000000;
}
ul {
	font-family: "Book Antiqua";
	color: #000000;
}

table.monster_table tbody tr td
{
 font-family: "Arial Narrow", Arial, serif;
 font-size: 11px;
}

h1,h2,h3, h4
{
	color: #800000;
	display: block;
	text-align: center;
	clear: both;
}

h4 {text-align: left;}

h1.black, h2.black, h3.black, h4.black
{
	color: #000000;
	margin: 0;
	padding: 0;
}

.menuitem {
text-align: center;
}

.subheader	{
	font-weight: bold;
}

.definition	{
	text-decoration: underline;
}

.avatar	{
	width: 200px;
	height: 200px;
}

.contacts img	{
	max-width: 20px;
	max-height: 20px;
}

td.photo	{
	width: 220px;
	text-align: center;
}

.character {
	width: 220px;
	min-height: 320px;
	text-align: center;
	vertical-align: top;
	display: inline-block;
	padding: 0 10px;
	font-size: 0.9em;
	
	margin: 0 auto;
}

.chars_table {
	text-align: left; 
	font-family: "Book Antiqua"; 
	font-size: 13px;
	text-align: center;
	padding: 20px 10px 0;
	margin: 5px 0 10px;
	overflow: auto;
}