/*
	Author: Ci&T
	Date: July, 2006
*/
@import url("/v1/css/footer.css"); /* footer */

/*========= GENERAL CSS =========*/
* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background: #F3E9CE;
	text-align: center; /* align for IE */
	font-size: 70%;
}
p {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	color: #828282;
	line-height: 14px;
	margin-bottom: 10px;	
}
a {
	color: #828282;
	text-decoration: underline;
}
a:hover {
	color: #E78413;
}
/* logo */
h1 {
	width: 56px;
	height: 97px;
	float: right;
	right: 25px;
	margin-top: 00px;
	position: relative;
}
/* title */
h2 {
	font: 120% Verdana, Arial, Helvetica, sans-serif;
	color: #E78413;
	font-weight: bold;
	margin-bottom: 8px;
	text-align: left;	
}
/* subtitle */
h3 {
	font: 110% Verdana, Arial, Helvetica, sans-serif;
	color: #E78413;
	margin-bottom: 10px;
}

.text_strong {
	font-weight: bold;
	color: #E78413;
}
.button {
	color: #FFF;
	background: #E78413;
	border: solid 1px #828282;
}

/*========= DIVS =========*/
#container {
	width: 833px;
	min-height: 579px;
	_height: 579px; /* IE */
	background: url("/v1/images/backgrounds/bg_container.gif") center repeat-y;
	margin: 46px auto 0px;
	position: relative;
}
#top {
	width: 833px;
	height: 23px;	
	background: url("/v1/images/backgrounds/bg_top.gif") center no-repeat;
	float: left;
}
#bg {
	clear: both; /* for image background 'bg_container.gif' appear in background */
}
#bottom {
	width: 833px;
	height: 23px;
	background: url("/v1/images/backgrounds/bg_bottom.gif") center no-repeat;
	margin: 0 auto;
}


/*========= OLYMPIC LOGO ========= */

#beijing_logo {
	height: 183px;
	float: left;		
    font-size: 90%;
    padding-top: 10px;
	padding-left: 23px;
	text-align: left;
}
