
@font-face {
	font-family: 'Klavika';
	src: url( '../resources/fonts/KlavikaWebBasicRegular.eot');
	src: url( '../resources/fonts/KlavikaWebBasicRegular.eot?#iefix') format('embedded-opentype'),
		 url( '../resources/fonts/KlavikaWebBasicRegular.woff') format('woff');
}

body {
	font-family: 'Klavika';
	letter-spacing: 1px;
	color: #6f6f6f;
	background-color: #4d4d4d;
}

img {
	border: 0;
}

#wrapper {
	width: 933px;
	position: relative;
	margin: 43px auto;
	background-color: #fff;
	padding: 38px 45px 14px 45px;
	-moz-box-shadow:    0px 0px 15px 3px #333;
	-webkit-box-shadow: 0px 0px 15px 3px #333;
	box-shadow:         0px 0px 15px 3px #333;
	border: 1px solid #333;
}

#header {
	height: 85px;
}

#logo {
	background-image: url("../resources/images/logo.jpg");
	position: absolute;
	right: 45px;
	top: 44px;
}

#navigation ul li{
	line-height: 25px;
}

#navigation ul li a{
	text-decoration: none;
	color: #6f6f6f;
}

#navigation ul li a:hover{
	color: #222;
}

#content {
	min-height: 595px;
	margin-top: 66px;
}

#footer img{
	position: absolute;
	right: 45px;
	bottom: 17px;
}

#footer a {
	text-decoration: none;
	color: #6f6f6f;
}

#footer a:hover {
	color: #222;
}

.column {
	width: 427px;
	float: left;
	line-height: 21px;
}

.column p {
	margin-bottom: 5px;
	font-size: 13px;
	letter-spacing: 0;
}

input {
	font-family: 'Klavika';
	padding: 2px 5px;
	color: #6f6f6f;
}

.errorMsg {
	color: #f44;
	margin-left: 2px;
}
