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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	background-color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
}

#container {
	width: 700px;
	margin: 0 auto;
}

/* HEADER */

#header {
	width: 700px;
	float: left;
	display: inline;
	margin: 10px 0 0 0;
	position: relative;
	height: 137px;
}

#title {
	width: 300px;
	display: block;
	position: absolute;
	bottom: 77px;
	z-index: 100;
}

#title a:link, #title a:visited {
	color: #AAAAAA;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: -1px;
}

#title a:hover, #title a:active {
	color: #000000;
}

/* NAVIGATION */

#nav {
	width: 700px;
	text-align: right;
	display: block;
	bottom: 65px;
	position: absolute;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav ul li {
	display: inline;
	padding: 0 15px;
}

#nav ul li a:link, #nav ul li a:visited {
	font-size: 11px;
	color: #AAAAAA;
	text-decoration: none;
	text-transform: lowercase;
}

#nav ul li a:hover, #nav ul li a:active, #nav ul li a.active {
	color: #000000;
	border-bottom: 1px dotted #FF0066;
}

/* CONTENT */

#content {
	width: 100%;
	height: 540px;
	top: 90px;
	right: 0;
	position: absolute;
	overflow: auto;
	background-color: #CCCCCC;
	text-align: center;
}

#content-contact {
	width: 100%;
	height: 500px;
	top: 90px;
	right: 0;
	padding: 20px 0 0 0;
	position: absolute;
	overflow: auto;
	background-color: #FFFFFF;
	text-align: center;
}

#content-contact p {
	padding: 0 0 10px 0;
	font-size: 11px;
}

.entry img {
	padding: 20px 0;
}

/* LINKS */

a:link, a:visited {
	color: #888888;
	text-decoration: underline;
}

a:hover, a:active {
	color: #000000;
}

/* * */

#fb_footer {
	position: absolute;
	top: 628px;
	right: 0px;
}
