* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

body {
	background: url('../img/background.gif') repeat-y center 0;
	background-color: #683518;
	color: #683518;
	font-family: sans-serif;
	font-size: 75%;
	text-align: center;
}

#content {
	border-color: #000;
	border-style: solid;
	border-width: 0 1px;
	margin: 0 auto;
	width: 750px;
}

#javascript {
	border-bottom: 1px solid #000;
	background-color: red;
	color: #fff;
	padding: 10px 5px;
}

#title {
	background: url('../img/title.jpg');
	height: 29px;
	padding: 4px 0 0 10px;
}

ul#flag li {
	float: left;
	margin-right: 4px;
}

ul#flag li a {
	display: block;
	height: 22px;
	overflow: hidden;
	padding-left: 32px;
	width: 0;
}

ul#flag li a:hover{
	background-position: 32px 0;
}

#header {
	background: url('../img/header.jpg');
	height: 94px;
	width: 750px;
}

#header h1 a {
  display: block;
  height: 94px;
  overflow: hidden;
  padding-left: 750px;
  width: 0;
}

#menu {
	background: url('../img/blank.jpg');
	height: 75px;
	padding-left: 55px;
	width: 695px;
}

#menu li {
	float: left;
}

#menu li a {
	background-position: 0 -25px;
	background-repeat: no-repeat;
	display: block;
	height: 75px;
	line-height: 75px;
	overflow: hidden;
	padding-left: 108px;
	width: 0;
}

#menu li a:hover, #menu li.in a {
  background-position: 0 0;
}

#top {
	background: url('../img/blank.jpg');
	text-align: left;
	padding: 20px;
}

#footer {
	background: url('../img/footer.jpg');
	height: 330px;
	width: 750px;
}

#quote {
    padding: 170px 0 0 220px;
    width: 300px;
}

#top a { font-weight: bold; text-decoration: underline; color: #db9038;}
#top a:hover { text-decoration: none; }

/*
 * user css
 */
.center {
	text-align: center;
	width:100%;
}

h2 {
	display: none;
}

img#h2-title {
	margin-bottom: 1em;
}
