body, html {
	margin : 0px;
	padding : 0px;
	height : 100%;
	width : 99%;
	background-color : #F8F2E5;
	background-image : url(images/bg.gif);
	background-repeat : repeat;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 12px;
}

#container {
	width : 800px;
	background-image : url(images/content-bg.gif);
	background-repeat : repeat;
	margin-top : 0px;
	margin-left : auto;
	margin-right : auto;
	margin-bottom : 0;
	border-left: 1px solid #993300;
	border-right: 1px solid #993300;
	border-top: 10px solid #993300;
}

#container-top {
	width : 800px;
	height : 80px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 20px solid #993300;
}

.img-left {
                margin-left: 50px;
                margin-top: 10px;
                float: left;
}

.img-right {
	float: right;
}

#top-navigation {
	width : 800px;
	margin-left: auto;
	margin-right: auto;
	height : 30px;
	border-bottom: 10px solid #E69900;
	font-weight : normal;
	letter-spacing : 0.5px;
	font-size: 13px;
}

ul#navigation-top {
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
}

#navigation-top li {
	display: inline;
	list-style:none;
	height: 20px;
	padding: 0px 20px 0 20px;
	border-right: 1px solid #E69900;
}

#navigation-top li a {
	color:#996600;
	text-decoration: none;
	line-height: 30px;
}

#navigation-top li a:hover {
	text-decoration: underline;
	color: #E64C00;
}

#right {
	color:#333333;
	width: 200px;
	padding-top: 20px;
	float: right;
	background-color: #F9E5C5;
	background-image : url(images/left-bg.gif);
	background-repeat : repeat;
}

iframe{
   border: none;
   height: 700px;
   width: 217px;
}

#content {
	width: 580px;
	height:auto;
	/**margin-right: 200px;*/
	padding-bottom: 10px;
}

#content img {
	border:1px solid #993300;
	margin-right: 10px;
}

#content-content {
	margin-left: 40px;
	padding-top: 20px;
	padding-bottom: 10px;
	color:#333333;
	letter-spacing : 1px;
}

#content a {
	color:#E64C00;
	text-decoration: underline;
}

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

span.content {
	font-weight: bold;
	color: #E64C00;
}

span.font {
	font-weight: bold;
	color: #993300;
}

#content li {
	padding : 2px 0 2px 0px;
	margin : 10px  0 0 0;
}

span.text {
	font-weight:bold;
}

span.navi {
	font-weight:bold;
	color:#996600;
}

#LibNum, #HallNum {color: #F8F2E5}

h1 {
	color: #993300;
	font-size : 15px;
	letter-spacing: 2px;
}

hr {
	border : 0px none;
	border-top : 1px solid #E69900;
	height : 1px;
	margin-top: 20px;
}

#footer {
	border-top: 10px solid #993300;
	height: 25px;
	color: #666666;
	clear : both;
	margin: 5px 0px 0 0;
	padding: 5px 0 0 10px;
	font-size: 10px;
}
