	body {
		margin: 0px;
		padding: 0px;
		background: #CCCCCC;
		margin-bottom: 50px;
		font-family: "Gill Sans", "Trebuchet MS",verdana,sans-serif;
		font-size: 14px;
		color: #333;
		text-align: center;
	}

	.container {
		margin-left : auto;
		margin-right : auto;
		width:750px;
		background:white;
		border-left:1px solid #ccc;
		border-right:1px solid #ccc;
		border-bottom:1px solid #ccc;
	}

	#centercontent {
		margin-right:25%;
		margin-top:20px;
		padding-left:20px;
		padding-right:20px;
		text-align:left;
	}

	#pullout {
		float:right;
		width:25%;
		border-left:1px dotted #ccc;
		position:relative;
		margin-top:20px;
		padding-left:0px;
		text-align:left;
	}

	.header {
		background: url("http://www.spamblogging.com/spambloggingTitle.png");
              height:82px;
              width:750px;
	}

a {
      text-decoration: underline;
      }

a:link {
	color: #003300;
	}

a:visited {
	color: #666666;
	}

a:active {
	color: #CCCCCC;
       text-decoration: underline;
	}

a:hover {
	color: #CCCCCC;
       text-decoration: underline;
	}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}
h3 {
color:#999;
font-weight:bold;
font-size:18px;
}

#centercontent p.posted {
	color: #999;
	font-size: 11px;
	border-top: 1px dotted #999;
	text-align: left;
	margin-bottom: 30px;
	line-height: normal;
	padding: 3px;
font-weight:bold;
	}

.posted a {
text-decoration:none;
border-bottom:1px dotted #036;
}

.sidebar {
	padding: 15px;
	}

.sidebar a {
	
	text-decoration: none;
	
	}

.sidebar a:link {
	color: #;
	}

.sidebar a:visited {
	color: #;
	}

.sidebar a:active {
	color: #;
	}

.sidebar a:hover {
	color: #;
	}

.sidebar h2 {
	color: #666666;
	font-size: 11px;
	border-bottom: 1px solid #999999;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
  	padding: 3px;
	letter-spacing: .3em;
	}

.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 30px;
	}

.sidebar li {
	color: #333333;
	font-size: 10px;
	text-align: left;
	margin-top: 10px;
	list-style-type: none;
	}

.adHeadline {
    color: #333333;
    font-size: 11px;
    text-align: left;
    margin-top: 10px;
    font-weight: bold;
}

.adText {
    color: #333333;
    font-size: 10px;
    text-align: left;
    margin-top: 10px;
}


.photo {
	text-align: left;
	margin-bottom: 20px;
	}

.link-note {
	font-size: 10px;
	line-height: 150%;
	text-align: left;
	padding: 2px;
	margin-bottom: 15px;
	}

#powered {
	color: #666;
	font-size: 11px;
	line-height: 140%;
	text-transform: uppercase;
	padding: 2px;
	margin-top: 50px;
	letter-spacing: .2em;
	text-align: center;
	}
.description {
       text-align: right;
}
#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}


blockquote {
background:#cccccc;
border-top:1px solid #eee;
border-bottom:1px solid #eee;
padding:6px;
font-size:11px;
font-family:verdana;
line-height:18px;
}