
/* inspired by http://kemistrygallery.co.uk/ */
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	list-style: none;
	background-color: white;
}
html, body {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 13px;
	line-height: 20px;	
	color: grey27;
}
p {
	margin-bottom: 15px;
}

.emphasize {
	font-size: 15px;
	color: red;
}
a {
         color: grey27;
	text-decoration: underline;
}
a:hover {
	color: #000000;	
}
hr {
	height: 1px;
	background-color: red;
	margin-top: 10px;
	margin-bottom: 30px;
}

h1.new-section {
      color: grey20;
      font-size: 20px;
	margin-top: 20px;
	margin-bottom: 15px;
	line-height: 25px;
}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}

.post-content {
	width: 375px;
}

div#header, div#page, div#footer {
	width: 780px;
	margin: 0px auto 0px auto;
	overflow: hidden;
	clear: both;
}
div#header {
	padding-top: 30px;
	padding-bottom: 30px;
}
div#logo img {
	margin-top: 0px;
	width: 150px;
	height: 147px; 
}
div#title {
   margin-top:  125px;
}

div#title h1 {
   font-size: 30px;
   color: #CC0000;
}
div#page {
	margin-bottom: 30px;
	background-color: white;
}
div.post {
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}
div#right_col {
   margin-left: 40px;
  min-height: 1300px;
}
.clear-content {
	clear: both;
}
ul.std {
	margin-left: 14px;
}
ul.std li {
	list-style-type:square;
}
ul.h-list {
	width: 100%;
	margin-bottom: 30px;
	overflow: hidden;
}
ul.h-list li {
	float: left;
	margin-right: 20px;
}


