* {
	margin: 0;
}
html, body {
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 100%; 
	
	/* formatting */
	background: url(../images/layout/bg.png);
	min-height: 750px;
	min-width: 1000px;
	margin: 0px;
	/* end formatting */
}

.header {
	word-spacing: 15px;
	letter-spacing: 3px;
	font-family: Tahoma, Helvetica, Verdana, Arial, sans-serif;
	text-align: center;
	background: top repeat-x url(../images/layout/title_bg.png);
	height: 273px;
	font-size: 17px;
}

.title {
	width: 100%;
	height: 273px;
	background: center no-repeat url(../images/layout/title.png);
	text-align: center;
}

.menu {
	width: 100%;
	height: 61px;
	padding-top: 230px;
	text-align: center;
}

.menu p {
	padding-left: 90px;
}

.menu a, a:active, .menu a:visited {
	color: #ffffff;
}
.menu a:hover {
	font-style: italic;
	color: #bd9b43;
	text-decoration: none;
}

.document-frame {
	background-image:url(../images/layout/top_bg.png);
	background-repeat: repeat-x;
	width: 100%;
	min-height: 302px;
}
.content {
	background-image: url(../images/layout/content_bg.png);
	margin-right: 220px;
	margin-left: 220px;
	font-size: 13px;
	min-height: 400px;
	padding: 10px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	CCborderRadius: 10px;
}

.left_bottom_watermark {
	position:  fixed;
	left: 0px;
	bottom: 0px;
	z-index: 0;
}

.right_bottom_watermark {
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index: 0;

}

a, a:visited {
	text-decoration: none;
	color: #514031;
}
a:active, a:hover {
	text-decoration: underline;
	color: #2a95a7;
}
