body {
	padding: 0;
	margin: 0;
	color: #333333;
	background-color: #FFF;
	background-repeat: repeat-x;
	background-image: url(images/TS_Panorama1.jpg);
	background-position: center top;
}

#menu {
	width: 920px;
	margin: 215px auto 0;
	padding: 20px;
}

#menu ul{
	padding : 1px;
	margin : 0;
	white-space : nowrap;
	float : left;
	width : 100%;
}

#menu ul li{
   display : inline;
}

#menu ul li a{
	padding-left : 1em;
	padding-right : 20px;
	color : #CCCCCC;
	font-weight : bold;
	text-decoration : none;
	float : left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	letter-spacing: 1px;
}

#menu ul li a:hover{
	color : #FFFFFF;
}

#content {
	width: 920px;
	margin: 5px auto 0;
	padding: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#content p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#content h1{
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #41291A;
}

img{
	border:0px;
}
#content ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #333;
}
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #330;
}
