* {
	margin: 0;
	padding: 0;
	}
			
body {
	text-align: center;
	min-width: 780px;
	font: small Helvetica, Arial, san-serif;
	}
			
#wrapper {
	text-align: left;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	}

#navigation {
	background-color: #832057;
	padding-left: 144px; 
	}

#porthole {
	position: relative;
	top: -131px;
	left: 0px;
	float: left;
	}
				
#main {
	background-color: #e6d7c5;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	padding-bottom: 15px;
	}
				
#content {
	margin: 38px 278px 30px 159px;
	}
	
#content a:link, #sidebar a:link {
	color: #832057;
	}

#content a:hover, #sidebar a:hover {
	text-decoration: none;
	}
	
#content a:visited, #sidebar a:visited {
	color: #c0488a;
	}
	
#content h2 {
	font-family: Georgia, Times, serif;
	line-height: 120%;
	color: #832057;
	margin-bottom: 0.6em;
	border-bottom: 1px solid #832057;
	}

#content h3 {
	font-family: Georgia, Times, serif;
	line-height: 120%;
	color: #832057;
	margin-bottom: 0.6em;
	}
	
h4 {
	font-family: Georgia, Times, serif;
	font-size: 100%;
	color: #832057;
	margin-top: 0.7em;
	margin-bottom: 0.2em;
	}

#content p, #sidebar p {
	font-size: 95%;
	line-height: 120%;
	color: #666;
	margin-bottom: 0.6em;
	}
	
#content ul {
	font-size: 95%;
	line-height: 120%;
	color: #666;
	margin-left: 0;
	margin-bottom: 1.5em;
	padding-left: 25px;
	list-style-image: url(../images/li_arrows.gif);
	}
	
#content li {
	margin-bottom: 0.2em;
	}
	
#content div.map {
	background-color: #8a8175;
	text-align: center;
	padding: 8px 0;
	}
	
#content div.map img {
	border: 1px solid #8a8175;
	margin-bottom: 6px;
	}
	
#content div.map a:hover img {
	border: 1px solid #fff;
	}
	
#content div.map ul {
	text-align: left;
	margin: 0;
	padding-left: 0;
	}
	
#content div.map li {
	display: inline;
	color: #f0e8e1;
	margin-left: 8px;
	padding-left: 18px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	}
	
#content div.map li a {
	color: #f0e8e1;
	}
				
#sidebar {
	float: right;
	width: 200px;
	margin: 38px 52px 15px 0px;
	}
	
#sidebar img {
	border: 1px solid #fff;
	margin-bottom: 10px;
	}
				
#footer {
	clear: both;
	margin: 0px 32px 0px 159px;
	}

#footer p {
	font-size: 90%;
	color: #832057;
	}

#footer ul {
	font-size: 90%;
	color: #832057;
	margin-top: 0.4em;
	}
	
#footer li {
	display: inline;
	}
	
#footer a:link, #footer a:visited {
	font-weight: bold;
	color: #832057;
	text-decoration: underline;
	}
	
#footer a:visited {
	color: #c0488a;
	}
	
#footer a:hover {
	font-weight: bold;
	text-decoration: none;
	}
	
table {
	width: 100%;
	line-height: 120%;
	border-collapse: collapse;
	}
	
table caption {
	padding: 4px 9px;
	text-align: left;
	font-family: Georgia, Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #f0e8e1;
	background-color: #8a8175;
	border-bottom: 1px solid #fff;
	}
	
table tbody {
	font-size: 95%;
	color: #666;
	}
	
table tbody tr th {
	padding: 3px 9px;
	background: #bfb3a5;
	color: #fff;
	}
	
table tbody tr td {
	padding: 3px 9px 2px 9px;
	}
	
table tr.row1 {
	background: #f6f1ec;
	}
	
table tr.row2 {
	background: #f0e8e1;
	}

.highlight {
	color: #832057;
	font-weight: bold;
	}
	
#popup {
	width: 700px;
	margin-top: 50px;
	}