body {
  background: #FFFFFF;
  background: #E0E0FF;
  font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #000063;
  font-size: 1em;
}
a {
  text-decoration: underline;
  color: #3636F0;
  font-weight: normal;
  border-bottom: 0px dotted #000000;
}

/* Containers */

#container {
  width: 600px;
  margin: 0 auto;
  margin-top: 10px;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
h1, h2 {
  color: #0000A0;
}
h3, h4 {
  color: #000060;
}
h5, h6 {
  color: #FF00FF;
}
p, ul, ol, blockquote {
  margin-top: 0;
  line-height: 160%;
}
blockquote {
  font-style: italic;
}
a:hover {
  text-decoration: none;
}
img {
  border: none;
}
#header {
  position: relative;
  width: 1054px;
  height: 120px;
  margin: 0 auto;
  margin-top: 17px;
  background: url(http://www.neurillion.com/p/38/static/media/images/header.jpg) no-repeat;
  color: #FFFFFF;
  border-bottom: 0px dotted #000000;
}
#header h1 {
  float: left;
  padding: 13px 0 0 25px;
  letter-spacing: -3px;
  font-weight: normal;
  font-size: 2.8em;
}
#header h2 {
  float: right;
  padding: 63px 40px 0 0;
  letter-spacing: -1px;
  font-size: 1.6em;
  color:#FFFFFF;
}
#header a {
  text-decoration: none;
  color: #FF0000;
}
#header h1 a {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: normal;
}
#header h2 a {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: normal;
}
#header h1 a:hover {
  color: #E0E0E0;
  background: transparent;
}
#header h2 a:hover {
  color: #E0E0E0;
  background: transparent;
}

/* Content */

#content_left {
  margin: 0px;
  padding:  0px;
}
#content_middle {
  margin: 0px;
  padding: 0px;
  padding-left: 40px;
  padding-right: 0px;
}
#content_right {
  margin: 0px;
  padding: 0px;
}
.post .posted {
  margin-bottom: 20px;
  font-size: .8em;
}
#google {
  width: 180px;
}
.google {
/*	border: 0px dotted #333333;
*/
  width:160px;
  height:600px;
  margin-top: 20px;
  margin-left: 10px;
}
#search {
	float: left;
	width: 180px;
}
#search form {
	margin: 0 0 12px 0;
	padding: 0;
}
#search #textfield1 {
	width: 155px;
}
#search #submit1 {
	display: none;
}

/* Pages */

#pages {
	float: left;
	width: 180px;
}

/* Categories */

#categories {
	float: left;
	width: 180px;
}

#terms {
	float: left;
	width: 180px;
/*	border: 1px solid blue;
*/
}
#terms ul {
	float: left;
	line-height: 100%;
/*	border: 1px solid red;
*/
}

#terms ul li {
	float: left;
	display: inline;
	list-style: none;
	padding: 0px;
	padding-left: 2px;
	padding-right: 2px;
	margin:0px;
/*	border: 1px solid yellow;
*/
}
#footer {
  width: 904px;
  margin: 0 auto;
  margin-top: 10px;
  border-top:1px dotted #030303;
}

#footer p {
  margin: 0 auto;
  padding: 0;
  width: 768px;
  text-align: center;
  font-size: .6em;
}

#pc {
  position: relative;
  float: right;
  margin: 0;
  padding: 0;
  margin-top: 13px;
  margin-right: -130px;
  border-top: 0px dotted #000000;
  border: 0px solid orange;
}

#rvspacer {
  float: right;
  width: 180px;
  height: 100px;
  border: 0px solid black;
}

#middle h1 {
  margin: 0px;
  margin-bottom: 20px;
  font-size: 2.2em;
  letter-spacing: -1px;
}

#middle h2 {
  margin: 0px;
  margin-bottom: 20px;
  font-size: 2.0em;
  letter-spacing: -1px;
}
#middle h3 {
}
#google_v {
  width: 160px;
  height: 600px;
  margin: 0px;
  margin-top: 10px;
  margin-left: 10px;
  border: 0px solid red;
}
#content_middle .title {
  letter-spacing: -1px;
  font-size: 2em;
  margin: 0px;
  padding: 0px;
}

.grey .heading {
  height: 28px;
  padding: 3px 0 0 10px;
  background: url(http://www.neurillion.com/p/38/static/media/images/heading.jpg) no-repeat;
  letter-spacing: -1px;
  font-size: 1.1em;
  color: #FFFFFF;
}

.grey .content {
  padding: 10px;
  font-size: .8em;
}

.grey ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.grey li {
}

.grey a {
  text-decoration: none;
}

.grey a:hover {
  text-decoration: underline;
}
#right {
  width: 180px;
  right: -40px;
}
#left h2 {
  padding: 3px 0 0 10px;
}
* html, * body { /* IE HACK, of course */
  margin: 0 auto;
}
* html #container { /* IE HACK, of course */
  width: 1054px;
}
