html, body {
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: white;
	background: rgb(140, 175, 199) url('../images/default/bg_blue_gradient.png') repeat-x bottom;
	}

a {
	color: white;
	}

img {
	border: none;
	}
	
button {
	display: block;
	margin: 15px auto 0 auto;
	background: none;
	border: none;
	}

#wrapper_bottom {
	background: url('../images/default/wrapper_repeat_y.png') repeat-y center;
	margin: 0 auto;
	width: 833px;/*777px*/
	}

	#wrapper_top {
		background: url('../images/default/wrapper_top.png') no-repeat top;
		}
		
		#wrapper {
			background: url('../images/default/wrapper_bottom.png') no-repeat bottom;
			}
			
			#menu {
				height: 42px;/*82px - padding-top*/
				padding: 0px 0 0 28px;/*top 32*/
				margin-bottom: 15px;
				}
				
				#menu a {
					background: url('../images/default/menu_item_bg.png') repeat-x;
					font-size: 10pt;
					font-weight: bold;
					text-decoration: none;
					padding: 13px 0px;
					width: 147px;
					text-align: center;
					float: left;
					margin-right: 1px;
					line-height: 17px;
					}
					
					#menu a.ken_logo {
						display: block;
						padding: 0;
						margin-right: 2px;
						width	: 112px;
						height: 43px;
						background: url('../images/default/KEN_logo_bg.png') no-repeat;
						}
						
						#menu a.ken_logo:hover {
							background: url('../images/default/KEN_logo_bg.png') no-repeat;
							}
						
					#menu a.contact, #menu a.about {
						width: 109px;
						}
				#menu a.active, #menu a:hover {
					background: url('../images/default/menu_item_hover_bg.png') repeat-x;
					}
					
	#footer {
		height: 60px;
		background: url('../images/default/footer_bg.png') no-repeat center top;
		padding-top: 20px;
		padding-right: 48px;
		}
		
		#footer p {
			color: #739aa7;
			font-size: 10pt;
			width: 430px;
			margin: 0 0 0 60px;
			}
			
		#footer a {
			float: right;
			display: block;
			width: 202px;
			height: 20px;
			margin-top: 7px;
			}