/* CSS Document */


/* CSS Document */

body, p, h1, h2, h3, h4, h5, h6, span, ul, ol, li, img{
	margin:0;
	padding:0;
	}
	
body{
	background:#EDEDED;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#404040;
	line-height:18px;
	}
	
.clear{
	clear:both;
	height:1px;
	visibility:hidden;
	}
	
.fleft{
	float:left !important;
	}

.fleft2{
	float:left !important;
	padding:0px 10px;
	}
	
.fright{
	float:right !important;
	}
a{
	color:#ED51A9;
	text-decoration:none;
	}
	
a:hover{
	color:#404040;
	}
	
.pink{
	color:#ED51A9;
	}
	
h1{
	font-size:18px;
	color:#404040;
	font-weight:normal;
	margin-bottom:18px;
	}
	
p{
	font-size:14px;
	line-height:22px;
	margin-bottom:18px;
	color:#404040;
	}
	
#warper{
	width:890px;
	margin:0 auto; 
	}
	
#header{
	position:relative;
	height:106px;
}

#header #logo{
	background:url(../images/logo.jpg) no-repeat;
	width:239px;
	height:42px;
	position:absolute;
	left:0;
	top:37px;
	}
	
#header #logo a{
	display:block;
	width:239px;
	height:42px;
	line-height:0;
	text-indent:-9999px;
	outline:none;
	}
	
#header #navigation{
	position:absolute;
	right:0;
	top:45px;
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
	font-variant:small-caps;
	}
	
#header #navigation a{
	color:#404040;
	margin-left:20px;
	text-decoration:none;
	font-variant:small-caps;
	}
	
#header #navigation a:hover, #header #navigation a.select{
	color:#ED1890;
	}
	
#footer{
	color:#404040;
	font-size:15px;
	margin:26px 0;
	text-align:center;
	line-height:22px;
	font-variant:small-caps;
	}
	
	
#footer a{
	color:#ED1890;
	text-decoration:none;
	}
	
#footer a:hover{
	color:#404040;
	}
	
#middle{
	padding:22px 26px;
	background:#ffffff;
}

	
#middle .col1{
	width:473px;
	}
	
#middle .col2{
	width:345px;
	}
	
#middle .col3{
	width:440px;
	}
	
#middle .col4{
	width:300px;
	}

#middle .col5{
	width:400px;
	}

#middle .col6{
	width:380px;
	}

#inner #middle .col1{
	width:473px;
	margin:20px 0;
	}
	
#inner #middle .col2{
	width:345px;	
	margin:20px 0;
	}
	
#inner #middle .col3{
	width:440px;	
	margin:20px 0;
	}

#appointment{
width:473px;
float:left;
height:60px;
display:block;
}

#appointmentleft{
width:300px;
float:left;
height:40px;
padding-top:20px;
display:block;
}

#appointmentright{
width:173px;
float:right;
height:60px;
display:block;
}

#appointment h1{
vertical-align:text-bottom;
line-height:18px;
}