html, body {
	height: 100%;
}

html {
	background: #333 url(bg-main.gif);
}

body {
	font: 100% "trebuchet ms", verdana, sans-serif;
	text-align: center;
	color: #fff;
	margin: 0;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
	color: #d1d6e6;
	border-style: dotted;
	border-width: 0 0 1px 0;
}

a:hover {
	border: 0px;
	background: #d1d6e6;
	color: #000;
}

#container {
	margin: auto;
	padding: 12px;
	width: 600px;
	border-style: dotted;
	border-color: #666;
	border-width: 0 1px 0 1px;
	background: #333;
	min-height: 100%;
	font-size: .8em;
}

#container h1 {
	margin: auto;
	text-indent: -9999px;
	background: url(title.gif) left top no-repeat;
	width: 266px;
	height: 138px;
}

#container h2 {
}

#container span {
	display: block;
}

#container #nav {
	list-style-type: none;
}

#container #nav li {
	margin: 0px 5px 0 5px;
	display: inline;
}

#container #social {
	width: 90%;
}

#container #social ul {
	list-style: none;
}

#container #social li {
	margin: 0 1em 0 0;
	display: inline;
}

#container #content {
	text-align: left;
}

#content div {
	margin: 2em 0 0 0;
	clear: left;
}

#content div p,address {
	margin: 0 0 1em 1.5em;
}

#content h3 {
	background: #353C4A;
	padding: 4px;
	border-style: solid dotted solid solid;
	border-width: 1px 1px 1px 4px;
	border-color: #666;
}

#content {
	margin: auto;
}

#container #footer {
	margin: 5em auto .1em auto;
}

#container #footer a {
	border: 0px;
}

#container #footer ul {
	margin: 2em 0 0 0;
	list-style: none;
}

#container #footer ul li {
	display: inline;
	font-size: .5em;
}