@import url("reset.css");
@import url("fonts.css");
@import url("base.css");


/*standard*/
.clear {clear: both;height: 0;}

/*structure*/



html {
	background-color: #591a1d;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	color: #FFFFFF;
}

body {
	font-family: Trebuchet MS, Arial, sans-serif;
	background-color: #591a1d;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
}


#email {
	width: 710px;
	background: #5B0F11;
	padding: 10px 20px 0px;
	border-bottom: 1px solid #FFFFFF;
}

#email input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;} 

#nav {
	width: 710px;
	background: #272425;
	padding: 10px 20px;
	font-size: 85%;
	text-transform: uppercase;
	color: #f1e047;
	font-weight: bold;
	border-bottom: 1px solid #FFFFFF;
}

#wrapper {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background: #5b1011;
	padding: 0px 7px 7px;
}

#body {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background: #A71614 url(../images/header.gif) no-repeat top;
}

#header {
	height: 155px;
	width: 750px;
	display: block;
}

#chinese {
	height: 58px;
	width: 360px;
	background: url(../images/chinese-sl.gif) 0 0 no-repeat;
	margin-left: 20px;
}

#chinese a {
	height: 58px;
	width: 360px;
	display: block;
	}

#chinese a:hover {
	height: 58px;
	width: 360px;
	background: url(../images/chinese-sl.gif) 0 -58px no-repeat;
}

#leftEven {
	float: left;
	width: 335px;
	margin: 15px 0px 45px 25px;
}

#rightEven {
	float: left;
	width: 345px;
	margin: 105px 0px 45px 30px;
	background: url(../images/box-even-bg.gif) repeat-y;
}

#rightEven-top {
	width: 345px;
	height: 10px;
	background: url(../images/box-even-top.gif) no-repeat;
}

#rightEven-bot {
	width: 345px;
	height: 10px;
	background: url(../images/box-even-bot.gif) no-repeat;
}

#leftWide {
	float: left;
	width: 425px;
	margin: 15px 0px 45px 25px;
}

#rightNar {
	float: left;
	width: 255px;
	margin: 105px 0px 45px 30px;
	background: url(../images/box-nar-bg.gif) repeat-y;
}

#rightNar-top {
	width: 255px;
	height: 10px;
	background: url(../images/box-nar-top.gif) no-repeat;
}

#rightNar-bot {
	width: 255px;
	height: 10px;
	background: url(../images/box-nar-bot.gif) no-repeat;
}

#rightContent {
	margin-right: 30px;
	margin-left: 15px;
}

#footer {
	width: 710px;
	background: #272425;
	padding: 10px 20px;
	font-size: 85%;
	text-transform: uppercase;
	color: #f1e047;
	font-weight: bold;
	text-align: center;
	margin-top: 7px;
}

#footer h2 {
	font-size: 161.6%;
	margin-bottom: .25em;
}

#credits {
	font-size: 85%;
	width: 750px;
	text-align: center;
	margin: 30px auto;
}

hr
{
	border-color: #bfb7ae;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	margin: 0 0 20px;
	height: 0;
}

h1 {
	font-size:200%;  
	color: #f1e047;
}
h2 {
	font-size:167%; 
}
h3 {
	font-size:138.5%;
	color: #f1e047;
}

h1, h2, h3 {
	font-variant: small-caps;
}

a {font-weight: bold;}
a:link {color: #f1e047;}
a:visited {color: #f1e047;}
a:active {color: #eeeeee;}
a:hover {color: #eeeeee;}


#nav a:link {color: #eeeeee;}
#nav a:visited {color: #eeeeee;}
#nav a:active {color: #f1e047;}
#nav a:hover {color: #f1e047;}

#footer a:link {color: #eeeeee;}
#footer a:visited {color: #eeeeee;}
#footer a:active {color: #f1e047;}
#footer a:hover {color: #f1e047;}

.dates {
	font-size: 93%;
	margin: 0px;
}

.chinese {
font-size:108%;
}

/*nav formatting*/




/*table formatting*/


/*form formatting*/
input[type=text],input[type=password],textarea{width:30em;*width:28em;} 