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

/* ties dufraing */

/* BASICS */

body,td,th {
	font-family: "Sabon", Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	color: #666666;
	text-align:left;
	letter-spacing:1px;
}

body {
	background-color: #FFFFFF;
}

#wrapper {
	width:760px;
	height:auto;
	margin-left:-380px;
	left:50%;
	position:absolute;
	margin-top:30px;
}	

img {
	border:none;
}

/* LINKS */

a, a:link, a:visited {
	color:#666666;
	text-decoration:none;
	font-weight:bold;
	font-style:italic;
}

a:hover {
	color:#ce001e;
}

/* HEADER */

#header {
	height:52px;
}	

.headerlogo {
	width:52px;
	height:52px;
}

.headertxt {
	font-size:12px;
	color:#000000;
	letter-spacing:2px;
	margin-top:30px;
	position:absolute;
	margin-left:30px;
}

/* CONTENT */

#contenttxt {
	background-color:#ededee;
	width:700px;
	padding:30px;
	margin-top:40px;
	line-height:15px;

}

#gallery {
	margin-top:30px;
	background-color:#ededee;
	width:760px;
	height:814px;
	margin-bottom:30px;	
}


