body {
	margin: 0px 0px 0px 115px;
	background: #1e1e1e url(images/lace.png) repeat-y;
	}

.logo {
	margin-top: 20px;
	}
	
#menu {
	position: absolute;
	bottom: 15px;
	}

#contact {
	display: block;
	width: 215px;
	}

#titles {
	float: left;
	display: block;
	}

#info {
	float: right;
	display: block;
	}
	
#dotslight {
	background: url(images/dot_light.gif) repeat-x;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
	}


/* ---------------------------------------------------------
TEXT
--------------------------------------------------------- */


.nav {
	font-family: Palatino, Times New Roman, Serif;
	font-size: 15px;
	color: #fafaf0;
	line-height:22px;
	}

.ti {
	font-family: Palatino, Times New Roman, Serif;
	font-size: 11px;
	color: #fafaf0;
	font-style: italic;
	line-height:18px;
	}
	
.t {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 11px;
	color: #fafaf0;
	line-height:18px;
	}
	
a:link {
	color: #fafaf0;
	text-decoration: none;
	}
a:visited {
	color: #fafaf0;
	text-decoration: none;
	}
a:hover {
	color: #fafaf0;
	text-decoration: underline;
	}