html {

	background: ##66FFFF;

}

body {

	margin: 20;

	padding:0;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 20px;

	line-height: 1.5em;

	color: #0000;

	background: url(images/templatemo_page_bg.jpg) repeat-x  center top;

	width: 100%;

	display: table;

}

		* html #templatemo_menu{
			margin-left: 13px;
		}

		#templatemo_menu ul {
			float: left;
			width: 747;
			margin: 0;
			padding: 7px 0 0 0;
			list-style: none;
		}

		* html #templatemo_menu ul {
			width: 700px;
		}
		#templatemo_menu ul li{
			display: inline;
		}

		#templatemo_menu ul li a{
			float: left;
			padding: 0 25px;
			font-size: 12px;
			font-weight: bold;
			text-align: center;
			text-decoration: none;
			color: #FFFFFF;
		}

		#templatemo_menu li a:hover, #templatemo_menu li .current{
			color: #FFFF00;
		}