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

div.banner{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

div.red-bar{
	background-image: url('../images/red_bg.gif');
}

div.nav{
	width: 700px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#nav ul {
	list-style: none; 
	margin: 0px; 
	padding: 0px;
}

#nav li {
    list-style:none;
    display:inline;
}

div.central{
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url('../images/grey_stripes.gif');
}

div.content{
	background-image: url('../images/grey_content.gif');
	background-repeat: repeat-y;
	background-position: center top;
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}

div.footer{
	height: 90px;
	background-repeat: repeat-x;
}

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

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

a:link.footer-link{
	color: #999999;
	text-decoration: none;
}

a:visited.footer-link{
	color: #999999;
	text-decoration: none;
}

a:active.footer-link{
	color: #999999;
	text-decoration: none;
}

a:hover.footer-link{
	color: #ff0000;
	text-decoration: none;
}

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

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

a:active{
	color: #333333;
	text-decoration: none;
}

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

div.content-container{
	width: 660px;
	margin-left: auto;
	margin-right: auto;
	font-family: verdana, arial;
	font-size: 11px;
	color: #333333;
	line-height: 18px;
}