body {
	margin:0;
	padding:0;
	text-align:center;
	font:0.8em Arial, Helvetica, sans-serif;
	background-color:#fff;
}

#wrapper {
	width:925px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	text-align:left;
	margin-top:25px;
	margin-bottom:10px;
}

.clear {
	clear:both;
}

img {
	border:none;
}

hr {
	color:#65346c;
}

/* ========================================= PAGE TOP */

#page-top {
	margin-bottom:20px;
}

#logo-container {
	float:left;
}

#top-menu {
	float:right;
	width:400px;
	color:#ccc;
}

#top-menu ul {
	padding:0 5px 8px 5px;
	list-style:none;
	text-align:right;
	margin-top:50px;
	margin-bottom:0;
	color:#ccc;
}

#top-menu li {  
	display:inline;
/*	background-image:url(pix/menu_arrow.gif);
	background-position:left;
	background-repeat:no-repeat;*/
	padding: 5px 0 5px;
}

#top-menu li a, #top-menu li a:visited {
	color:#fff;
	text-decoration:none;
	padding:5px;
	background-color:#A867AB;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-border-radius:3px;	
}

#top-menu li a:hover {
	text-decoration:underline;
}

/* ========================================= HEADER */

#header-left {
	width:526px;
	height:320px;
	background-color:#fff;
	background-image:url(/pix/homepage/homepage_woman.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
}

#header-left-content {
	width:230px;
	margin:20px 0px 10px 265px;
	color:#fff;
}

#header-left-content h3 {
	font-family:"Trebuchet MS", Verdana, Arial;
	margin:0;
	padding:0;
	font-size:1.3em;
}

#header-left-content p {
	line-height:1.5em;
	font-weight:bold;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:1.2em;
}

#search-form {
	margin-top:90px;
}

#header-right {
	width:398px;
	background-color:#fff;
	float:right;
	border-left:1px solid white;
}

/* ========================================= LEFT CONTENT */

#left-content {
	float:left;
	width:506px;
	margin-right:20px;
	margin-top:15px;
	line-height:1.4em;
	color:#535353;
}

#left-content h1 {
	font-size:1.6em;
	color:#764e78;
	font-weight:100;
	margin-top:0;
}

#left-content h2 {
	font-weight:bold;
	font-size:1.1em;
}

#left-content a, #left-content a:visited {
	color:#764e78;
}

#left-content a:hover {
	color:#660099;
}



#left-content .home-content-links {
	border-top:#8d6b87 1px solid;
	}

#left-content .home-content-links h2 {
	margin:5px 0 2px 0;
	}


#left-content .home-content-links h2 a {
	color:#fd8703;
	text-decoration:none;
	font-size:1.3em;
	font-weight:normal;
	}

/* ========================================= RIGHT CONTENT */

#right-content {
	float:right;
	width:398px;
	margin-top:10px;
	padding-bottom:10px;
	color:#535353;	
}

#right-content h2 {
	font-size:1em;
	padding:6px 10px 6px 40px;
	margin:0 0 10px 0;	
	color:#fff;
	text-transform:uppercase;
	background-image:url(/pix/homepage/sidebar_h2_bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#right-content h3 {
	color:#65346c;
	font-size:1.1em;
	margin-top:2px;
	margin-bottom:0;
	padding-bottom:0;
}

#right-content p {
	margin:5px 0 5px 0;
}

#right-content ul {
	list-style:url(/pix/homepage/rightcontent_li.gif);
}

#right-content ul li {
	margin-bottom:5px;
}

#right-content a, #right-content a:visited {
	color:#65346c;
}

#right-content .surgeons_db img {
	margin-right:10px;
	margin-bottom:10px;
	}


/*--------- ADVERTISEMENTS ----------*/

#advertisements {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-top:2px;
}

#advertisements h2 {
	color:#ad9da8;
	margin:5px 0 0 0;
	font-size:1.2em;
}

#advertisements h6 {
	color:#666;
	margin:0 0 5px 0;
	font-weight:normal;
	font-size:0.85em;
}

#advertisements img {
	padding:0 20px 0 20px;
	border-right:1px solid #ccc;
}

.make-a-donation img {
	margin-right:10px;
	}

/* ========================================= FOOTER */

#footer {
	border-top:1px solid #8d6b87;
	padding:10px 0 50px 0;
	color:#703f77;
	margin-top:10px;
	line-height:2em;
}

#footer img {
	margin:0 5px 0 5px;
}

#footer a, #footer a:visited {
	color:#703f77;
}

#footer-left {
	float:left;
	font-weight:bold;
}

#footer-right {
	float:right;
}



