body {
/*     background-color: #ddd; Background color */
	color: 900090;	        /* Foreground color used for text */
	font-family: Garamond;
/*	font-size: 20px;*/
	text-align: center;
	margin: 0;	            /* Amount of negative space around the outside of the body */
	padding: 0;	            /* Amount of negative space around the inside of the body */
}
h1 {
	margin: 0;
	padding: 0;
	color: 900090;
	font-family: Harrington;
/*	font-size: 60px;*/
	text-align: center;
	font-style: italic;
}
a {
	color: blue;
}
a:visited {
	color: #000080;
}
.english {
	color: #FF1493; 
}
#header h1 {
	margin: 0;
	padding: 0;
}
#header a {
	background-color: #E0B0FF;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	color: 900090;
	display: block;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
}
#header ul {
    list-style: none;
    margin: 10px;
    padding: 0;
}
#header ul li a {
	background-color: #E0B0FF;
	border: 1px solid #999999;
	color: 900090;
	display: block;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: -1px;
	padding: 12px 10px;
	text-decoration: none;
}
#content,#sidebar {
	padding: 10px;
}
#footer {
	display: none;
}
#header h1 a {
    text-shadow: 0px 1px 1px #fff;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#ccc),to(#999));
}
#header ul li:first-child a {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}
#header ul li:last-child a {
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}
#header ul.hide {
	display: none;
}
#header div.leftButton {
    position: absolute;
    top: 7px;
    left: 6px;
    height: 30px;
    font-weight: bold;
    text-align: center;
    color: white;
    text-shadow: rgba (0,0,0,0.6) 0px -1px 1px;
    line-height: 28px;
    border-width: 0 8px 0 8px;
    -webkit-border-image: url(res/button.png) 0 8 0 8;
}
#header div.pressed {
    -webkit-border-image: url(res/button_clicked.png) 0 8 0 8;
}
