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

body{
	margin-top:0px;
	background-color: #FFFFCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
.content{
	min-height: 470px;
	height: 100%;
	padding: 10px 20px;
}

.pic-content{
padding-top: 10px;
padding-right: 10px;
}

.pic-content img{
margin-bottom:10px;
}

h2 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	line-height: 19px;
	padding: 5px;
	background: url(images/title-bg.gif) repeat-x bottom;
	background-color:#B19638;
}

.bg-no-repeat{
background-repeat:no-repeat;
background-position: top right;
}