*
{
	font-family: Verdana;
	font-size: 12px;
	color: #2e2a22;
}

body
{
	padding: 17px;
	background-color: #dac39c;
}

.site_container
{
	text-align: center;
	border: 1px solid #f3e7d3;
	width: 100%;
	height: 100%;
}

.content_main
{
	height: 100%;
	width: 976px;
	text-align: center;
	border: 1px solid #f3e7d3;
	background-color: #dfcfb4;
}

img
{
	border: 0px;
}


h1
{
	font-family: TimesNewRoman;
	font-size: 24px;
	color: #2e2a22;
	padding-bottom: 20px;
}

h2
{
	font-family: TimesNewRoman;
	font-size: 18px;
	color: #2e2a22;
	padding-bottom: 0px;
	text-decoration: bold;
}

.content
{
	padding: 20px 75px 10px 40px;
	background-color: #dfcfb4;
	width: 100%;
	line-height: 1.5;
}

.content a
{
	color: #684408;
	
	text-decoration: underline;
	font-size: 12px;
	cursor: pointer;
}

.hand_with_card 
{
	background-color: #dfcfb4;
	vertical-align: top;
	width: 247px;

}

ul
{
	list-style-type: none;
}

li
{
	padding-left: 10px;	
}

p
{
	padding-bottom: 15px;
}

a.link1
{
	color: #2e2a22;
	text-decoration: none;
	font-size: 12px;
}