html {
        background: url(../img/horizont.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}

#wrapper {
	position: absolute;
	width: 1000px;
	height: 720px;
	margin: -360px 0px 0px -500px;
	top: 50%; 
 	left: 50%;
	background-color: #fff;
	-webkit-box-shadow:  0px 0px 5px 0px #000;
	box-shadow:  0px 0px 5px 0px #000;
	overflow: hidden;
	padding-top: 10px;
	-webkit-border-radius: 30px 0px 30px 0px;
	border-radius: 30px 0px 30px 0px;
}


body.popup {
	padding-left: 20px;	
}

.leftcol {
	width: 340px;
	float: left;
	margin: 30px 0px 0px 40px;
}

.rightcol {
	width: 510px;
	float: right;
	margin: 10px 40px 20px 0px;
}

#footer {
	height: 145px;
	background-color: #54b12f;
	clear: both;
	position: absolute;
	bottom: 0px;
	width: 1000px;
}

#footer .leftcol {
	width: 380px;
	margin-top: 30px;
}

#footer .rightcol {
	margin-top: 0px;
}




h1 {
	font-family: 'Alice', serif;
	font-weight: 400;
	font-size: 38px;
	margin-bottom: 10px;
	margin-left: 45px;
	line-height:40px;
	padding-top: 10px;
}

h2 {
	font-family: 'Gudea', sans-serif;
	font-weight: 700;
	font-size: 17px;
	color: #54b12f;
	margin: 10px 0px 0px 0px;
}

h3 {
	font-family: 'Alice', serif;
	font-weight: 400;
	font-size: 28px;
	color: #fff;
	padding-top: 20px;
}

p {
	margin-left: 0px;
	font-family: 'Gudea', sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin: 5px 0px 0px 0px;
}

strong {
	font-weight: bold;
	color: #54b12f;
}

a {
	color: #54b12f;
	outline: none;
	font-weight: bold;	
	text-decoration: none;
}

a:hover {
	color: #000;
}

a.vita {
	-webkit-border-radius: 10px 0px 10px 0px;
	border-radius: 10px 0px 10px 0px;
	border: 1px solid #54b12f;
	padding: 10px 20px 10px 20px;
	margin: 0px 0px 0px 30px;
}

.leftcol img {
	margin: 0px 0px 20px 0px;	
}


#footer a {
	color: #fff;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
}

#footer p {
	color: #fff;	
	padding: 0px 0px 10px 0px;
}

li {
	line-height: 22px;
	font-family: 'Gudea', sans-serif;
	
}


#colorbox h1 {
	margin-left: 37px;	
}


#colorbox h3 {
	font-size: 20px !important;
	color: #000 !important;
	padding-top: 0px !important;
}


#colorbox p,
#colorbox h2 {
	margin-left: 40px !important;
}

