
@charset "UTF-8";
/* 
Author: Richard Alva | S-Effect
URL: http://www.s-effect.net/
Contact: rich@s-effect.net
Written For: Kris / Kathy | KBC Productions / Boise Breast Clinic
Copyright 2009-2010 S-Effect. All Rights Reserved.
*/

/* ------------------------------------------------------------ COLOR KEY ----- */

/*
	Pink (headings, navigation, logo): #e66d7b
	Grey (Main Body Font): #7f7e83
*/


/* ------------------------------------------------------------ GLOBAL STYLES ----- */

* {
    -moz-box-sizing: border-box;
} 


body {
	height:100%; /* fixes alignment issues in IE6 */
	width:100%; /* fixes alignment issues in IE6 */
	font: 75% "Trebuchet MS", Arial, Helvetica, sans serif; 
	color:#7f7e83;
	background: #fff;
	
}

.left {
	float:left;
}
	
.right {
	float:right;
}
	
.clear {
	clear:both;
	height:0px;
}
h2 {
	font: 130% "Trebuchet MS", Arial, Helvetica, sans serif;
	font-weight: bold;
	color:#e66d7b;

}
P {
	font: 105%  Verdana, Helvetica, Arial; 
	color:#7f7e83;
	line-height: 1.3em;
}

A {
	125%  Helvetica, Arial, verdana; 
	font-weight: normal;
	color:#e66d7b;
	text-decoration: none;

}


/* ------------------------------------------------------------ BLOCK STYLES ----- */

#main {
	width: 919px;
	height: 800px;
	background: url(./img/bg.gif) center top no-repeat;
	padding: 0;
	text-align: left;
	margin: auto;

}

#rightcol {
	width: 512px;
	margin: 0;
	padding: 0;
	
}
#mainbody {
	width: 512px;
	padding: 0;
	margin: 81px 0 0 -2px;
}

#maincopy {
	position: relative;
	width: 423px;
	padding: 20px 0 40px 60px;
	margin: 0;
}
#topcopy {
	position: relative;
	width: 512px;
	height: 206px;
	padding: 0;
	margin: 0 ;
	position: relative;
}

#leftcol {
	width: 403px;
	height: 725px;
	margin: 170px 0 0 3px;
}

#home {
	width: 406px;
	position: relative;
	height: 640px;
	background: url(/img/mainbg.jpg) center bottom no-repeat;
}

#about {
	width: 406px;
	height: 640px;
	background: url(/img/aboutbg.jpg) center bottom no-repeat;
}

#philosophy {
	width: 406px;
	height: 640px;
	background: url(/img/philbg.jpg) center bottom no-repeat;
}

#cbd {
	width: 406px;
	height: 640px;
	background: url(/img/commonbg.jpg) center bottom no-repeat;
}

#breastcancer {
	width: 406px;
	height: 640px;
	background: url(/img/breastbg.jpg) center bottom no-repeat;
}

#experiences {
	width: 406px;
	height: 640px;
}

#links {
	width: 406px;
	height: 640px;
	background: url(/img/linksbg.jpg) center bottom no-repeat;
}


.flash {
	background: transparent;
	border: none;
	margin: 0;
	padding: 0;
}

#menu {
	margin: 30px 0 0 30px;
	position: relative;
}

UL.nav {

}

UL.nav li {
	line-height:2em;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	text-decoration:none;
}

UL.nav a {
	text-decoration:none;
	color:#000;
	font:  Helvetica, Arial, sans serif;
	font-size:0.9em;
	font-weight:bolder;
}

UL.nav a:hover {
	color:#e66d7b;
}

UL.nav a.here {
	color:#e66d7b;
}

span.pink {
	color:#e66d7b;
}

span.label {
	width: 100px;
	float: left;
	position: relative;
}

#drwolf {
	padding: 0;
	margin:50px 0 0 336px;
	position:absolute;
}

.docwolf {

}
