html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #C5B5BF;
}
a:hover {
	color: #B57A71;
}
strong {
       font-weight: normal;
}
em {
       font-style: normal;
}
.left {
        width: 100%;
	float: left;
}
.right {
        width: 100%;
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: url(/assets/templates/style/images/school.jpg) repeat;
	text-align: center;
	font: 11px arial, sans-serif;
	color: #3A2E22;
	padding: 0 0 0 0;
}

/** layout **/
#wrapper {
  text-align: left;
  margin: auto;
  width: 720px;
  position: relative;
  background: #FFFFFF;
}
#wrapper h1{
  text-align: center;
  font-size: 10px;
  color: #3A2E22;
}
/** header **/
#header {
  width: 720px;
  background: url(/assets/templates/style/images/header00.jpg) no-repeat;
  border-top: 3px solid #807468;
}
#header h1 {
  font: 32px "Times new roman", serif;
  font-weight: normal;
  position: absolute;
  left: 0;
  top: 35px;
  color: #3A2E22;
  padding: 0 0 0 0.7em;
  margin: -1em 0 0 0;
  line-height: 1;
}
#nav-top {
  margin-left: 536px;
}
#nav-top ul {
  margin: 1em 0 0 0;
  padding: 0;
  height: 31px;
}
#nav-top li {
  width: 100%;
  float: left;
  background: #EA7777 url(/assets/templates/style/images/tab_left0.gif) no-repeat;
  list-style: none;
  text-align: center;
  font: 18px "Times new roman", serif;
  height: 31px;
  line-height: 31px;
}
#nav-top li div {
  background: top right url(/assets/templates/style/images/tab_right0.gif) no-repeat;
}
#nav-top li#tab-faq {
  width: 59px;
}
#nav-top li#tab-map {
  width: 99px;
  margin-left: 3px;
}
#nav-top a {
  color: #FFFFD8;
  text-decoration: none;
}
#nav-top a:hover {
  color: #980000;
}
#top {

  height: 300px;
  width: 720px;
  margin-left: auto;
  margin-right: auto;
}

#nav {
  height: 40px;
  width: 720px;

}

#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#nav li {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;

}
#nav li li {
   width:120px;
}

#nav ul li {
	position: relative;
	float: left;
	width:120px;
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
    background-image: url(/assets/templates/style/images/menu01.jpg);
}

#nav ul li ul {
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top:40px;
	line-height: 36px;
	}
#nav ul li a {
	color: #473933;
	font-weight: bold;
	text-decoration: none;
}

/** ajaxmenu **/
#nav ul li.firstcategory {
	color: #473933;
	font-weight: bold;
	height: 40px;
	line-height: 40px;	
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(/assets/templates/style/images/menu01.jpg);

	background-position: 0px;
	margin: 0px;
	}
#nav ul li.category {
	color: #473933;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(/assets/templates/style/images/menu01.jpg);

	background-position: -120px;
	margin: 0px;
	}
#nav ul li.lastcategory {
	color: #473933;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(/assets/templates/style/images/menu01.jpg);

	background-position: -240px;
	margin: 0px;
	}


#nav ul li.firstcategory:hover, #nav ul li.firstcategory.over {
	color: #FFFFFE;
	background-image: url(/assets/templates/style/images/menu02.jpg);	
}
#nav ul li.category:hover, #nav ul li.category.over {
	color: #FFFFFE;
	background-image: url(/assets/templates/style/images/menu02.jpg);	
}
#nav ul li.lastcategory:hover, #nav ul li.lastcategory.over {
	color: #FFFFFE;
	background-image: url(/assets/templates/style/images/menu02.jpg);
}


/* commented backslash \*/ 
* html ul li a {height:1%}

/* end hack */ 
#ajaxmenu li a {
	text-decoration: none;
}

/* hovered lists */
#nav li a, #nav li.over a {
	color: #FFFFFE;
	width: 120px;
	display: block;
}
#nav li li a:hover, #nav li.over li a:hover {
	background-image: url(/assets/templates/style/images/menu02.jpg) !important;
	color: #FFFFFE;
	background-repeat: no-repeat;
	
}


/* set dropdown */
#nav li li a, #nav li.over li a {
	color: #473933;
	text-align: left;
	width: 110px;
    background-position: left center;
	font-weight: bold;

	text-align: center;
}
#nav li ul li a {
    padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

/** content **/

#content {
  padding-left: 20px;

}
#content h2 {
  font: 24px "Times new roman", serif;
  color: #3A2E22;
  font-weight: normal;
  
  padding: 1px 1px 1px 8px;
  margin-top: 22px;
 
}
#content h3 {
  font: 20px "Times new roman", serif;
  color:#3A2E22;
  font-weight:bold;
  margin-left: 5px;
  margin-top: 10px;
  margin-bottom: 5px;
}
#content p {
  margin-left: 11px;
  line-height: 1.4;
}
#content a {
  color: #C5B5BF;
  font-weight: normal;
  text-decoration: none;
}
#content a:hover {
  color: #FFFFD8;
}

