@charset "utf-8";
/* CSS Document */

body {
	background: #AA9C8F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #343434;
}
a:link {
	color: #00AF3F;
	text-decoration: none;
}
a:visited {
	color: #00AF3F;
	text-decoration: none;
}
a:hover {
	color: #F4911E;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #00AF3F;
}
h1 {
	color: #C75B12;
	font-size:18pt;
}
h2 {
	color: #00AF3F;
	font-weight:bold;
	font-size:12pt;
}
#nav {
	background-color: #343434;
	float: left;
	width: 375px;
	font-size: 9pt;
	font-weight: bold;
	}
#nav ul {
	background-color: #343434;
	float: left;
	margin: 0;
	padding-left: 0;
	}
#nav ul li { 
	display: inline; 
	}
#nav ul li a {
	background-color: #343434;
	float: right;
	padding: 6px;
	text-decoration: none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	}
#nav ul li a:hover {
	background-color: #474747;
	}
.header {
	background-image:url(_images/iya1header.jpg);
	background-repeat:no-repeat;
	height: 282px;
	width: 863px;
	background-position: center top;
	position:relative;
	display: table;
	margin: 0 auto;
}
.left {
	float:left;
	text-align: left;
	width: 50%;
	height: 100px;
	padding-top: 180px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.right {
	float:right;
	text-align: left;
	width: 45%;
	height: 100px;
	padding-top: 180px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.white {
	color: #FFFFFF;
	}
select {
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
color:#343434;
}
.middle {
	clear:both;
	}
.facts {
	float:left;
	text-align: left;
	background-image:url(_images/getfacts.jpg);
	background-repeat:no-repeat;
	height: 200px;
	width: 40%;
	padding-top: 120px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 25px;
	overflow:hidden;
}
.code {
	float:right;
	text-align: left;
	background-image:url(_images/codepuzzle.jpg);
	background-repeat:no-repeat;
	height: 200px;
	width: 50%;
	padding-top: 120px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 25px;
	margin-right: 0px;
	display:table;
	overflow:hidden;
}
.tip {
	background-color:#343434;
	height: 43px;
	width: 863px;
	position:relative;
	display: table;
	margin: 0 auto;
	border: 1px solid #FFFFFF;
	clear:both;
}
.tipnested {
	float:left;
	text-align: left;
	width: 785px;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	color:#FFFFFF;
}
.content {
	text-align: left;
	background-color:#FFFFFF;
	width: 823px;
	position:relative;
	display: table;
	margin:auto;
	padding: 20px;
}
.like {
	float:right;
	width: 60px;
	padding-top: 11px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	margin-top: 25px;
	clear:both;
	text-align:center;
}
hr {
	border:0 #343434 solid;
	border-top-width:1px;
	height:0
	}