body
{
	background-image: url(images/bg_page.jpg);
	margin: 0;
	font-size: 9pt;
	font-family: verdana,arial,sans-serif;
}

a
{
	color: #000000;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h3
{
font-family: verdana,arial,sans-serif;
font-size: 9pt;
}

#header
{
	background: url(images/iaff-header.jpg) center top no-repeat;
	width: 900px;
	margin: 0 auto;
	padding-top: 155px;
	padding-bottom: 10px;
}

#header a
{
	text-decoration: none;
}

#header a:hover
{
	color: #FF0000;
}

#header ul
{
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 0;
	list-style-type: none;
	margin-left: 20px;
	margin-right: 20px;
}

#header ul li
{
	display: inline;
}

#header li
{
	margin-left: 8px;
	margin-right: 8px;
}

#header .title
{
	display: none;
}



#content_container
{
	background-image: url(images/content-slice.jpg);
	background-repeat: repeat-y;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#main
{
	float: left;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
	line-height: 1.9;
	min-height: 450px;
}

#main p
{
	margin: 0;
}

#footer
{
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	width: 900px;
	background-color: #EBE245;
	height: 78px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0;
}

#left
{
	float: left;
	height: 500px;
	width: 19px;
	background-image: url(images/bg_sidebar.gif);
	background-repeat: repeat-y;
}

#right
{
	float: right;
	height: 500px;
	width: 19px;
	background-image: url(images/bg_sidebar.gif);
	background-repeat: repeat-y;
}

#middle
{
	background: white;
	height: auto;
	width: 726px;
}

#left_nav
{
	width: 175px;
	float: left;
	padding-right: 5px;
}

#top_nav
{
	text-align: center;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 165px;
}

#top_nav a
{
	text-decoration: none;
	color: #000000;
}
#top_nav a:hover
{
	color: #FF0000;
}

#top_nav ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#top_nav  ul li
{
	display: inline;
	margin-right: 15px;
}

.title
{
	display: none;
}

#copyright
{
	padding-top: 15px;
	text-align: center;
}
