html {
	height: 100%;
}
img {
	border: 0px;	
}

body {
	height: 100%;
	margin: 10px auto;
	padding: 0px;
	text-align: center;
	background-color: #B2AA7E;
}

.container {
	width: 830px;
	height:100%;
	margin: 0px auto;
	background-image: url("./images/common/content_bg.gif");
}

.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #455A21;
	padding: 20px;
}

.content a {
	color: #949B51;
	text-decoration:none;
}

.content a:hover {
	color: #B2AA7E;
	text-decoration:underline;
}

.content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #455A21;
}

.content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #949B51;
}

.links ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #455A21;
	font-weight: bold;
	display: block;
	list-style-type: none;
	line-height: 14px;
}

.links li {
	padding:0px;
}

.links a {
	color: #949B51;
	text-decoration:none;
	font-weight: normal;
	padding: 0px;
}

.links a:hover {
	color: #455A21;
	text-decoration:underline;
	font-weight: normal;
}
