body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}


#blog {
	background-color: #FF99CC;
}
a:link {
	color: #FF00FF;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FF66CC;
	text-decoration: none;
}

a:active {
	text-decoration: none;
}


h1 {
   font-size: 20px;
   color: #ff0f0f;
   font-weight: bold;
}

h2 {
	font-size: 18px;
	color: #FF66FF;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	color: #000000;
	font-weight:bold;
}

#header {
   width:800px;
   text-align:center;
   margin: 0 auto;
}

#page {
       width: 800px;
       margin: 0 auto;
       text-align: left;
}

#content {
   width:600px;
   float:left;

}


#sidebar {
   background: #FFFFFF;
   padding: 25px;
   border-color: #CC00FF;
   border-style: solid;
   border-width: 3px;
   width: 160px;

}

#footer {
   background: #FFFFFF;
   padding: 25px;
   border-color: #CC00FF;
   border-style: solid;
   border-width: 3px;
}

#header {
   background: #FFFFFF;
   padding: 25px;
   border-color: #CC00FF;
   border-style: solid;
   border-width: 3px;
}

/*This will make the sponsor links bullets which is good for SEO, but make them LOOK like regular
//text to the surfer... No bullets, no indenting.*/
#sidebar ul {
   list-style-type: none;
   padding: 0;
   margin: 0;
}

#bounding {
	border-color: #CC00FF;
	border-style: solid;
	border-width: 3px;
}

#post {
	background: #FFFFFF;
	padding: 10px;
	border: 2px solid #CC00FF;
}

#post_title a:hover h3 {
   color: #FF0000;
}

#post_title {
   border-bottom: 1px solid #454545;
   font-size: 16px;
}

img {
   border:0;
}

li {
	font-size: 12px;
	font-weight: bold;
	color:#FF66CC;
}