body {
	font-family: Verdana, sans-serif;
	background-color: #000000;
	margin: 0px;
	color: #FFFFFF;
	background-image:  url(graphics/worldfooter.jpg);
	background-repeat: repeat-x;
	background-position: bottom;



}
#header {
/*	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
*/
	margin: 0px;
	padding: 0px;
	height: 98px;


}
#menu {
	background-color: #8A8A8A;
	position: absolute;
	height: 26px;
	width: 100%;
	left: 399px;
	top: 71px;
	padding-right: 200px;
	margin-right: 200px;



}
#menu td {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px 20px 0px 0px;
	vertical-align: middle;
}

#menu td a {
	color: #FFFFFF;
	text-decoration: none;
}

#menu td a:hover {
	background-color: #3366CC;
}

#main {
	background-color: #101010;
	margin-right: 200px;
	padding: 10px;
	font-size: medium;
	z-index: 2;
	margin-left: 200px;
	margin-top: 50px;
	margin-bottom: 0px;



}
#footer {
	height: 400px;
	width: 100%;
	z-index: 1;
	text-align: center;






}
a {
	color: #77BBFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;

}
#main td {
	vertical-align: top;
	padding-bottom: 10px;

}
#lsidebar {
	position: absolute;
	width: 180px;
	left: 10px;
	top: 148px;
}
#rsidebar {
	position: absolute;
	width: 180px;
	right: 10px;
	top: 148px;
}
#cnotice {
	height: 50px;
	width: 100%;
	z-index: 1;
	text-align: center;
	font-size: x-small;
	vertical-align: bottom;
	padding: 15px;


}
