
body {
	background: #FFFFFF url('/media/images/bg_body.jpg') no-repeat 0 290px;
}

h1, h2, h3, h4, h5, h6, p {
	font-family: 'Pontano Sans', sans-serif;
}

h1, h2, h3, h4 {
	font-weight: normal;
	text-shadow: 0 2px 2px #CCC;
}

h1 {
	font-size: 52px;
	line-height: 58px;
	margin-top: 40px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 16px;
	margin: 0 0 10px 0;
}

a, a:visited {
	color: #0000CC;
	text-decoration: none;
}

a:hover {
	color: #383BEF;
}

#fold_start {
	background-color: #FFFFFF;
	width: 100%;
	min-height: 100px;
	margin-top: 340px;
	border-top: 1px solid #111111;
}

.space {
	margin-top: 10px;
	margin-bottom: 10px;
}

.big-space {
	margin-top: 20px;
	margin-bottom: 20px;
}

.logo {
	height: 59px;
	margin-top: 75px;
	background-image: url('/media/images/sprite.png');
	background-repeat: no-repeat;
	background-position: 40px 0;
}

.cali h2 {
	text-indent: 55px;
	height: 52px;
	line-height: 52px;
	background-image: url('/media/images/sprite.png');
	background-repeat: no-repeat;
	background-position: 0 -70px;
}

.license {
	border-left: 1px solid #CCCCCC;
}

.license h3 {
	height: 52px;
	line-height: 52px;
	text-indent: 25px;
	margin: 0;
	padding: 0;
}

.contact {
	text-align: center;
}

.contact p {
	font-size: 24px;
	text-shadow: 0 2px 2px #CCC;
}