body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}
h1,h2,h3,h4,h5,h6{
	font-family:Arial, Helvetica, sans-serif;
}
h2,h3,h4,h5,h6{
	color: #eedd43;
}
#container{
	margin: auto;
	width: 785px;
}
#content_container{
	width: 785px;
	padding-top: 20px;
}
#header{
	width: 785px;
}
#title{
	width: 785px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px silver;

}
#nav{
	width: 212px;
	float: left;
}
#nav ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav ul li a{
	text-decoration: none;
	background-repeat:no-repeat;
	width: 212px;	
	display: block;
}
#content{
	width: 486px;
	padding-right: 87px;
	float: left;
	padding-bottom: 40px;
}
.clear{
	clear: both;
}
#footer{
	clear:both;
	width: 785px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	border-top: solid 1px silver;
}
#credit{
	float: right;
	width: 94px;
	height: 25px;
	margin-right: 35px;
	margin-top: 20px;
}
#credit a{
	width: 94px;
	height: 25px;
	display:block;
	text-decoration: none;
	text-indent: -9000em;
	background-image:url(../images/ir_logo.gif);
	background-repeat: no-repeat;
}
#copyright{
	float: left;
	margin-left: 35px;
	margin-top: 20px;
}