* {
	margin:0;
	padding:0;
}

body {
	font-family: 'arial rounded MT bold', arial, Helvetica, sans-serif;
	color: #222;
	font-size: 13px;
	line-height: 1.2;
}

.header {
	background-color: #3c0084;
	width: 100%;
	position:fixed;
	z-index: 21;
	}

#logo {
	width:407px;
	height:65px;
	background-color: #3c0084;
	padding: 10px 10px 10px 30px;
	float:left;
}

.content {
	padding: 105px 20px 20px 20px;
	
	float:right;
	margin-right: 30px;
	background-color: rgba(255, 255, 255, 0.5);
	width:407px;
	position: relative;
	z-index: 20;
}

.phone {
	float: right;
	padding: 30px 30px 0 26px;
	font-size: 26px;
	line-height: 35px;
	background: url(img/phone.gif) 0 36px;
	background-repeat: no-repeat;
	color: #fff;
}

#main-bg {
	height: 100%;
	position: fixed;
	z-index:1;
	top: 0;
	left: 0;
}

span {
	color: #3c0084;
}

a {
	text-decoration: none;
	color: #3c0084
}

a:hover {
	color: #3c0084;
	border-bottom: 1px solid #222;
}

h1 {
	color: #3c0084;
	font-size: 35px;
}

h2 {
	font-size: 29px;
	padding-left: 140px;
	color: rgb(123, 53, 162);
	margin-bottom: 30px;
}

h3 {
	font-size: 14px;
	margin-bottom: 10px;
	color: #3c0084;
}

h4 {
	padding-bottom: 10px;
	margin-top: 20px;
	font-size: 22px;
}

h4 a {
	color: rgb(123, 53, 162);
}

p {
	line-height: 1.4;
	padding-bottom: 15px;
}

.pdf-down {
	float: left;
	margin-right: 10px;
	margin-top: 20px;
}

.pdf {
	font-size: 10px;
	color: #666;

}

.copy {
	clear: right;
	font-size: 10px;
	color: #666;
	padding: 25px 0 0 0;
	text-align: right;
}

a img {
	border: none;
}

.contact {
	text-align: center;
}

