body {
	background:#ffcc66;
	margin:0;
	padding:0;
	font-family:arial;
	font-size:12px;
}

a {
	color:#42769f;
	text-decoration:none;
}
#main #header h2 {
	font-weight:normal;
}

#main .content {
	background:#fff;
}

#main #header h1 {
	font-family:Georgia;
	font-size:25px;
}
#main #header h1 a {
	color:#8bacd7;
	font-weight:normal;
}

#main #main-navi {
	border:0;
	background:#8bacd7;
	height:44px;
}
#main #main-navi a {
	color:#fff;
}

#main #main-content .left {
	background:url(/wp-content/uploads/meluheader.jpg) no-repeat;
	background-color:#faf9e8;
	padding-top:195px;
}
#main #main-content ul#posts h3,
#main #main-content ul#posts h3 a,
#main #main-content div#post h3
{
	font-family:Georgia;
	color:#93425a;
	font-weight:normal;
}
#main #main-content ul#posts h3,
#main #main-content div#post h3 {
	background:url(/wp-content/uploads/melupen.gif) left no-repeat;
	padding-left:25px;
}
#main #main-content ul#posts h2,
#main #main-content div#post h2 {
	background:url(/wp-content/uploads/melupen.gif) left no-repeat;
	padding-left:25px;
}

#main #main-content ul#posts .category,
#main #main-content div#post .category,
#main #main-content ul#posts .avatar,
#main #main-content div#post .avatar {
	display:none;
}
#main #main-content span.meta {
	background:url(/wp-content/uploads/melutime.gif) left no-repeat;
	padding-left:15px;
}

#main #main-content form textarea {
	height:200px;
	width:600px;
}

#main #main-content .right {
	background:#fff;
}

#footer a {
	color:#93425a;
}

/* Begin Images */
p img {
	padding: 100;
	max-width: 100%;
        margin: 0 10px 2px 0;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
        hspace: 10;
        vspace: 10;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
       	}
/* End Images */

