@charset "UTF-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	font-size: 14px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#layout #header span {
	display: none;
}
#layout {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#layout #footer span {
	display: none;
}
#layout #leftside #whats span {
	display: none;
}
#layout #leftside #whats {
	height: 200px;
	width: 490px;
	background-image: url(images/news.jpg);
	margin-right: auto;
	margin-left: auto;
}
#layout #leftside #appearance {
	width: 490px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#layout #leftside #photo {
	width: 490px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#layout #leftside #appearance #t_appearance {
	background-image: url(images/appearance.jpg);
	height: 30px;
	width: 490px;
}
#layout #leftside #appearance #t_appearance span {
	display: none;
}
#footer {
	background-image: url(images/footer.jpg);
	height: 30px;
	width: 800px;
	clear: both;
	float: none;
}
#header {
	background-image: url(images/header.jpg);
	height: 300px;
	width: 800px;
}
#leftside {
	width: 500px;
	float: left;
}
#rightside {
	width: 290px;
	float: right;
	margin-bottom: 10px;
	margin-right: 5px;
}
#layout #leftside #whats #iframe {
	width: 450px;
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 20px;
}
a:link {
	color: #0066FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #00FFFF;
}
a:active {
	color: #00FF66;
}
h3 {
	color: #0000FF;
	border-right-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00FF66;
	border-right-color: #00FF66;
	border-bottom-color: #00FF66;
	border-left-color: #00FF66;
	border-top-width: 0px;
	border-bottom-width: 0px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 16px;
	background-color: #99FFFF;
}
tr,td {
	border: 1px solid #666666;
}
#whats_txt {
	padding-top: 30px;
	margin-right: auto;
	margin-left: auto;
	height: 150px;
	width: 450px;
}
#layout #leftside #whats #whats_txt div {
	height: 150px;
	overflow: auto;
}
