body {
	background: #ebebdf; 
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	margin-top: 18px;
}

#wrapper {
	width: 990px;
	height: 1163px;
	margin: 0px auto;
	position: relative;
}

p {
	margin: 0px;
	padding-top: 18px;
}

p.logo {
 	font-family: Arial, Helvetica, Sans-Serif;
	color: #000000; 
	font-size: 12px;
	text-align: center;  
	margin: 10px 0px 0px 10px;
}

.left {
 	float: left;
}

.right {
 	float: right;
}

/* NAVIGATION */

#nav {
	background: url("../images/bg-nav.gif") top no-repeat;
	width: 926px;
	height: 37px;
	padding-left: 40px;
	margin-left: 15px;
}

#nav img {
	margin-right: 21px;
}


/* MAIN */

#contact-image {
	background: url("../images/contact_image.png") no-repeat; 
	width: 990px;
	height: 1163px;
	position: absolute;
	left: 3px;
	top: 37px;
}

#logo {
	width: 230px;
	height: 130px;
	position: absolute;
	left: 15px;
	top: 407px;
}

#logo-bg {
/*	background: url("../images/logo.png") no-repeat; */
	width: 230px;
	height: 130px;
/*	padding-top: 70px; */
/*	margin-left: 8px; */
}

.info {
	padding-left: 15px;
	padding-top: 5px;
	position: absolute;
	color: #fffff7;
	line-height: 18px;
	width: 685px;
	height: 500px;
	left: 280px;
	top: 420px;
}

.info a:link, .info a:visited, .info a:active {
	color: #fffff7;
	text-decoration: none;
}

.info a:hover {
	color: #fffff7;
	text-decoration: underline;
}

.column-1 {
	background: url("../images/contact_us.png") top left no-repeat;
	width: 305px;
	text-align: justify;
	float: left;
	padding-top: 48px;
	padding-right: 30px;
	border-right: 1px dotted #bdb7b0;
}

.column-2 {
	background: url("../images/appointment.png") top center no-repeat;
	width: 305px;
	height: 500px;
	text-align: justify;
	float: left;
	padding-top: 48px;
	padding-left: 30px;
}	

p.contact {
	padding-top: 5px;
	padding-bottom: 13px;
}

p.appointment {
	padding-top: 5px;
}

/* FOOTER */

#footer {
	width: 409px;
	color: #7e7d70;
	text-align: right;
	line-height: 20px;
	clear: both;
	font-size: 11px;
	padding-top: 10px;
	position: absolute;
	left: 577px;
	top: 1108px;
	height: 45px;
}

#footer a {
	color: #000000; 
	text-decoration: none;
}

#footer a:hover {
	color: #7e7d70; 
	text-decoration: underline;
}

