/* Default Styles */
/******************/
body {
	font-family: georgia, verdana, arial;
	background: #8B6899; 
	text-align: center;
	line-height: 140%;
	padding: 0;
	margin: 0;
}

a:link {
	color: #A27BB2;
}

a:visited {
	color: black;
}

img {
	border: none;         
}

.name {
	text-decoration: none;
}

.content {
	margin-left: auto;
	margin-right: auto;

        background: white;
        border: 2px solid black;
        width: 800px;
        margin-top: 15px;           
}

.title {
        font-size: 150%;
        text-align: center; 
        padding-top: 10px;
        padding-bottom: 5px;
        color: black;
}

.text {
        padding: 20px 60px 20px 60px;
        text-align: left;
}

.photo {
        float: right;
        margin-top: 20px;
        margin-left: 15px;
        margin-bottom: 10px;
}

.img_photo {
        border: 2px solid black;
}

.subtitle {
        font-weight: bold;
}

/* Title box */
/*************/

#header {
        padding: 15px 15px 15px 15px;
}

#name {
        float: left;
        font-size: 250%;
        line-height: 340%;
        padding-left: 60px;
        color: black;
}

#address {
        text-align: right;
}

#footer {
        margin-bottom: 20px;
}

/* Menu */
/********/

ul.menu {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 800px;
	list-style-type: none;
	white-space: no-wrap;
	display: inline;
	left: -100px;
}

li.menu, li.menu_choose {
	background: white;
	display: inline;
	padding-left: 10px; 
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 10px;
	border-bottom: 2px solid black;
	border-right: 2px solid black;
	border-left: 2px solid black;
}

li.menu {
	background: #A27BB2;
	border-top: 1px solid black;
	padding-top: 3px;
	padding-bottom: 2px;
}

a.menu {
	color: white;
	text-decoration: none;
}

.nospace {
	margin: 0; 
	padding: 0;
}

.bold {
	font-weight: bold;
}

.doctors {
	text-align: center;
}
