/*************************************************************
 
 -------------------------------------------------------------
 Theme:   Dr. Lisa
 Author:  SecretPenguin
          http://www.secretpenguin.com
 
 
*************************************************************/



/*============================================================
Body
============================================================*/

* {
	margin: 0;
	padding: 0;
	}

body {
	height: 100%;
	font-size: 12px; 
	color: #295759; 
	line-height: 22px; 
	font-weight: normal;
	letter-spacing: 0px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	}
	
/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
		}
	
	#flashcontent {
		height: 100%;
		}
	/* end hide */


	
a, a:link, a:visited {
		color: #295759;
		text-decoration: none;	
		}
	
	a:hover {
		color: #295759;
		text-decoration: underline;
		}	
	
h1 {
	display: block;
	width: 186px;
	height: 31px;
	overflow: hidden;
	text-indent: -9999px;
	background-color: none;
	background-image: url(http://doctor-lisa.com/images/logo.png);
	background-position: top center;
	background-repeat: no-repeat;
	margin-top: 70px;
	padding-left: 37px;
	}

h1 a {
	display:block;
	width:100%;
	height:100%;
	outline:none;
	}


		
#bottom {
	background: #C5BCA1;
	bottom: 0;
	z-index: 1;
	position: absolute;
	width: 300px;
	height: 150px;
	}
	
#bottom-content {
	width: 275px;
	height: 140px;
	overflow: auto;
	overflow-x: hidden;
	margin: auto;
	}
	
ul {
	margin-left: 40px;
	}	