body {
	cursor: default;
	margin: 5px 0;
	font: small/1.8em Verdana, Arial, Helvetica, sans-serif;
	background: #eedd88;
	color: #000;
	text-align: center;
}

h1 {
	color: #fff;
	background: #eedd88;
        text-align: center;
	text-indent: 0.5em;
	font-size: 1.1em;
	font-variant: small-caps;
	margin-top: 1em;
}

h2 {
	color: #fff;
        text-align: center;
	background: #eedd88;
	text-indent: 0.5em;
	font-size: 1.1em;
	font-variant: small-caps;
	margin-top: 2em;
}

h3 {
	font-size: 1.1em;
}

a {
	color: #ff6644;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px dotted;
}

a:hover {
	color: #ffffff;
	border-bottom: 0px solid;
}

a:visited {
	color: #ff6644;
}

img {
	border: 0;
}

#page {
	width: 740px;
	margin: 0 auto;
	color: #000;
	background: #ffeeaa;
	text-align: left;
}

	#header {
		width: 100%;
		height: 150px;
		background: url("../logo.jpg") top right no-repeat;
	}
		#header h1 {
			margin: 0;
			border: none;
		}

	#menu {
		letter-spacing: 0.1em;
		line-height: 3em;
		font-weight: bold;
		border-bottom: 1px solid #ff9966;
		border-top: 1px solid #ff9966;
		background: #ffccaa;
	}
		/* for #menu, #sidebar and #footer !!! */
		#menu ul, #sidebar ul, #footer ul {	
			margin: 0;
			padding: 0;
			list-style: none;
		}

		#menu li {
			display: inline;
			padding: 0 2.5em;
		}
		
			#menu li a{
				color: #ff6644;
				text-decoration: none;
				border: none;
			}
			#menu li a:hover {
				color: #ffffff;
			}



	#menu2 {
		letter-spacing: 0.1em;
		line-height: 2em;
		font-weight: bold;
                text-align: center;
		background: #eedd88;
	}
		/* for #menu, #sidebar and #footer !!! */
		#menu2 ul, #sidebar ul, #footer ul {	
			margin: 0;
			padding: 0;
			list-style: none;
		}

		#menu2 li {
			display: inline;
			padding: 0 2.5em;
		}
		
			#menu2 li a{
				color: #ff6644;
				text-decoration: none;
				border: none;
			}
			#menu2 li a:hover {
				color: #ffffff;
			}






	#content {
		float: left;
		width: 490px;
		padding: 0px 20px 30px 20px;
		border-right: 1px solid #B0EC74;
		background: #ffeecc;
	}

	#sidebar {
		margin: 10px 0 0 -1px;
		padding: 0 0 0 15px;
		float: left;
		width: 180px;
		font-size: 0.8em;
		border-left: 1px solid #B0EC74;
	}

	#footer {
		clear: both;
		margin: 0;
		padding: 1px 0;
		background: #ffccaa;
		text-align: center;
		font-size: 0.8em;
	}
	
		#footer li {
			display: inline;
			padding: 0 1em 0 0;
		}

		#footer a {
			color: #fff;
		}