body {

	padding: 0;
	background: #FFFFFF;
	background: #E0E0FF;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000063;
}
a {
	text-decoration: underline;
	color: #3636F0;
}
div {
	border: 0px solid red;
}

#main {
	width: 1000px;
	margin: 0 auto;
	margin-top: 20px;
}

#left {
	float: left;
	width: 180px;
}

#middle {
	float: left;
	width: 600px;
	margin-left: 20px;
}

#right {
	float: right;
	width: 180px;
}

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;
	background: url(http://www.neurillion.com/p/38/static/media/images/header.jpg) no-repeat;
	color:#FFFFFF;
}

#header h1 {
	float: left;
	padding: 30px 0 0 45px;
	letter-spacing: -3px;
	font-weight: normal;
	font-size: 3.4em;
}

#header h2 {
	float: right;
	padding: 63px 40px 0 0;
	letter-spacing: -1px;
	font-size: 2em;
	color:#FFFFFF;
}
#header a {
	text-decoration: none;
	color: #FFFFFF;
}
#header h1 a:hover {
	color: #E0E0E0;
}
#header h2 a:hover {
	color: #E0E0E0;
}

/* Content */


#middle {
  text-align: justify;
}
#middle .title {
	letter-spacing: -1px;
	font-size: 2em;
}

.post .posted {
	margin-bottom: 20px;
	font-size: .8em;
}

/*
.post .terms {
	height: 50px;
	padding: 8px 0 0 10px;
	font-size: .8em;
}
*/

#google {
	float: right;
	width:180px;
}

.google {
	border: 0px dotted #333333;
	width:160px;
	height:600px;
	margin-top: 10px;
	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;
*/
}


.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.4em;
	color: #FFFFFF;
	text-align:left;
}

.grey .content {
	padding: 10px;
}

.grey ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.grey li {
}

.grey a {
	text-decoration: none;
}

.grey a:hover {
	text-decoration: underline;
}

#footer {
	width: 1024px;
	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: x-small;
}

#pc {
	position: absolute;
	top: 11px;
	left: 940px;
}

#rvspacer {
	float:right;
	width:180px;
	height:280px;
	height:20px;
	border:1px solid black;
}

#middle h1 {
	margin-bottom: 20px;
}

#middle h2 {
	margin-bottom: 20px;
}

#middle h3 {
	margin-bottom: 20px;
}
