body {
	background-image: url("img/bkg_page.jpg");
	background-repeat: repeat-x;
	font-size: 16px; 
	font-family: 'Poppins',arial,helvetica; 
	font-weight: normal; !important; 
	color: #666;
	background-color: #fff;
	margin: 0;
}
.container {
	width: 1000px;
	margin: 0 auto;
}
.header {
	float: left;
	margin-bottom: 50px;
}
.menu {
	float: right;
	text-align: right;
	margin-top: 69px;
	width: 42%;
}
.menu li {
	display: inline-block;
	text-align: right;
}
.menu li a {
	padding: 20px 10px;
}
.menu li a:hover {
	background-color: #fff;
}
.content {
	margin: 20px 0 30px;
	font-weight: 300;
	clear: both;
}
.column {
	width: 50%;
	margin: 0 0 15px 0;
	float: left;
	font-weight: 300;
}
a {
	color: #0066cc; 
	text-decoration: none;
}
a:hover {
	color: #663399; 
	text-decoration: none;
}
h1, h2, h3, h4 {
	font-family: 'Montserrat',arial,helvetica; 
	font-weight: 400; 
	color: #0066cc;
}
h1 {
	font-size: 32px; 
	color: #663399;
	margin: 15px 0 12px 0;
}
h2 {
	font-size: 26px; 
	margin: 0px 0px 3px 0px;
}
h3 {
	font-size: 26px; 
	margin: 3px 0px 0px 0px;
}
h4 {
	font-size: 24px; 
	color: #663399;
	margin: 20px 0px 20px 0px;
}
.name {
	font-family: 'Montserrat Alternates',arial,helvetica; 
	font-weight: 400; 
	color: #663399;
}
.name2 {
	font-family: 'Montserrat Alternates',arial,helvetica; 
	font-weight: 700; 
	color: #663399;
}
strong {
	font-weight: 700;
}
.text {
	font-size: 16px;
	font-weight: 300 !important;
	color: #666;
	line-height: 1.2;
	margin: -16px 0 20px 0;
}
.sub {
	font-size: 12px;
	font-weight: 300;
	color: #999;
}
.center {
	margin-top: 30px;
	text-align: center;
}
#marg {
	margin: 0px 0px 0px 24px;
}