* {
	margin: 0;
	padding: 0;
}

body {
	font-family: georgia, arial, sans-serif, helvetica;
	background: left top repeat-x url('../images/bg2.jpg');
	text-align: center;
}

div#page {
	margin: auto;
	width: 739px;
	text-align: left;
}

a {
text-decoration: none;
color: #FFFFFF;
}

a:hover {
text-decoration: underline;
}


/* Header part */
div#header {
	margin-top: 40px;
	line-height: 46px;
	font-size: 20px;
	background: left top repeat-x url('../images/line_menu.gif');
}

div#menu {
	margin-bottom: 23px;
	background: left bottom repeat-x url('../images/line_menu.gif');
}
div#menu ul {
	height: 46px;
	list-style-type: none;
}
div#menu ul li {
	float: left;
	width: 120px;
	text-align: center;
}
div#menu ul li img {
	border: none;
}

div#player {
	float: right;
	background: left bottom no-repeat url('../images/player/player_bg.png');
	height: 138px;
	font-size: 11px;
}
div#player span {
	display: block;
	margin-top: -16px;
	line-height: 21px;
	color: #F3EFE8;
	background: left top no-repeat url('../images/player/title_bg_player.png');
	text-indent: 6px;
	font-size: 14px;
}
div#lp {
	float: right;
}


/* Content part */
div#content {
}

div#content h1, div#content h2 {
	color: #AC020F;
	font-weight: normal;
	font-size: 30px;
	line-height: 50px;
	background: left bottom repeat-x url('../images/line_content.gif');
}
div#content p {
	text-align: justify;
	margin: 10px 0;
}

div#left {
	width: 480px;
	font-size: 14px;
	line-height: 18px;
}

div#right {
	float: right;
	width: 224px;
}
div#tip {
	background: left top no-repeat url('../images/tipons_bg.png');
	text-indent: 22px;
	padding: 60px 0 0 0;
	height: 176px;
}
div#tip input {
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	width: 162px;
	background: none;
	border: none;
}
div#tip img {
	margin-top: 20px;
	margin-left: 100px;
	border: none;
}


/* Footer part */
div#footer {
	margin-top: 30px;
	padding-top: 10px;;
	font-size: 14px;
	color: #74716E;
	height: 50px;
	background: left top repeat-x url('../images/line_footer.gif');
}
div#footer span {
	color: #C95A51;
}
div#footer ul {
	list-style-type: none;
}
div#footer ul li {
	float: left;
	margin-left: 18px;
}
div#footer a {
	color: #74716E;
	text-decoration: none;
}
div#footer a:hover {
	color: #C95A51;
}


div.container {
	width: 739px;
}

.clear {
	clear: both;
}
