body {
	background-color: #336699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #205386;
	background-image: url(../imgs/secretsrome_01.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 12px;
}
h1 {
	font-weight: bold;
	font-size: 150%;
	padding: 10px 0 10px 0;
}
h2{
	font-weight: bold;
	color: #00ccbb;
	font-size: 90%;
	padding-bottom: 10px;
}
h3{
	font-weight: bold;
	font-size: 90%;
	padding-bottom: 10px;
}
h4{
	font-weight: bold;
	font-size: 90%;
	padding-bottom: 10px;
text-decoration:underline;
}
h5{
	font-size: 75%;
	padding-bottom:10px;
}
h6 {
	font-size: 150%;
	padding-bottom: 10px;
}

h7 {
	font-size: 80%;
	padding-bottom: 12px;
}
h8 {
	font-size: 75%;
	padding-bottom: 12px;
}
h9 {
	font-weight: bold;
	font-size: 150%;
	padding: 10px 0 10px 0;
text-decoration:underline;
}
a{
text-decoration:none;
	font-size: 12px;
	color: #205386;
}
a:hover{
	text-decoration:underline;
}
#global {
	margin: 0 auto;
	width: 818px;
	text-align: left;
}
#header {
	background-image: url(../imgs/secretsrome_03.jpg);
	height: 124px;
	background-repeat: no-repeat;
}
#menu {
	background-image: url(../imgs/secretsrome_05.jpg);
	height: 24px;
	background-repeat: no-repeat;
	padding: 8px 0 8px 25px;
}


#menu a{
	text-decoration: none;
	color: #ff0088;
	padding: 0 10px 0 10px;
}
#menu a:hover{
	text-decoration: underline;
}

#foot {
	background-image: url(../imgs/secretsrome_08.jpg);
	background-repeat: no-repeat;
	height: 158px;
}
#content {
	background-image: url(../imgs/secretsrome_07.jpg);
	background-repeat: repeat-y;
	padding: 20px 50px 30px 50px;
}
.tiret{
	color: #0099aa;
	font-weight: bold;
}
.float{
	float: left;

