* {
	margin:0px;
	padding:0px;
}
html, body {
	margin:0px;
	padding:0px;
	height:100%;
}
#bg{
	margin:0 auto;
	text-align:left;
	width:775px;
	background-image: url(gfx/spc.gif);
	background-repeat: repeat-y;;
	min-height:538px;
}
#wrapper{
	margin:0 auto;
	text-align:left;
	width:775px;
	background-image: url(gfx/bg.gif);
	background-repeat: no-repeat;
	min-height:538px;
}
#content{
	position:relative;
	top:150px;
	left:150px;
	width:575px;
	font-size: 1em;
	margin-left: 1em;
	margin-right: 1em;
	min-height:540px; /* High enough to encompass ImageRunner logo */
	margin-bottom:-150px;
	margin-top: 0px !important;
	margin-top: -300px;
}
#footer {
	margin:0 auto;
	height:47px;
	width:775px;
	background-image: url("gfx/ft.gif");
	background-repeat: no-repeat;
	text-align: center;
	padding-top:130px;
	line-height:0.25em;
	margin-top:200px;
}
p{
	margin-bottom: 1em;
	text-indent: 1.5em;
}
#content p:first-letter {
	font-size:large;
}
h1 {
	margin-left: 0.5em;
	font-size: 1.5em;
	font-style:italic;
}
h2 {
	font-size: 1em;
	font-weight:bold;
}
a:link{
	color: #005EB4;
}
a:hover{ 
	color: #006720;
}
a:visited{ 
	color: #6E5400;
}
a:active{ 
	color: #000000;
}
.emb{ /* paragraph-embedded images */
	float: right;
	margin: 15px;
}
.caption{
	text-align: center;
}


/* For editable textareas */
.yui-editor-container {
    position: absolute;
    top: -9999px;
    left: -9999px;
    z-index: 999; /* So Safari behaves */
}
#editor {
    position: absolute;
}
.editable {
    /* border: 1px solid black; */
}

/* May not need all */
#yui-editor-panel, .yui-module, #yui-overlay, #yui-editor-panel, .yui-overlay, .yui-editor-panel { 
	z-index: 1000;
}

/* For navigation */
#nav {
	float:left;
	height:0px;
	margin:0;
	padding:0;
	text-align:left;
	width: 400px;
}
#nav a:link, #nav a:visited {
	color: #000000;
	text-decoration:none;
	font:1.5em/1.5em Arial, Helvetica, sans-serif;
	text-shadow: 2px 2px 2px #555;
}
#nav a:hover {
	text-decoration:none;
	color: #A42630;
}
#nav a:active {
	text-decoration:none;
	color: #005EB4;
}

#nav #nhome{ position:relative; top:200px; left:132px; z-index:10;}
#nav #nabout{ position:relative; top:220px; left:72px; }
#nav #nservices{ position:relative; top:240px; left:46px; }
#nav #ndoctors{ position:relative; top:260px; left:32px; }
#nav #npatients{ position:relative; top:280px; left:-137px; text-align:center; }
#nav #nevents{ position:relative; top:300px; left:34px; }
#nav #ncontact{ position:relative; top:320px; left:30px; }
#nav #nimagerunner{ position:relative; top:340px; left:-136px; text-align:center; }

#logolink {
clear:both;
	text-align:center;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:190px;
	z-index:11;
}





