p {
  font-family: Century Gothic, Arial;
  font-size: 12px;
  color:#727272;
}

body {
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	background-color: #FEFEFE;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	text-align: center;
	font-family: Century Gothic, Arial;
  	font-size: 12px;
	color: #727272;
}
#body UL{
	display: none;
}
#top_frame{
	top: 0;
	margin-left: 30px;
	margin-right: 30px;
	width: 900px;
	height: 100px;
	text-align: left;
	border-bottom: #EBF1F3 1px solid;
} 
#navbar{
	position: absolute;
	top: -14px;
	left: -7px;
	width: 930px;
	text-align: left;
} 
#navbar li {
	display:inline;
	margin-right: 30px;
}
#main_frame{
	position: absolute;
	top: 101px;
	width: 900px;
	height: 400px;
	left: 30px;
	text-align: left;
} 
#top{
	position: absolute;
	width: 900px;
	top: 0;
	left: 0;
	color: #B4B8B9;
} 
#navbar_one{
	position: absolute;
	top: -9px;
	right: 11px;
	text-align: right;
} 
#navbar_one li {
	display:inline;
	margin-left: 20px;
}
#content{
	position: absolute;
	top: 65px;
	width: 900px;
	text-align: left;
}
#photo{
	padding-bottom: 30px;
	width: 420px;
	float: left;
	font-size: 10px;
} 
#content_right{
	width: 530px;
	padding-left: 370px;
	padding-bottom: 30px;
}
#catalogue{
	width: 900px;
	overflow: auto;
}
#footer{
	clear: both;
	width: 900px;
	height: 35px;
	padding-top: 5px;
	text-align: right;
	background-image: url("images/footer.gif");
	background-repeat: no-repeat;
	background-position: left;
	font-size: 10px;
	color: #9EBBC5;
	border-top: #D1E2E7 1px solid;
} 

.floatleft{
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;	
}
a:link, a:visited{
	color: #9EBBC5;
	text-decoration: none;
}
a:hover, a:active { 
	color: #969696; 
	text-decoration: underline 
}

