body {
	background-image: url(images/bkg.jpg);
	background-repeat: repeat-x;
	background-color: #F5F2F3;
	background-attachment: scroll;
	margin: 0px;
}

#header
{
}

#content 
{
	background-image: url(images/content_bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	left: 0px;
} 

#list_event
{
	position: relative;
	top: 30px;
	text-decoration: none;
	text-align: left;
	list-style-position: inside;
	width: 310px;
} 

#list_gov 
{
	position: relative;
	top: 30px;
	text-decoration: none;
	list-style-position: outside;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
} 
.iconlist
{
	list-style: none;
	margin: 0;
	padding: 0;
}

li a:link, a:visited
{
	text-decoration: none;
	color: #217db1;
}

li a:hover
{
	text-decoration: underline;
	color: #039;
}

li.gov 
{
	background-image: url(images/gov_btn.png);
	background-repeat: no-repeat;
	line-height: 30px;
	background-position: 20px top;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 60px;
	margin-top: 1em;
}

#list_links 
{
	position: relative;
	top: 30px;
	text-decoration: none;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

} 
li.link 
{
	background-image: url(images/link_btn.gif);
	background-repeat: no-repeat;
	background-position: 20px center;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 40px;
	margin-top: 1em;
	line-height: 5px;
	font-size: 14px;
}

#wrapper 
{
	background-image: url(images/bkg.jpg);
	background-repeat: repeat-x;
	background-color: #F5F2F3;
	background-attachment: scroll;
	margin: 0px;
	width: 100%;
	margin: 0 auto; 
	padding-bottom: 60px; 
	position: relative;
} 

#footer 
{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background-attachment: scroll;
	background-color: #B4D7EB;
	background-image: url(images/bkg_foot.gif);
	background-repeat: repeat-x;
} 

.foot {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
}

