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

body {
	color: #505050;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: url(img/back.png);
}

#liquid {
	width: 100%;
	max-width: 1280px;
	margin:auto
}

.line {
	height: 2px; 
	width: 100%; 
	background: #EA7900
}

.big {
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0 5px 0;
}

#menu {
	margin: 0 0 0 10px; 
	padding:0; 
	list-style-type:none
}

#menu li {
	background: url(img/ch_r.gif) no-repeat 0 50%; 
	padding-left: 15px
}

#menu a {
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

a {
	color: #D76847;
}

a:visited {
	color: purple;
}

a:hover {
	color: red;
	text-decoration: none;
}

#content {
	background: url(img/ant2.png) no-repeat bottom right #fff;
	padding: 10px;
}

#content p {
	text-align: justify
}

h1 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.img-wrapper {
	margin: 15px 15px 0 0;
	background: url(img/border.png) no-repeat bottom right;
	line-height:0;
	float: left;
}

.img-wrapper img {
	float:none;
	margin:0;
	background:#fff;
	padding:4px;
	border:1px solid #c5bdbd;
	position: relative;
	left: -5px;
	top: -5px;
}

#claim {
	background: #F4E6D0; 
	width: 90%; 
	margin: auto; 
	margin-bottom: 30px; 
	padding-left: 15px; 
	border: 2px dashed #d56a6a;
	color: #505050;
	font-size: 13px;
	text-align: left;
}


