body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	
	font-size: 14px;
	color: #55f316;
	
	/*background-color: #0D0D0D;*/
	/*background-image: url(flowers.gif);
	/*background-image: url(img1.gif);*/
	 /*repeat-y: center;*/
	background-repeat: repeat;
	background-color:#000000;
	/*background-image: url(flowers.gif);*/
	
}

h1, h2, h3 {
	
	text-transform:capitalize;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color:#b5316d;
	
}

h2 {
	font-size: 20px;
	color:#b5316d;
	
}
h3 {
	font-size: 20px;
	color:#b5316d;
	
}

p, ol, blockquote {
	line-height: 20px;
	color: #55f316;
}

#main_wrap a {
	/*border-bottom: 1px dotted #707070;*/
	text-decoration: none;
	color: #660033;
}
/*#main_wrap {
	width:600px;
	background-color:#000000;
	display: inline;
	height: auto;
	
	background-repeat: repeat;
	
}*/
#container  {
/*width : 600px;
margin-top : 0;
background-color:#000000;
margin-left : auto;
margin-right : auto;
margin-bottom : 0;*/
width : 900px;
	margin-top : 0;
	background-color:#000000;
	margin-left : auto;
	margin-right : auto;
	margin-bottom : 0;
	/*border: 14px solid #b5316d; remove pink boarder*/
	
} 

#main_wrap a:hover {
	border: none;
	color: #ab233c;
	
}

strong {
	color: #8D8C8C;
}

/* Posts */

.post {
	margin-bottom: 9px;
	background: #131313;
	
	background: url(img1.gif) repeat-y -150px 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

/*.post h2, .post h3 {
	margin-left: -40px;
}
*/
/* Header */

#header {
	width: 900px;
	height: 200px;
	background-color:#000000;
	background: url(logo_cherub.gif) center;
	background-repeat: no-repeat ;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align:center;
	
		
}

#header h1 {
	margin: 0;
	padding: 150px 0 0 45px;
	font-size: 18px;
	color:#b5316d;

	
}

#header h2 {
	font-size: 12px;
	color:#b5316d;
	
	border-bottom : 1px solid #c4ae7c; 
	border-top : 1px solid #c4ae7c; 
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 90px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-weight:bold;
	/*padding-top: -1px;
	
}

#header a {
	border: none;
	/*letter-spacing: -1px;*/
	color:#CCCCCC;
	
	/*color: #FFFF52;*/
}
#header  a:hover{
	
color:#FF00FF;

	
	
}

/* Content */

#content {
	width: 880px;
	margin: 0 auto;
	padding: 10px;
	
}

#colOne {
	float: left;
	
	width: 170px;
	background-color: #000000;
	
	
}

#colOne ul {
	margin: 0px;
	/*padding-left: 5 px;*/
	/*padding-left: -5 px;*/
	line-height: 35px;
	background-image:url(red.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	font-size:10px;
	
	

	/*text-align:right;*/
		}

#colOne li {
    /*text-decoration:none;
	/*padding-right:10px;*/
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	list-style: none;
	/*text-align:left;*/
	font-weight:bold;
	color:#FFFF00;
	padding-left:10px;
	/*line-height: 20px;*/
	}
	#colOne a {
	color:#FFFF00;
	
    
	}

#colOne ul:hover{
	/*margin-left: 0;
	padding-left: 0;
	list-style: none;*/
	background-image:url(black.jpg);

	
}

#colTwo {
	float: right;
	width: 710px;
}

/* Footer */

#footer {
	clear: both;
	width: 680px;
	padding-top: 10px;
	background-color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 10px;

}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 11px;
	color: #707070;
	line-height:1;
}

#footer * {
	color: #000000;
}

/*#content img {
	background-color: #000000;
	padding: 4px;
	border: 1px solid #FF00FF;

