/* Construct */
HTML, BODY {
	margin: 0px;
}
#header {
	width: 749px;
	height: 123px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 16px;
	padding-right: 30px;
}
#wraper {
	width: 779px;
	margin-left: auto;
	margin-right: auto;
}
#menu {
	width: 146px;
	margin-left: 7px;
	float: left;
}
#content {
	width: 575px;
	margin-left: 176px;
}
#clearfooter {
	height: 1px;
	width:100%;
	clear:both;
}
#footer {
	width: 603px;
	height: 86px;
	padding-left:176px;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
.content_top {
	width: 521px;
	height: 21px;
	margin-left: 20px;
	maring-right: 37px;
	padding-left: 20px;
}
.content_middle {
	width: 521px;
	margin-left: 20px;
	maring-right: 37px;
	padding-left: 6px;
	padding-right: 4px;
	margin-top:0px;
	margin-bottom:0px;
	padding-top: 4px;
	padding-bottom: 6px;
}
.content_bottom {
	width: 521px;
	height: 10px;
	margin-left: 20px;
	maring-right: 37px;
	padding-left: 6px;
	align: center;
}
.tip {
	width: 513px;
	margin-left: 20px;
	maring-right: 37px;
	padding:6px;
	margin-bottom: 30px;
}
/* Construct end */

/* Fonts and colors */
BODY {
	font-family: Verdana, Times, serif;
	color: #333333;
	font-size: 0.95em;
	background-image: url('images/body_back.png');
	text-align: center;
}
#header {
	background-image: url('images/header_back.png');
	text-align:right;
}
#wraper {
	background-image: url('images/content_back.png');
	text-align: left;
}
#menu {
	text-align: center;
}
#content {
}
#footer {
	background-image: url('images/footer_back.png');
	font-size: 0.7em;
}
#copy {
	font-size: 1em;
}
.content_top {
	background-image: url('images/content_middle.png');
	font-weight: bold;
	font-size:0.9em;
}
.content_middle {
	border: 1px solid #cc0000;
	background-image: url('images/content_middle.png');
	font-size:1em;
}
.content_bottom {
	background-image: url('images/content_bottom.png');
}
.tip {
	border: 1px solid #cc0000;
	color: #550000;
	background-color:#E1E2E3;
	font-size: 0.9em;
}
.tip strong {
	font-size: 0.9.em;
	color: #CC0000;
}
/* Font and colors end */

/* links start */
a:link {
	color: #CC0000;
	text-decoration:underline;
}
a:visited {
	color: #CC0000;
	text-decoration:underline;
}
a:active {
	color: #CC0000;
	text-decoration:underline;
}
a:hover {
	color: #000000;
	text-decoration:underline;
}
/* links end */
