body{
	background-color: #ffffff;
	margin: 0px;
}

div.banner{
	width: 100%;
	height: 121px;
	background-image: url('images/banner_bg.gif');
	text-align: center;
}

div.container{
	width: 100%;
	background-image: url('images/content_sides_bg.gif');
	text-align: center;
}

div.footer-bar{
	width: 100%;
	background-image: url('images/footer_bar_bg.gif');
	background-repeat: repeat-x;
	text-align: center;
}

div.footer{
	width: 741px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: verdana, arial;
	font-size: 10px;
	color: #999999;
	line-height: 16px;
}

a:link{
	color: #999999;
	text-decoration: underline;
}

a:visited{
	color: #999999;
	text-decoration: underline;
}

a:active{
	color: #999999;
	text-decoration: underline;
}

a:hover{
	color: #999999;
	text-decoration: none;
}

div.head{
	width: 741px;
	height: 88px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('images/head_bg.gif');
	text-align: center;
}

div.links{
	width: 741px;
	height: 33px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('images/links_bg.gif');
	text-align: center;
}

div.content-container{
	width: 741px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('images/content_bg.gif');
}

div.content{
	width: 670px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: verdana, arial;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	text-align: left;
	line-height: 150%
}

h2{
	color: #ff0000;
	font-family: verdana, arial;
	font-size: 12px;
}

div.end-content{
	width: 741px;
	height: 39px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('images/shadow_footer_bg.gif');
}

div.clear{
    clear: both;
    font-size: 1px;
    line-height: 1px;
    overflow: hidden;
    visibility: hidden;
	width: 0;
	height: 0;
}

#list
{
margin-left: 20;
padding-left: 0;
list-style: none;
}

#list li
{
padding-left: 20px;
background-image: url('images/li_bg.gif');
background-repeat: no-repeat;
background-position: 0 .5em;
}

