@charset "UTF-8";
/* CSS Document */

body {
	background: url(images/background.gif);
	background-repeat: repeat;
	font-family: Verdana, Geneva, sans-serif;
	text-align:center;
}


img a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#container {
	margin: 0 auto;
	width: 900px;
	text-align: left;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}

#header {
	margin-bottom: 20px;
}

#header #intro {
	margin-left: 33px;
}

#navigate {
	margin-bottom: 40px;
	background-image: url(images/logobk.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#navigate  ul{
	list-style-type: none;
}

#navigate #left {
	float: left;
	width: 450px;
}

#navigate #left ul#leftlist {
	float: left;
}

#navigate #left ul#leftlist li {
	margin-bottom: 30px;
}

#navigate #left ul#leftlist li a {
	display: block;
	background-image: url(images/links.gif);
	text-indent: -9999px;
	height: 49px;
	width: 178px;
}

#navigate #left ul#leftlist li#step1 {
	margin-left: 40px;
}

a#tumblr {
	background-position: 0 -49px;
}

#navigate #left ul#leftlist li#step2 {
	margin-left: 100px;
}

a#blog {
	background-position: 0 -98px;
}

#navigate #right {
	float: right;
	width: 450px;
}

ul#rightlist {
	float: right;
}

#navigate #right ul#rightlist li {
	margin-bottom: 30px;
}

#navigate #right ul#rightlist li a {
	display: block;
	background-image: url(images/links.gif);
	text-indent: -9999px;
	height: 49px;
	width: 178px;
}

#navigate #right ul#rightlist li#step4 {
	margin-left: -40px;
}

a#etsy {
	background-position: 0 -147px;
}

#navigate #right ul#rightlist li#step5 {
	margin-left: -100px;
}

a#freelance {
	background-position: 0 -196px;
}

.clear {
	clear: both;
}

#footer {
	margin-bottom: 20px;
	float: left;
	width: 400px;
	margin-left: 250px;
}

#footer ul {
	list-style-type: none;
}

#footer #contacts li {
	display: inline;
	list-style-type: none;
}
#contacts li a {
	background-image: url(images/contacts.gif);
	text-indent: -9999px;
	float: left;
	height: 120px;
	width: 95px;
}

#contacts li a#facebook {
	background-position: 0px -120px;
	margin-left: 10px;
	margin-bottom: 50px;
}

#contacts li a#twitter {
	background-position: 0px -240px;
	margin-left: 10px;
	margin-bottom: 50px;
}

#contacts li a#email {
	margin-left: 10px;
	margin-bottom: 50px;
}


#copy {
	margin-right: 23.5px;
	float: right;
}
