html {
	background-color: #000000;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#page-wrap {
	background-color: #FFFFFF;
	min-width: 780px;
	max-width: 1000px;
	margin: 10px auto;
	}

#page-wrap #inside {
	background-color: #FFFFFF;
	}
	
#white-bg {
	width: inherit;
	width: 100%;
	float: left;
	background-color: #FFFFFF;
	}
	
#left-links {
	margin-top: 5px;
	float: left;
	text-align: left;
	width: 180px;
	background-color: #FFFFFF;;
	}
	
#main-content {
	padding-left: 180px;
	padding-right: 30px;
	padding-top: 0px;
	margin-top: -7px;
	background-color: #FFFFFF;
	text-align: left;
	height: 100%;
	font-size: 11px;
	}
	
#main-content table {
	font-size: 11px;
	}
	
#header {
	background: #000000;
	text-align: left;
	height: 75px;
	background-image:url(images/header_bg.jpg);
	}
	
#footer_holder {
	float: left;
	width: 100%;
	background-image: url(images/footer_holder_bg.jpg);
	background-repeat: repeat;
	height: 45px;
	}
	
#footer_bar {
	float: left;
	width: 100%;
	border:1px solid #666666;
	border-width:1px 0px 1px 0px;
	height: 28px;
	margin-top: 16px;
	}
	
#link_holder {
	float: left;
	width: 100%;
	background-image: url(images/link_holder_bg.jpg);
	background-repeat: repeat;
	height: 45px;
	}
	
#link_bar {
	width: 100%;
	float: left;
	border:1px solid #666666;
	border-width:1px 0px 1px 0px;
	height: 28px;
	padding-top: 0px;
	}
	
#left-links a {
	display: block;
	width: 130px;
	margin-bottom: 3px;
	margin-left: 15px;
	font-size: 11px;
	border:1px solid #666666;
	border-width:1px 1px 1px 1px;
	color: #000000;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	}
	
#left-links a:visited {
	display: block;
	width: 130px;
	margin-bottom: 3px;
	margin-left: 15px;
	font-size: 11px;
	border:1px solid #666666;
	border-width:1px 1px 1px 1px;
	color: #000000;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	}
	
#left-links a:active {
	display: block;
	width: 130px;
	margin-bottom: 3px;
	margin-left: 15px;
	font-size: 11px;
	border:1px solid #666666;
	border-width:1px 1px 1px 1px;
	color: #000000;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	}
	
#left-links a:hover {
	display: block;
	width: 130px;
	margin-bottom: 3px;
	margin-left: 15px;
	font-size: 11px;
	border:1px solid #666666;
	border-width:1px 1px 1px 1px;
	color: #666666;
	text-decoration: underline;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	}
	
#link_bar a {
	text-decoration: none;
	color: #000000;
	display: block;
	float: right;
	height: 22px;
	font-size: 12px;
	padding-top: 6px;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
	border:1px solid #000000;
	border-width:0px 0px 0px 1px;	
	}
	
#link_bar a:visited {
	text-decoration: none;
	color: #000000;
	display: block;
	float: right;
	height: 22px;
	font-size: 12px;
	padding-top: 6px;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
	border:1px solid #000000;
	border-width:0px 0px 0px 1px;	
	}
	
#link_bar a:active {
	text-decoration: none;
	color: #000000;
	display: block;
	float: right;
	height: 22px;
	font-size: 12px;
	padding-top: 6px;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
	border:1px solid #000000;
	border-width:0px 0px 0px 1px;	
	}
	
#link_bar a:hover {
	text-decoration: underline;
	color: #000000;
	display: block;
	float: right;
	height: 22px;
	font-size: 12px;
	padding-top: 6px;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
	border:1px solid #000000;
	border-width:0px 0px 0px 1px;	
	}
	
#second_menu {
	position: absolute;
	right: 0;
	top: 0;
	}