* {
   padding: 0;
}

body {
	width: 940px;
	height: 1679px;
	margin: 0 auto;
	background-image:url(images/layout/img-background.jpg);
	background-color: #f6f6f8;
	background-position: center;
	background-position-y: 0;
	background-repeat: no-repeat;
}

div#header {
	height: 60px;
	padding-top:60px;
	padding-bottom:40px;
	padding-right: 30px;
	background-image: url(images/layout/img-header.jpg);
	background-repeat: no-repeat;
}


div#container {
	overflow: hidden;
	background-image: url(images/layout/img-container.jpg);

/*
	padding-right: 10px;	
	padding-left: 10px;
*/
}

div#content {

}

div#bio{
	height: 548px;
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image:url(images/home/img-bio-background.png);
}

div#clients {
/*
	padding-bottom: 10px;
*/
}

div#map {
	height: 630px;
	padding-top: 70px;
	padding-left: 20px;
	padding-right: 20px;
	background-image:url(images/contacts/img-map-background.png);
}

div#contacts{
	height: 277px;
	padding-top: 30px;
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image:url(images/contacts/img-contact-details-background.png);
}

div#rightcolumn {
	width: 450px;
	float: right;
}

div#footer {
	padding-bottom: 20px;
}

h1{
font-family: Georgia;
font-size: 36px;
font-weight: lighter;
color: #ffffff;
}

h2{
font-family: Georgia;
font-size: 24px;
font-weight: lighter;
color: #ffffff;
}

p{
font-family: Georgia;
font-weight: serif;
font-size: 14px;
color: #ffffff;
}

a{
font-family: Georgia;
font-size: 14px;
color: #ffffff;
text-decoration: none;
}

a:hover{
font-family: Georgia;
color: #81c647;
text-decoration: none;
}

p.nav{
	font-family:Arial;
	font-size: 16px;
	color: #ffffff;
}

a.nav{
	font-family: Arial;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
}

a.nav:hover{
	font-family:Arial;
	font-size: 16px;
	color: #81c647;
	text-decoration: none;
}

p.content{
	font-family:Georgia;
	font-size: 16px;
	color: #000000;
}

a.content{
	font-family: Georgia;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}

a.content:hover{
	font-family:Georgia;
	font-size: 16px;
	color: #81c647;
	text-decoration: none;
}
a > img {
   border: 0;
}

p.footer{
	font-family:Arial;
	font-size: 12px;
	color: #000000;
}

a.footer{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

a.footer:hover{
	font-family:Arial;
	font-size: 12px;
	color: #81c647;
	text-decoration: none;
}

ul#clients li {
   	float: left;
   	list-style-type: none;
   	height: 250px;
}

ul#packages {
   padding: 0;
   margin: 0;
   list-style-type: none;
   overflow: hidden;
   width: 960px;
}

ul#packages li {
   float: left;
   width: 320px;
   height: auto;
}

ul#gallery {
   padding: 0;
   margin: 0;
   list-style-type: none;
   overflow: hidden;
   width: 960px;
}

ul#gallery li {
   float: left;
   width: 240px;
   height: 250px;
}

ul#links {
   padding: 0;
   margin: 0;
   list-style-type: none;
   overflow: hidden;
   width: 960px;
}

ul#links li {
   float: left;
   width: 320px;
   height: 85px;
}
