@import url(./reset-min.css);
@import url(./fonts-min.css);
@import url(./base-min.css);

html {
	background-color:#222222;
	background-image:url(../images/body_bg.png);
	background-repeat: repeat-x;
	color:#FFFFFF;
}

body {
	margin:0;
	text-align:center;
}

.clear { clear:both; }

a { color:#000000; text-decoration:none; }
a:hover { color:#333333; text-decoration:none; }

#docx {  
	margin:auto; text-align:center; /* leave unchanged */
	width:100%;
	min-width:974px;/* optional but recommended */
}

#header {
	width:974px;
	height:80px;
	margin:auto;
	text-align:center;
}

#header .logo {
	width:360px;
	height:80px;
	margin:auto;
	background-color:transparent;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	cursor: pointer;
	color:#000000;
}

.menu {
	width:100%;
	margin:0 auto 14px auto;
	text-align:center;
}

.menu .red {
	width:600px;
	height:20px;
	margin:auto;
	padding:2px 2px 2px 2px;
	background-color:#1d54ae;
	border:1px solid #153c7f;
	font-size:100%;
	font-weight:bold;
	color:#FFFFFF;
}

.menu .red select {
	height: 98%;
	font-size: 100%;
}

.menu .white {
	width:310px;
	height:18px;
	margin:auto;
	padding:2px 2px 0 2px;
	background-color:#f0f0f0;
	background-image:url(../images/nav_bg.png);
	border:1px solid #bdbcbd;
	font-size:100%;
	font-weight:bold;
	color:#000000;
}

#loading {
	position:fixed;
	background:black;
	width:100%;
	height:100%;
	display:none;
	text-align:center;
	opacity:0.85;
	filter:alpha(opacity=85)
}


#page {
	width:100%;
	min-width:974px;
	margin:0 auto 14px auto;
	text-align:center;
}

#page img {
	max-width: 96%;
	padding:10px;
	background-color: #a6a6a6;
}

#ryc {
	max-width: 96%;
	padding:10px;
	background-color: #a6a6a6;
}

#footer {
	width:100%;
	min-width:974px;
	margin:auto;
	padding:24px 0 24px 0;
	background-color:transparent;
	background-image:url(../images/footer_hr_bg.png);
	background-repeat:repeat-x;
	text-align:center;
}
