body { 
  background-color: #002E60;
  font-family:      "Times New Roman", Times, serif;
  margin:           0px;
}

.bold-italic {
	font-style: italic;
	font-weight: bold;
}

#header {
	font-size: large;
	font-family: "Times New Roman", Times, serif;
	width: 700px;
	background-image: url(../img/header_bg.jpg);
	color: #FFCC00;
	height: 100px;
	font-weight: bold;
	background-position: left;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: 25px;
}

#header h1 {
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 10px;
	font-size: xx-large;
	padding-left: 20px;
}

#header h2 {
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 5px;
	font-size: x-large;
	padding-left: 20px;
}

#lefttable {
	padding-top: 50px;
	padding-left: 50px;
	width: 40%;
	padding-bottom: 20px;
}
#righttable {
	font-family: "Times New Roman", Times, serif;
	color: #FFCC00;
	width: 60%;
	text-align: center;
}
#righttable h1 {
	font-size: xx-large;
}
#righttable h2 {
	font-style: italic;
	font-size: x-large;
}

#righttable h4 {
	font-size: medium;
}

#righttable p {
	font-size: medium;
}

#allcontent {
	width:            700px;
	background-color: #002E60;
	margin-left:      auto;
	margin-right:     auto;
}
#listeningroom {
	font-family: "Times New Roman", Times, serif;
	color: #FFCC00;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	font-size: medium;
	margin-bottom: 20px;
	text-align: center;
}
#listeningroom a {
	color: #FFCC00;
}

#navi {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	background-image: url(../img/navi_bg.jpg);
	background-repeat: no-repeat;
	height: 30px;
	padding-top: 10px;
	width: 700px;
	margin-right: auto;
	margin-left: 25px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #FFCC00;
}
#navi a {
	color: #FFCC00;
	padding-right: 5px;
	padding-left: 5px;
	font-size: large;
	text-decoration: none;
}
#navi a:hover {
	color: #FFFFFF;
}


#main {
	font-size:        small;
	width: 750px;
	background-image: url(../img/bodybg.jpg);
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
}

#main h1 {
	color: #FFCC00;
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
}

#main h2 {
	color: #FFCC00;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-style: normal;
}

#main p {
	font-family: "Times New Roman", Times, serif;
	color: #FFCC00;
	font-size: medium;
	text-align: justify;
	margin-bottom: 0px;
}

#center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
}

#center img {

	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#center p {

	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#maintext {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 50px;
	padding-right: 40px;
	padding-top: 20px;
}

#maintext a {
	color: #FFCC00;
}

#maintext a:visited {
	color: #FFCC00;
}

#footer {
	color:            #CCCCCC;
	text-align:       center;
	font-size:        x-small;
	clear:            left;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	width: 750px;
	background-image: url(../img/menubackground.jpg);
	background-position: bottom;
	padding-top: 14px;
	padding-bottom: 3px;
	margin-right: auto;
	margin-left: auto;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
