body {
	background: #f2f3f3 url(images/back.png) top repeat-x;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	}
	
body, td, th, textarea, input, select, h2, h3, h4, h5, h6 {
	font: 83%/1.4 arial, helvetica, sans-serif;
	}
	
a {
	color: #3399FF;
	text-decoration: none;
	}

p {
	color: #4D4D4D;
	}

/* Header */
#header {

	background: #037EBB;
	border-bottom: 1px solid #8C8C85;
	color: #8C8C85;
	height: 50px;
	margin: 0px auto;
	width: 800px;
	text-decoration: none;
	}

#header ul {
	margin: 0px;
	padding: 0px;
	padding-right: 10px;
	text-decoration: none;
	}

#header li:hover {
	background: url(images/point02.png) left no-repeat;
	text-decoration: none;
	}
	
	

#header ul li {
	display: inline;
	float: right;
	margin-right: 10px;
	padding-left: 8px;
	text-align: left;
	}

/* Menu */
#header_menu {
	background: url(images/bg02.png) top no-repeat;
	color: #F5F5F5;
	
	font-weight: bold;
	height: 30px;
	margin: 0px auto;
	padding-left: 20px;
	width: 800px;
	}

#header_menu ul {
	margin: 0px;
	padding: 0px;
	padding-right: 10px;
	}

#header_menu ul li {
	display: inline;
	float: left;
	margin-bottom: -5px;
	padding-top: 5px;
	text-align: center;
	width: 80px;
	}
	
#header_menu li:hover {
	background: url(images/point01.png) top center no-repeat;
	text-decoration: none;
	}


#header_menu .selected {
	background: url(images/point01.png) top center no-repeat;
	color: #F7F7F7;
	}

/* Body */
#container {
	background: #FFFFFF;
	margin: 0px auto -30px auto;
	width: 800px;
	}

#container h3 {
	background: url('images/a22.gif') bottom repeat-x;
	border-bottom: 1px solid #D1D1D1;
	color: #4D4D4D;
	position: relative;
	font-size: 18px;
	line-height: 25px;
	top: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-bottom: 20px;
	}

#container ul {
	list-style: url(images/point02.png);
	}

#container .content {
	margin-bottom: 10px;
	padding: 0px 15px 10px 15px;
	}

#container .post {
	padding: 0px;
	margin: 0px;
	margin-bottom: 30px;
	}

#container .post .header {
	position: relative;
	}

#container .post .date {
	color: #B3B3B3;
	font-weight: bold;
	line-height: 35px;
	position: absolute;
	right: 0px;
	top: -1px;
	width: 146px;
	}

#container .post .content {
	margin-bottom: 0px;
	}

/* Footer */
#footer {
	/*background: #D9D9D9;*/
	color: #4D4D4D;
	/*border-top: 1px solid #B3B3B3;*/
	margin: 5px auto;
	padding: 2px;
	width: 800px;
	}
	
#footer a {
	color: #4D4D4D;
	}

#footer ul {
	display: inline;
	list-style: none;
	}

/* Other bits */
.top-bit {
	background: url(images/bg03.png) bottom no-repeat;
	height: 15px;
	margin: 0px auto;
	margin-top: 20px;
	width: 800px;
	}
.white {
	color: #FFFFFF;
}

.bottom-bit {
	background: url(images/bg04.png) top no-repeat;
	height: 15px;
	margin: 0px auto;
	width: 800px;
	}	
	
