@charset "UTF-8";
/* The Richmond Chinese School - v.1.0 stylesheet */

@import url("reset.css");

/* Layout */

body {
 background: #cccccc url(images/bg.gif) repeat-x 0 0;
font-family: Georgia, serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.5em;
color: #333333;
text-align: center; /* for IE */
}

#header {
 background: #d04828 repeat-x 0 0;
 width: 100%;
 height: 250px;
 margin: 0;
 padding: 0;
 position: relative;
}

#header_container {
 margin: 0 auto;
 width: 830px;
 position: relative;
} 

#header img {
margin-top: 25px;
float: left;
}

h1 {
font-family: Helvetica, Arial, sans-serif;
font-size: 20px;
font-style: normal;
font-weight: bold;
text-transform: normal;
letter-spacing: -1px;
line-height: 1.2em;
}

h2 {
 font-size: 13px;
 font-weight: bold;
 margin: 10px 0 5px;
}
 
#nav {
font-family: Georgia, serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
text-transform: uppercase;
letter-spacing: 1px;
line-height: 1.7em;
color: #ffffff;
list-style-type: none;
padding-top: 225px;
padding-left: 0px;
margin-bottom: 0px;
}

#nav ul li {
 display: inline;
 padding: 9px;
 background: #453826;
 margin-right: 5px;
 }
 
#nav ul li:hover {
 background: #f9d31f;
}
 
#content {
 background: #cccccc;
 width: 698px;
 margin: 0px auto 5px;
 position: relative;
 padding: 40px;
 text-align: left;
 font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.4em;
}

#content li {
	list-style-type: disc;
	margin-left: 25px;
}

#schedule ul li {
	list-style-type: none;
}

#footer {
 width: 700px;
 margin: 0 auto;
}

p.footnote {
font-family: Helvetica, Arial, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: bold;
text-transform: normal;
letter-spacing: normal;
line-height: 1.4em;
margin: 0;
padding: 0;
float: left;
color: #5d5d5d;
}

label {
  float: left;
	width: 100px;
	margin-right: 10px;
	display: block;
	font-style: italic;
}

/*Links*/

a {
 color: #ffffff;
 text-decoration: none;
}

a:hover {
 color: #000000;
 text-decoration: none;
}

#content a {
	font-weight: bold;
	color: #d04828;
}

#content a:hover {
	font-weight: bold;
	text-decoration: underline;
}