body {
	font-family:Tahoma,Verdana,Arial,sans-serif;
	background:#E3F4C8 url(/img/bg.jpg) repeat-x;
	margin:auto auto;
	width:800px;
	border: 10px solid #A6D064;
	border-top: none;
	color:#333333;
	font-size:13px;
}	
.class {
	text-align: center;
}

div#header {
	height:170px;
	background:url(/img/top.jpg) no-repeat;
	width:800px;
}
img { border:0px;}

a {
	color: #0066CC;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	color:#65a22c; /*#89C84D;	*/
	margin:0pt;
	margin-top:10px;;
}

/* top menu*/
div#topMenu a {
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
}

div#topMenu a:hover {
	text-decoration: underline;
}

div#topMenu {
	background: url(/img/menu_bg.gif) repeat-x;
	height: 27px;	
}

div#topMenu ul {
	padding:0px;
	margin:0px;
	margin-left: 310px;
	list-style:none;	
	width: 490px;
}

div#topMenu li {
	float: left;
	font-size:11px;
	width: 75px;
	line-height:27px;
	text-align: center;
	border-left: 1px solid #FFFFFF;
}

/* content */
div#content {
	min-height:300px;
/*	background-color: #E3F4C8;*/
	background-color: #FFFFFF;
	padding: 15px;
}

div.post {
	border-bottom: 1px dotted #A6D064;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

div.postDate {
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 10px;
}

div.links {
	padding-top:8px;
}

hr.dot {
	border: none;
	border-bottom: 1px dotted #A6D064;
	margin-bottom: 15px;
}

.postHeader {
	font-size: 16px;
}

/*##############################################*/
ul#mainUL {
	list-style: none;
}

ul#mainUL li {
	padding-left: 60px;
	height: 60px;
	/*
	background: url(/img/num.png) no-repeat;	
*/
	position: relative;
}
ul#mainUL div {
	position: absolute;
	top: 0px;
	left: -10px;
	width: 50px;
	height: 43px;	
}

div#num1 {
	background: url(/img/num.png) no-repeat;
	background-position: 0px;
}
div#num2 {
	background: url(/img/num.png) no-repeat;
	background-position: -50px;
}
div#num3 {
	background: url(/img/num.png) no-repeat;
	background-position: -100px;
}
div#num4 {
	background: url(/img/num.png) no-repeat;
	background-position: -150px;
}
div#num5 {
	background: url(/img/num.png) no-repeat;
	background-position: -200px;
}
div#num6 {
	background: url(/img/num.png) no-repeat;
	background-position: -250px;
}
.alignright {
        float: right;
	        }
		
		.alignleft {
		        float: left
			        }
textarea, input {
    border: 1px solid #A6D064;
}
