body {
	color: white;
	background-color: #3b2512;
	font: 11px/1.5em Helvetica;
	text-align: center;
	margin: 0;
}

#container {
	width: 500px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	margin: 0 auto;
}

#header {
	width: 500px;
	height: 138px;
	margin-bottom: 20px;
	background-image: url(images/logo.gif);
}

#pagecontainer {
	width: 500px;
	padding-bottom: 10px
}

#contact {
	float: left;
	width: 240px;
	margin-right: 20px;
	text-align: left;
}

#info {
	float: left;
	width: 240px;
	text-align: left;
}

p {
	margin: 0 0 10px;
}

ul {
	margin: 0 0 10px;
	padding-left: 30px;
	list-style-type: square;
	font-size: 14px;
}

li {
	color: white;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 5px;
}

li.mail {
	list-style-image: url(images/ul/mail.gif);
}

li.web {
	list-style-image: url(images/ul/mail.gif);
}

li.address {
	list-style-image: url(images/ul/mail.gif);
}

li.mobile {
	list-style-image: url(images/ul/mail.gif);
}

a {
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

#info:hover, #contact:hover, li:hover {
	color: #7bc9e7;
}

#blue  {
	color: #7bc9e7;
	display: inline;
}

a:link, a:visited, a:active {
	color: #fff;
}

a:hover {
	color: #7bc9e7;
}

#white  {
	color: white;
	display: inline;
}

#footer {
	clear: both;
	text-align: center;
	padding: 10px 0;
} 