#content .left-col {
  float: left;
  width: 545px;
}
#content .right-col {
  float: right;
  width: 146px;
}
#content .right-col-b2 {
  float: right;
  width: 146px;
}
#content #welcome {
  margin-right: 40px;
  font-size:13px;
  color: #3A2E22;
}
#content #welcome a{
  color: #C5B5BF;
  text-decoration:underline;
}
#content #welcome a:hover{
  color: #C5B5BF;
  text-decoration:underline;
}
#content #welcome h2{
  height:40px;
  padding: 9px 1px 1px 20px;

}

#gallery {
  margin-top: 14px;
}
#gallery .box {
  float: left;
  width: 119px;
  padding: 0 23px 2.3em 23px;
  margin-right: 1px;
  background: #EA7777;
  position: relative;
}
#gallery .box h3 {
  text-align: center;
  line-height: 23px;
  font: 23px "Times new roman", serif;
  color: #3A2E22;
  height: 23px;
  margin-bottom: 20px;
  background: top center url(/assets/templates/style/images/tab_drk1.gif) no-repeat;
}
#gallery .box p {
  margin: 1em 0;
  padding: 0;
  line-height: 1.4;
  color: #3A2E22;
}
#gallery .box .more {
  height: 18px;
  line-height: 18px;
  background: #FFE19B top left url(/assets/templates/style/images/moretab_left_drk1.gif) no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 3.2em;
  padding-right: 4px;
  margin-bottom: 0;
}
#gallery .box .more a {
  color: #B57A70;
}
#gallery .box .more a:hover {
  color: #770000;
}
#gallery .box-lit {
  background: #FFE19B;
}
#gallery .box-lit h3 {
  background: top center url(/assets/templates/style/images/tab_lit1.gif) no-repeat;
  color: #980000;
}
#gallery .box-lit .more {
  background: #EA7777 top left url(/assets/templates/style/images/moretab_left_lit1.gif) no-repeat;
}

#content .right-col li, #content .right-col ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
#content .right-col li{
  border-left: 1px solid #3A2E22;
  padding-left: 9px;
  margin: 10px;
}
#content .right-col a{
  font-size: 12px;
  font-weight: normal;
  color: #3A2E22;
}
#content .right-col-b2 a{
  font-size: 11px;
  font-weight: bold;
  color: #C5B5BF;
  text-decoration: underline;
}
#content .right-col-b2 a:hover{
  color: #C5B5BF;
}
/** later **/

#later {
  color: #3A2E22;
}
#later p {
  font-size: 10px;
}
#later h2 {
  border-left: 3px solid #3A2E22;
  font-size: 18px;
}
#later .right-col p {
  font-size: 14px;
  line-height: 1.7;
}

#later .box {
  float: left;
  width: 85px;
}
#later .box a{
	text-decoration: underline;
}
#later #later-b1 {
  padding-left: 20px;
  width: 125px;
  margin-right: 10px;
}
#later #later-b2 {
  width: 110px;
  padding-top: 57px;
  margin-right: 10px;
}
#later #later-b3 {
  width: 125px;
  margin-right: 10px;
}
#later #later-b4 {
  padding-top: 57px;
  width: 110px;
  margin-right: 10px;
}
#footc {
  height: 10px;
}
#footer {
  background: url(/assets/templates/style/images/footer02.jpg) repeat-x;
  text-align: center;
  color: #3A2E21;
  padding: 14px;
}
#footer a {
	color: #3A2E22;
}
#footer a:hover {
	color: #A1A1A1;
}
#footer a img {
	margin: 0 3px -3px 3px;
}
.update {
         margin-left: 20px;
}

.update ul {
        list-style: none;
}

.update ul li p,
.update ul li h3 {
        display: inline;
        padding: 0px;
}

.update ul li h3 {
        background-image: none;
        font-size: 1em;
        font-weight: normal;
        margin: 0px 1em;
        border: none;
}


table {
        width: 545px;
        border-top:1px solid #3A2E21;
        border-left:1px solid #3A2E21;
        border-collapse:collapse;
        border-spacing:0;
        background-color:#ffffff;
        empty-cells:show;
}


table th {
        border-right:1px solid #3A2E21;
        border-bottom:1px solid #3A2E21;
        color: #ffffff;
        background-color: #3A2E21;
        background-position: left top;
        text-align: center;
}

table td {
        color: #3A2E21;
        padding: 10px 5px;
        text-align: left;
        border-right:1px solid #3A2E21;
        border-bottom:1px solid #3A2E21;
}

