@charset "utf-8";
/* CSS Document */

body,td,th {
	color: #888;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
}
body {
	background-color: #EBEBEB;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-shadow: 0px 0px 2px #222;
}
a {
	color: #132C5C;
	text-decoration: none;
	-webkit-transition : all 0.3s linear;
}
a:hover {
	text-decoration: underline;
	color: #E8D098;
}
img {border: 0}
#wrap {
	width: 800px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	border: 10px solid #FFFFFF;
	-moz-border-radius: 2px;  /* Firefox */
	-webkit-border-radius: 2px;  /* Safari */
	border-radius: 2px; /* CSS3 */
	-webkit-box-shadow: 0px 0px 10px #ccc;  /* safari */
	-moz-box-shadow: 0px 0px 10px #ccc;   /* firefox */
	box-shadow: 0px 0px 10px #ccc;  /* CSS3 */
	background-color: #000000;
}
#wrap #header {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#wrap #content {
	margin-top: 35px;
	margin-right: 25px;
	margin-bottom: 35px;
	margin-left: 25px;
}
#wrap #content h2 {
	margin: 0px;
	font-size: 1.5em;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #140A05;
	color: #CCCCCC;
	clear: both
}
#wrap #content .content {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	line-height: 1.8em
}
#wrap #content .content dl {
	margin:5px 4px;
	padding: 0px;
}
#wrap #content .content dt {
	text-align: center;
	float: left;
	width: 40px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #333333;
	margin-right: 15px;
}
#wrap #footer {
	line-height: 50px;
	font-size: 10px;
	text-align: center;
	color: #333333;
	clear: both
}



.is {
    float: left;
}
.is img {
	padding: 4px;
	margin: 5px;
	background-image: url(images/stripe_background.png);
	width: 25px
}
.is img:hover {
	background-image: url(images/menu_stripe_background.png);
}
.image .phz{
	padding: 4px;
	margin: 5px;
	background-image: url(images/stripe_background.png);
	width: 25px
}
.image .phz:hover {
	background-image: url(images/menu_stripe_background.png);
}

.content:after {
	content:" ";
	display: block;
	height: 0px;
	clear: both;
	line-height: 0;
    font-size: 0;
	visibility: hidden;
}