@import url("http://fonts.googleapis.com/css?family=Architects+Daughter");

body
{
	margin: 0;
	padding: 0;
	/*font-family: 'Architects Daughter', cursive;*/
	background: url("../images/background.gif") repeat 0px 0px;
}

header
{
	text-align: center;
	margin: 0 auto;
	padding: 1em 0;
	border-bottom: 1px solid #000;
}

header nav
{
	display: inline-block;
}

header nav a,
header nav a:link,
header nav a:visited
{
	background: url("../images/separator.gif") repeat-y 0px 0px;
	padding-left: 1em;
	padding-right: 1em;
	color: #fcf7f0;
}

header nav a.first
{
	background: transparent;
}

footer
{
	padding: 1em 0;
	border-top: 6px solid #d0c7be;
}

footer a,
footer a:link,
footer a:visited
{
	color: #b4aaa1;
	text-decoration: none;
}

a,
a:link,
a:visited
{
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
}

/*#logo
{
	position: absolute;
	top: 1.35em;
	left: 5em;
	height: 7em;
	width: 7em;
	/ *background-color: #000;* /
	z-index: 100;
}*/

#header
{
	text-align: center;
	border-top: 6px solid #d0c7be;
	padding: 1em 0;
}

#logo a
{
	border: none;
}

#logo img
{
	width: 7em;
	height: 7em;
	border: none;
}

#browser
{
	display: none;
	visibility: hidden;
	padding: 1em ;
	background-color: #fbf0c1;
}

#container
{
	margin: 0 auto;
	/*box-shadow: 0 5px 10px #000 inset;*/
	background: url("../images/container.gif") repeat 0px 0px;
}

#content
{
	width: 700px;
	padding: 2em;
	min-height: 12em;
}

#social
{
	background: url("../images/social.gif") repeat-x 0px 0px;
	padding: 1em 0;
	text-align: center;
}

#social ul li
{
	margin: 0;
	padding: 0;
	display: inline-block;
	list-style: none;
}

.copyright 
{ 
	padding-top: 2em;
	text-align: center;
	width: 100%;
	font-size: 9pt;
	color: #fff;
}

.center
{
	text-align: center;
}