/*

 */

html * {
    margin: 0;
    /*padding: 0; SELECT NOT DISPLAYED CORRECTLY IN FIREFOX */
    letter-spacing: 1px;
}

html,body{height:100%}

/* GENERAL */

body {
	margin: auto;
    background: #fff;
    color: #666;
    font:  75%/1.4 gill sans, arial, helvetica, sans-serif;
    font-weight: lighter;
}

.distance {
	width:1px;
	height:40%;
	background-color:#fff;
	margin-bottom:-24.75em;/**/
	/*float:left;*/
}

.bodycont {
	width: 800px;
	/* height: 6000px; */
	/*text-align: justify;*/
	margin-left: auto;
	margin-right: auto;
	/*background-color:#fff;*/
	position:relative;/**/
	clear: both;
}

#content {
	width: 700px;
	height: 445px;
	/*text-align: left;*/
	margin-left: auto;
	margin-right: auto;
	/*background-color:#fff;*/
	position:relative;/**/
	clear: both;
}

#content p.description {
	/*width: 700px;*/
	text-align: justify;
}

#content dl {
	margin-left: 0em;
	text-align: left;
}

#content dt {
	font-weight: normal;
}

#content dd {
	font-weight: lighter;
	margin-left: 10em;
}

.a, a:active, a:visited , a:focus , a:link {
	/*clear: both;*/
	color: #9A9A9A;
	background-color:#fff;
	text-decoration:none;
}

.a, a:hover {
	/*clear: both;*/
	color: #000000;
	background-color:#fff;
	text-decoration:none;
}

#photogalery {
	width: 700px;
	height: 500px;
	padding: 0;
	margin: 0;
}

#photogalery img {
	padding: 0px;
	width: 700px;
	height: 500px;
	top: 0;
	left: 0;
}

#fronttitle {
	font:  75%/1.4 gill sans, arial, helvetica, sans-serif;
    font-weight: lighter;
    font-size:38px;
    text-transform:uppercase;
    text-decoration:none;
	background-color:#fff;
	color:#9A9A9A;
}

#fronttext {
	font:  75%/1.4 gill sans, arial, helvetica, sans-serif;
    font-weight: lighter;
    font-size:20px;
	text-transform:uppercase;
	background-color:#fff;
	color:#9A9A9A;
}

#addrtext {
	font:  75%/1.4 gill sans, arial, helvetica, sans-serif;
    font-weight: lighter;
    font-size:16px;
    text-transform:uppercase;
	text-decoration:none;
	background-color:#fff;
	color:#9A9A9A;
}