body{		
background:#6f0620;
margin:0;
padding:0;
}

html, body {
	font-family:"verdana", "helvetica", sans-serif;
	font-size:12px;
	line-height: 18px;
	-webkit-font-smoothing: antialiased;
	color: #7f090d;
	text-align: left;
}

p, ul {
	margin: 10px 0;
}

ul {
	list-style-image: url("../i/bullet.png");
}

ul li {
	margin-bottom: 0px;
	margin-left: -27px;
	padding-left: 7px;
}

ul.none {
	list-style: none;
}

ul.none li {
	margin-bottom: 10px;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	z-index: 10;
	position: relative;
}

h4 {
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 0px;
}

.position {
	position: relative;
}

.shadow {
	position: absolute;
	top: -7px;
	left: -20px;
	font-size: 38px;
	font-weight: bold;
	color: #ead7d8;
	white-space: nowrap;
	z-index: 5;
}

table {
	margin-top: 17px;
	border: none;
}

th, td {
	padding: 1px 5px;
	text-align: left;
}

a {
	color: #7f090d;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

#body{
	margin: 20px auto 40px;
	width:840px;
	background-color: #FFF;
	box-shadow: -1px -1px 10px #4f0417;
	-webkit-box-shadow: -1px -1px 10px #4f0417;
	-moz-box-shadow: -1px -1px 10px #4f0417;
}

#top {
	background:url(../i/top.jpg) no-repeat;
	height:378px;
}

#content {
	background-image: linear-gradient(to bottom, transparent, #ebdcdf);
}

#inner {
	margin: 0;
	padding: 50px 160px 100px 50px;
	min-height: 600px;
	background: url(../i/ornament.png) no-repeat right bottom;
}

#top .col {
	margin: 190px 0 0 50px;
	float: left;
	display: inline-block;
}

#top {
	line-height: 14px;
}
				