* {
	margin:0;
	padding:0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #900;
	color: #cccc33;
}

#wrapper {
	position: relative;
	margin: 5em auto 5em auto;
	width: 800px;
	border: 1px solid #cc3;
	background-color: #500;
}

#panoramabox {
	background-color: yellow;
	text-align: center;
	width: 702px;
	height: 202px;
	border: 1px solid yellow;
	margin: 5em auto 5em auto;

}

#logo{
	text-align: center;
	margin: 3em 0;
}

h1 {
	text-align: center;
	font-size: 24pt;
	font-weight: bolder;
	color: #500;
	background-color: #cc3;
}

.info {
	margin: 30px auto;
	padding: 1em;
	text-align: center;
	width: 80%;
	
	background-color: #900;
	color: #cc3;
	border: 1px solid #cc3;
	
	font-size: 18pt;
	font-weight: bolder;
}

#contact {
	text-align: center;
	margin: 50px;
}

#links {
	float:left;
	text-align: left;
	margin:50px;
}

#links ul {
	list-style-type: none;
}
.name {
}

a, a:visited, a:active {
	color: #cc3;
	text-decoration: none;
	font-weight: bolder;
}

a:hover {
	color: red;
}



