body	 {
/*	background-color:#7aa5d2;  */
        background-color:#0b1cf4;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container {
	width: 900px;
	background-image: url(image/background.jpg);
	margin: 0 auto;
	padding: 0px 10px 0px 10px;
}

#header {
	width: 900px;
	height: 550px;
	background-image: url(image/header.jpg);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#header table {
}

#header td.left {
	width: 140px;
}

#header td.center {
	width: 620px;
}

#header td.right {
	width: 140px;
}

#header tr {
	height: 78px;
}

#content {
	width: 880px;
	margin: 0px 0px 0px 0px;
	padding: 10px;
/*	color: #ffcc00;   */
/*	color: #03fb78;   */
        color: #46f40b;
	font-size: 17px;
}

#content h1,h2,h3,h4 {
	text-align: center;
}

#content p {
	text-indent: 30px;
	text-align: justify;
	margin: 8px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
}

#content a {
/*	color: #ff5a00;   */
	color: #fb3203;
	text-decoration: none;
}

#content a:hover {
	color: #fff600;
}

#content table {
}

#content td {
	width: 298px;
	text-align: center;
	vertical-align: middle;
}

#content tr {
	height: 200px;
}

#content img {
	border: 1px solid white;
}

#bottom {
	width: 880px;
	height: 360px;
	background-image: url(image/bottom.jpg);
	background-color:blue;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
}

#footer_menu {
	width: 900px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #ffcc00;
	background-color: black;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
}

#footer_menu a{
/*	color: #a98700;   */
        color: #fb3203;
	text-decoration: none;
}

#footer_menu a:hover {
	color: #ffcc00;
	text-decoration: underline;
}

#footer_menu .press {
	color: #ffcc00;
	text-decoration: underline;
}

#footer {
	width: 900px;
	font-size: 14px;
	text-align: center;
	color: #ffcc00;
	background-color: black;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 20px 0px;
}