/* IGM CSS */
body{
background-image:url(images/background.jpg);
background-color:#3798b9;
background-position:top center;
background-repeat:no-repeat;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14pt;
color:#3798b9;
font-style:normal;
}
h1{
font-size:24px;
color:#3798b9;
}
h3{
text-decoration:underline;
}
#wrapper{
width:900px;
margin: 0 auto;
}
#header{
background-image:url(images/logo.jpg);
background-position:center;
background-repeat:no-repeat;
background-color:#3798b9;
border: 1px solid #000000;
height:200px;
width:900px;
}
#nav{
	width:99px;
	display:inline;
	position:absolute;
	float:left;
	background-color:#ff9e0f;
	text-transform:capitalize;
	font-size:12pt;
	text-align:center;
	border:1px solid #000000;
	border-top:none;
}
li{
list-style-image:url(images/81.gif);
}
#content{
width:780px;
height:100%;
background-color:#c7e2eb;
background-image:url(images/contentback.jpg);
background-position:top left;
background-repeat:no-repeat;
border:1px solid #000000;
border-top:none;
padding:10px;
margin-left:100px;
}
#footer{
margin-left:100px;
clear:both;
width:800px;
background-color:#ff9e0f;
border:1px solid #000000;
border-top:none;
text-align:right;
}
a:link{
text-decoration:none;
color:#000000;
}
a:hover{
background-color:#3798b9;
color:#000000;
}
a:visited{
color:#000000;
text-decoration:none;
}
a:active{
color:#000000;
text-decoration:none;
}

