@charset "UTF-8";
/* CSS Document */


#pageHeader {
	margin-bottom:10px;
	height:300px;
	width:772px;
	background-image:url(images/bgTop.jpg);
	background-position:right;
	background-repeat:no-repeat;
}


#pageHeader #logo {

	width:205px;
	height:300px;
	/*border: 1px solid #000;*/
	background-color:#fff;
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	background-position:center;
}


#all {
width:772px;
margin:0 auto;
padding:0 13px;
position:relative;

border-left:1px solid #fff;
border-right:1px solid #fff;
background-color:#FFF;

text-align:left;

}

#all p {
	
	text-indent:30px;
	margin-left:15px;
	margin-right:10px;
	text-align:left;
	visibility:visible;
	font-family:"Baskerville";
	color:#036;
}

#all img {
	margin:0px 15px 0px 15px;
	vertical-align:text-top;
}

#all h1 {
	padding-bottom:10px;
	color:#006;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:large;
}

#all h2 {
	margin-left:10px;
	text-align:left;
	color:#003;
	font-family:"Baskerville";
	font-size:medium;
}







/*Content Data*/

#content1 {
	float:left;
	margin-top:30px;
	margin-bottom:30px;
	height:500px;
	width:200px;
	text-align:center;
}

#content1 p {
	text-indent:0;
	
	margin-left:0;
	text-align:inherit;
}

#content2 {
	padding:inherit;
	margin-top:30px;
	margin-bottom:30px;
	float:right;
	width:550px;
	height:auto;
	text-align:center;
	
}

#content2 p {
	text-indent:0;
}

#biocell {
	margin:15px;
	padding:15px;
}

#biocontent p, h2 {
	text-indent:0px;
	margin-top:0px;
	margin-bottom:0px;
}


#footer {
	font-size:x-small;
	margin-top:10px;
	text-align:center;
	padding:inherit;
	clear:both;

}
#footer a {
	text-decoration:none;
}






/* All Navbar info */
#navbar {
 margin-top:10px;
 margin-bottom:20px;
 height: 30px;
 width: 100%;
 border-top: solid #000 1px;
 border-bottom: solid #000 1px;
 background-position:right;
 background-repeat:no-repeat;
}
div#navbar ul {
 text-align:center;
 margin: 0px;
 padding: 0px;
 font-family: Trojan Pro, Arial, Helvetica, sans-serif;
 font-size: small;
 color: #FFF;
 line-height: 30px;
 white-space: nowrap;
}
div#navbar li {
 list-style-type: none;
 display: inline;
}
div#navbar li a {
 text-decoration: none;
 padding: 7px 10px;
 color: #000;
}

div#navbar li a:link {
 color: #C00;

}

div#navbar li a:visited {
 color: #C00;

}

div#navbar li a:hover {
 color: #F99;
/* background-color: #3366FF;*/
}


/* This is all for the RSS feed styling from eratango.blogspot.com via buzzboost */

div.feedburnerFeedBlock a {
	color:#006;
	font-size:x-large;
	text-decoration:none;
}

div.feedburnerFeedBlock ul {
	list-style:none;
}

div.feedburnerFeedBlock div {
	color:#036;
	text-indent:20px;
}

div.feedburnerFeedBlock p.date {
	color:#000;
}