@charset "utf-8";
/* CSS Document */

body{

font-family:Arial, Helvetica, sans-serif;
background-color: #e5e5e5;
letter-spacing:0.02em;
font-size:80%;

}

/* structure */

#wrapper{
margin-left:auto;
margin-right:auto;
width:600px;
height:1040px;
background-color:#000000;
}

#header{
margin:0;
padding:0;
}

#content_left{
margin-left:30px;
padding-left:20px;
padding-right:10px;
padding-bottom:29px;
width:283px;
float:left;
background-color:#FFFFFF;
display:inline;
}

/* Hide from IE-PC \*/
#content_right {padding-bottom:219px;}
/* End hide */

#content_right{
background-color:#ffffff;
padding-bottom:205px;
width:225px;
float:left;
display:inline;
overflow:auto;
}

.backlegs{
padding:0;
margin:0;
}

#clinic{
width:225px;
padding:0;
margin:0;
}

#website{
width:210px;
float:left;
border-right:1px solid #ffffff;
}

#website a{
text-decoration:none;
}

#website a:hover{
text-decoration:underline;
}

#website a:visited{
text-decoration:none;
}

#email{
float:left;
width:220px;
display:inline;
border-right:1px #ffffff solid;
}
#email a{
text-decoration:none;
}

#email a:hover{
text-decoration:underline;
}

#email a:visited{
text-decoration:none;
}

#tel{

width:50px;
display:inline;
}

#footer{
clear:both;
margin-left:30px;
background-color:#FFFFFF;
width:538px;
}

#realbuzz{
padding-left:120px;
background-color:#000000;
}
/* end of structure */

/* fonts */

h1{
font-size:170%;
}

h3{
font-size:120%;
}
h4{
font-size:90%;
background-color:#000000;
color:#ffffff;
margin-left:4px;
margin-right:2px;
margin-top:0;
margin-bottom:0;
padding:0;
}

.feature{
font-weight:1000;
}

.footer_text{
font-weight:700;
}

ul{
font-size:90%;
line-height:1.6em;
}
/* end of fonts */

/* links */

a{ 
font-weight:700;
text-decoration:none;
color:#000000;
}
/* end of links */

img {
vertical-align: text-bottom;
}
