@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
	background-color: #373535;
	background-image: url(../images/title.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
a:link, a:visited{
	color: #FFFFFF;
	text-decoration: none;

}

a:hover, a:active {
	color: #cdcdcd;
	text-decoration: none;
	}
.oneColFixCtr #title {
	height: 183px;
	background-image: url(../images/pic.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.oneColFixCtr #container #menu {
	height: 35px;
	padding-top: 5px;
}
.oneColFixCtr #container #baner {
	border: 1px solid #cdcdcd;
	height: 281px;
}
.oneColFixCtr #container {
	width: 780px;  
	margin: 0 auto; 
	text-align: left; 
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #container #menu_down {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #595454;
	text-align: center;
	vertical-align: middle;
	height: 30px;
	border: 1px solid #959292;
	line-height: 30px;
}
.oneColFixCtr #container #footer {
	text-align: center;
	padding-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
#shadowed-border { padding:20px; width:95%; margin:10px auto; }
#shadowed-border .sb-inner { background:#4f4c4c; }
#shadowed-border .sb-border { background:#cdcdcd; }
