@charset "UTF-8";
.header {
	height: 200px;
	width: 750px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
.header .menu {
	margin-top: 110px;
}
.header .menu a {
	padding-left: 12px;
	font-family: Tahoma, "Trebuchet MS", Verdana;
	font-size: 0.8em;
	text-decoration: none;
	color: #677799;
	font-weight: normal;
}
.header .menu a:hover {
	text-decoration: none;
	color: #5CA1E6;
}
.content {
	background-color: #F3F7FD;
	font-family: Tahoma, "Trebuchet MS", Verdana;
	font-size: 0.8em;
	color: #666666;
	line-height: 1.8em;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
}
.content a {
	color: #333333;
	text-decoration: none;
}
.content a:hover {
	color: #999999;
}
.content h1 {
	font-size: 1.5em;
	color: #5EA1E7;
	font-weight: normal;
}
.content h2 {
	font-size: 1em;
	color: #A9CDF2;
	font-weight: bold;
}
.footer {
	font-family: Tahoma, "Trebuchet MS", Verdana;
	font-size: 0.7em;
	color: #999999;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top: 10px;
}
.footer a {
	color: #333333;
	text-decoration: none;
}
.footer a:hover {
	color: #999999;
}
.img_bar {
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}.img_bar  img  {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.wrapper {
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #6f6f6f;
	border-left-color: #6f6f6f;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #6f6f6f;
}
