body {
    font-family: Verdana;
    font-size: 70%;
    background: rgb(41,41,41);
    color: rgb(228,228,228);
    display: block;
}

h2, h3 {
	background: rgb(100,100,100);
	padding-bottom: 2px;
	padding-top: 2px;
    padding-left: 5px;
    border-bottom: 1px rgb(18,18,18) solid;
}
h4 {
	padding-bottom: 2px;
	padding-top: 2px;
    padding-left: 5px;
    border-bottom: 1px rgb(18,18,18) solid;
    box-shadow: 0px 1px 0px rgb(81,81,81);
}
h1, h2, h3, h4 {
	color: #fff;
}

a {
	color:#72B000;
}

img {
	border-style: none;
}

ul, li {
	list-style-image: url(../images/bullet.png);
	padding-top: 2px;
	margin-top:0;
}

table {
	border-collapse: collapse;
	font-size: 100%;
}

td, th {
	padding: .3em;
	text-align: left;

}
td {
	background: rgb(61,61,61);
}
td.sectionTitle {
	background: rgb(85,85,85);
}

thead {
	background: rgb(41,41,41);
	color: rgb(138,138,138);
	border-bottom: 1px rgb(18,18,18) solid;
	box-shadow: 0px 1px 0px rgb(81,81,81);
}

.alignLeft {
	float: left;
}

.alignRight {
	float: right;
}

#header, #leftmenu, #content, #footer
{
    border: 1px solid #515151;
    padding: 10px;
    background-color: #383838;
}

#header {
	margin-bottom: 10px;
	height: 78px;
}

#leftmenu {
	float: left;
	width: 230px;
}

#content {
	margin-left: 262px;
	width: 710px;
}

#footer {
	margin-top: 10px;
	clear: both;
}

#illust {
  border: 1px solid rgb(81,81,81);
  box-shadow: 3px 3px 5px rgba(18,18,18,0.5);
  border-radius: 8px;
}

figure {
    text-align: center;
    display: table;
}

figcaption {
  padding: 5px;
  font-family: Tahoma;
  font-size: 80%;
  font-weight: 700;
  border: none;
  background: transparent;
  word-wrap:normal;
}

