a:link {
	text-decoration: none;
	color: #333;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #F93;
}
a:active {
	text-decoration: none;
}

body  {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}


.yaya #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	height: 720px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
}
.yaya #container-mkh {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	height: 720px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/bg-mkh.jpg);
	background-repeat: no-repeat;
}


.yaya #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 10;
	padding-left: 0px;
	height: 40px;
} 
.yaya #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.yaya #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 450px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 50px; /* padding keeps the content of the div away from the edges */
	height: 600px;
	margin: 0px;
}
.yaya #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 700px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px; /* padding keeps the content of the div away from the edges */
	height: 620px;
	text-align: right;
}
.yaya #mainContent {
	height: 630px;
	width: 140px;
	float: left;
	margin: 0;
	padding: 12;
} 

.floatright { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin: 0px;
	padding: 6px;
	text-align: left;
	width: 600px;
}
.floatrightimages { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 700px;
}
.floatleft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



.headernav {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #06C;
	float: right;
	clear: none;
	text-align: left;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 25px;
}

.textgreencart {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	float: right;
	color: #607D32;
}


.text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #663;
	padding-right: 8px;
}
.textrghtspace {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #663;
	padding-right: 8px;
}
.textlftspace {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #663;
	padding-left: 8px;
}
.textgreen {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #607D32;
}
.textfuscia {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #F09;
}
.textblue {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #63AEB9;
}
.textwhite {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #C8C6BC;
}
.text805 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666;
}

.textright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666;
	letter-spacing: normal;
	text-align: right;
		
}

.textrightcart {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #666;
	letter-spacing: normal;
	text-align: right;
		
}


.textleft {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666;
	letter-spacing: normal;
	text-align: left;
		
}

.headers0ne {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #5F7D32;
}
.textbottom {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	padding-top: 500px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
	float: none;
	height: 500px;
	width: 430px;
}
.spacer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #999;
	word-spacing: 12px;
}



.yaya #footer-mkh {
	padding: 0;
	background-color: #FFF;
	background-image: url(../images/footer-carpet.jpg);
	background-repeat: no-repeat;
	height: 25px;
}

