/*

ORIGINAL CSS BY SIDNEY COLLINS
Feel free to steal :)

*/

body {
	margin: 0;
	padding: 0;
	background: url(images/bg.gif) top left;
	font: 83% "Verdana", "Arial", "Helvetica", sans-serif;
	color: #543c30;
	line-height: 1.7em;
}

img {
	border: 0;
}

acronym, abbr {
	border-bottom: 1px dotted #543c30;
	cursor: help;
}

h1, h2 {
	margin: 0 0 20px 0;
	padding: 0;
	line-height: normal;
	text-indent: -9999px;
	background-repeat: no-repeat;
}

p {
	margin: 0 0 20px 0;
	padding: 0;
}

ul, ol {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}

a {
	color: #4e7d96;
}

a:hover {
	text-decoration: none;
}

#wrap {
	width: 740px;
	background: url(images/wrap-bg.gif) repeat-y;
	margin: 20px auto 0 auto;
	position: relative;
}

#welcome {
	padding: 25px 20px 0 180px;
	background: url(images/welcome-bg.gif) no-repeat;
}

#welcome h1 {
	width: 540px;
	height: 29px;
	background-image: url(images/h1-welcome.gif);
}

#welcome p {
	padding: 0 10px;
}

#contact {
	margin: 0 20px 0 175px;
	padding-bottom: 35px;
	background: url(images/contact-bg.gif) bottom left no-repeat;
}

#contact h2 {
	width: 246px;
	height: 42px;
	background-image: url(images/h2-contact.gif);
}

#contact ul {
	margin-left: 15px;
	margin-bottom: 0;
}

#elsewhere {
	float: left;
	width: 740px;
	background: #eddcb0 url(images/elsewhere-bg.gif) no-repeat;
}

#elsewhere ul {
	margin-bottom: 0;
	padding-left: 20px;
	float: left;
}

#elsewhere ul li {
	float: left;
	height: 40px;
	padding-right: 5px;
}

#elsewhere ul li#twitter {
	padding-right: 0;
}

#elsewhere ul li a {
	height: 0;
	padding-top: 40px;
	overflow: hidden;
	display: block;
	background-repeat: no-repeat;
}

#elsewhere ul li#facebook a {
	width: 109px;
	background-image: url(images/link-facebook.gif);
}

#elsewhere ul li#flickr a {
	width: 74px;
	background-image: url(images/link-flickr.gif);
}

#elsewhere ul li#linkedin a {
	width: 102px;
	background-image: url(images/link-linkedin.gif);
}

#elsewhere ul li#twitter a {
	width: 86px;
	background-image: url(images/link-twitter.gif);
}

#elsewhere ul li a:hover {
	background-position: 0 -40px;
}

#elsewhere p {
	float: right;
	margin-bottom: 0;
	padding-top: 12px;
	width: 334px;
	text-align: center;
	line-height: normal;
	font-size: 85%;
}

#elsewhere p a {
	color: #996699;
	margin-left: 5px;
	padding-left: 18px;
	background: url(images/icon-tick.gif) center left no-repeat;
}
