@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/background_image.jpg);
	background-repeat: repeat-x;
	background-color: #D2D9FF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #666666;
}
body, td, th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
img {
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Site {
	width: 1000px;
	margin: auto;
}
#WelcomeMessage {
	background-image: url(images/header_textbackground.jpg);
	height: 109px;
	width: 501px;
	float: right;
}
#Logo {
	float: right;
}
#BlogContainer {
	background-image: url(images/blog_background.gif);
	padding-right: 10px;
	padding-left: 10px;
}
#BlogContainer {
	background-image: url(images/blog_background.gif);
	padding-right: 10px;
	padding-left: 10px;
}
#LeftSideColumn {
	float: left;
	width: 170px;
}
.ColumnPadding ul {
	padding: 6px;
	list-style-type: none;
	margin: 0px;
}
.ColumnPadding li {
	padding: 3px;
}
.ColumnPadding li a {
	color: #60AEFF;
	text-decoration: none;
}
.ColumnPadding li a:hover {
	color: #3273FC;
	text-decoration: underline;
}
.ColumnPadding {
	background-image: url(images/index_10.gif);
}
#MainColumn {
	width: 638px;
	float: left;
}
#Search {
	background-image: url(images/searchbg2.gif);
	height: 60px;
}
#form1 {
	text-align: center;
	margin: 0px;
	padding: 18px;
}
.WelcomeText {
	padding: 20px;
}
.ThePost {
	padding: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	margin-bottom: 12px;
}
.ThePost h1 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
.DateLine {
	margin: 0px;
	padding: 0px;
}
#CornerAdspot {
	width: 340px;
	float: right;
	text-align: center;
	padding-bottom: 12px;
}
.ColumnBannerSpots {
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
}
.Bannerunderposts {
	text-align: center;
	padding: 0px;
}
#InsideColumn {
	float: left;
	width: 170px;
}
#RightSideColumn {
	width: 170px;
	float: left;
}
.clearfix {
	clear: both;
}
.ColumnPadding1 {
	background-image: url(images/index_10.gif);
}
#MainColumn a {
	color:#60AEFF;
	text-decoration:none;
}
#MainColumn a:hover {
	text-decoration:underline;
}
#Footer a {
	color:#000000;
}

.ColumnPadding h2 { 
margin:0px;
padding:6px;
font-size:14px;}

blockquote{
	font-style: italic;
	font-size: 16px;
	margin: 0px;
	width: 80%;
	padding-top: 12px;
	padding-right: 50px;
	padding-bottom: 12px;
	padding-left: 50px;
 }
blockquote:before {
content: open-quote;
height:0px;
 margin-left: -50px;
} 
blockquote:after {
content: close-quote;
 height: 60px;
margin-top: -60px; 
 margin-left: 480px;}
blockquote:before, blockquote:after {
display: block;
font-size: 5em;
width: 50px;
} 
