* {
	margin: 0;
	padding: 0;
}

body {
	background: #D5DBB5;
}

a:link, a:visited { color: #006699; text-decoration:none;} 
a:active, a:hover { color: #0099CC; text-decoration: underline;}


/* Header */

#header {
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	padding: 0 25px 10px 25px;
	background: #D5DBB5 url(images/narinjara.png) no-repeat center top;
}


/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
	padding: 0 5px;
	background: #D5DBB5 url(images/img02.gif) repeat-y center top;
}

/* Content */

#content {
	width:1000px;
	height: 30px;
	margin: 0 auto;
	padding: 0 5px 10px 5px;
	background: url(images/img03.gif) no-repeat;
}

.post {
    width: 960px;
	padding: 20px 0 0 10px;
}


/* Footer */

#footer {
	width: 1000px;
	height: 45px;
	margin: 0 auto;
	padding: 0 0px 5px;
	background: #D5DBB5 url(images/img12.gif) no-repeat center top;
}

#footer p {
	margin: 0;
	padding: 14px 20px;
	line-height: normal;
	font-size: 77%;
}

#footer a {
	color: #3B3B3B;
}

#footer a:hover {
	text-decoration: underline;
}

#legal {
	float: left;
}

#links {
	float: right;
}
