body {
	font-family:georgia;
	background-color:#37569e;
}

a {
 	text-transform: uppercase;
 	text-decoration: underline;
 	font-weight: bold;
 	color: #000;
}

a:visted{
	text-transform: uppercase;
 	text-decoration: underline;
	font-weight: bold;
	color: #000;
}

a:active{
	text-transform: uppercase;
 	text-decoration: underline;
	font-weight: bold;
	color: #000;
}

a:hover {
	text-transform: uppercase;
 	text-decoration: underline;
	font-weight: bold;
	color: #000;
}

#container {
	margin:auto;
	padding-top:2em;
	position: fixed;
}

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

#menu li {

	border-color:#FFF;
	float:left;
	display: inline;
	background:#EFEFEF;
	margin:0 0 0 0;
	padding:11px;
	text-align:left;
	width:158px;
	border-style:solid;
	border-width:0px;
	font-size:14px;
	font-family: tahoma;
}

.clear {
	clear:both;
}

#content-left {
	border-color:#FFF;
	border-style:solid;
	border-width:0px;
	background-color:#181b20;
	padding:20px;
	text-align:left;
	font-family: arial;
	width:224px;
	margin:0 0 0 0;
	float:left;
	font-size:10px;
	display: inline;
	color:#FFF;
	height: 225px;
}

#content-right {
	border-color:#FFF;
	text-align:left;
	border-style:solid;
	border-width:0px;
	background:#FFFFFF;
	padding:20px;
	font-family:tahoma;
	padding-top: 1.8em;
	width:594px;
	margin:0 0 0 2;
	font-size:10px;
	float:left;
	display: inline;
	font-size: .7em;
	height: 240px;
}

#header {
	font-size:18px;
	color:#FFF;
	padding-top: .05em;
	
}

#center {
	width:900px;
	height:142px;
	background-image:url("./img/tokyo.jpg");
	background-repeat:repeat-x;
}

#title {
	top-padding:10px;
	font-size:22px;
	font-face: tahoma;
}

a.news {
	color: #FFF;
	text-decoration: underline;
}

a.news.visted {
	color: #FFF;
	text-decoration: underline;
}

a.news.hover {
	color: #FFF;
	text-decoration: underline;
}

a.news.active {
	color: #FFF;
	text-decoration: underline;
}