﻿
* {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	height: 100%;
	text-align: center;
}

html {
	height: 100%;
}

.titles {
	position: relative;
	left: -20px;
}

.liconcert {
	margin: 20px 0 0 70px;
	font-size: 13px;
	font-weight: bold;
	color: navy;
	width: 600px;
}

.liplayit {
	margin: 10px 0 0 70px;
	font-size: 15px;
	font-weight: bold;
	color: #000066;
	width: 600px;
	text-align: center;
	list-style-type: none;
}

#wrapper {
	width: 800px;
	margin: 0 auto 0 auto;
	text-align: left;
}

#header {
	background-position: left top;
	width: 800px;
	height: 276px;
	margin: 5px 0 5px 0;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
}

#headimage {
	width: 481px;
	height: 193px;
	position: relative;
	top: 70px;
	left: 310px;
}

#nav {
	background-position: left top;
	width: 800px;
	height: 39px;
	background-image: url('images/navbar.jpg');
	background-repeat: no-repeat;
}

#nav a:link {
	text-decoration: none;
	color: white;
	font-size: 14px;
}

#nav a:hover {
	color: blue;
	text-decoration: underline;
	font-size: 14px;
}

#nav a:visited {
	font-size: 14px;
	text-decoration: none;
	color: white;
}

#navtext {
	position: relative;
	top: 10px;
	text-align: center;
	font-size: 14px;
}

.line {
	background-position: left center;
	height: 4px;
	width: 800px;
	background-image: url('images/line.jpg');
	background-repeat: no-repeat;
	margin: 5px 0 5px 0;
}

.title01 {
	font-size: 17px;
	font-weight: bold;
	color: #000066;
}

.title02 {
	font-weight: bold;
	font-style: italic;
	color: blue;
	font-size: 14px;
}

#contentwrap {
	background-position: left top;
	/* border: 1px solid red; */
	padding: 20px 0 20px 0;
	background-repeat: no-repeat;
	min-height: 530px;
}

#content {
	width: 760px;
	position: relative;
	left: 20px;
	/* border: 1px solid red; */
}

#content p {
	font-size: 14px;
	margin: 0 0 15px 20px;
}

.liinstitute {
	margin: 20px 0 0 70px;
	font-size: 13px;
	font-weight: bold;
	color: navy;
	width: 600px;
	padding: 5px;
	background-color: silver;
}

#footer {
	margin: 10px 0 0 0;
	text-align: center;
	font-size: 15px;
	color: #000066;
}

