body
{
    font: 12px Arial;
}
/* these are the font styles for the links that appear on your web page */
a:link {font: 12px Arial; color: #000000; text-decoration: underline;}
a:active {font: 12px Arial; color: #000000; text-decoration: underline;}
a:visited {font: 12px Arial; color: #000000; text-decoration: underline;}
a:hover {font: 12px Arial; color: #000000; text-decoration: underline;}/*this one changes the mouseover or hover state of the link*/

.border
{
    /* this is used for all kinds of borders */
    /* be it for the whole page, or just the content section */
    border: none;
}

.left
{
    /* floats the item to the left side of the page, and adds a margin */
    float: left;
}

.right
{
    /* floats the item to the right side of the page, and adds a margin */
    float: right;
}

.scroll
{
    /* this makes the element create scroll bars if the text is too long */
    /* to be displayed.  This is very similar to the effect created by */
    /* frames and iframes, but does not allow page transitions like frames do */
    overflow: auto;
}

.wrapper
{
    /* remove this to have the page load at full width */
    width: 780px;
}

.title
{
    width: 800px;
	height: 250px;
	color: #000000;
	font-face: Arial;
	font-size: 9px;
	padding: 10px 20px 10px 20px;
	background-image: url(../images/titStat.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.title2
{
    color: #5675A5;
	font-face: Verdana;
    font-weight: bold;
    font-size: 18px;

}
.titlemargin
{
	margin: 10px 0px 10px 0px;
}

.subtitle
{
	color: #000000;
	font-face: Arial;
    font-size: 16px;
}

.bnb
{
    /* this describes the container of the content paragraphs. */
    padding: 0px 20px 0px 20px; /* keeps text off the borders */
	font-face: Arial;
	color: #8b28d1;
    font-size: 16px;
    padding: 0px;
	margin: 0px;
}

.roma
{
    /* this describes the container of the content paragraphs. */
    padding: 0px 20px 0px 20px; /* keeps text off the borders */
	font-face: Arial;
	color: #ffffff;
    font-size: 10px;
    padding: 0px;
	margin: 0px;
}

.content.padleft
{
    /* this is to pad if there's a sidebar on the left */
    padding-left: 180px;
}

.content.padright
{
    /* this is to pad if there's a sidebar on the right */
    padding-right: 180px;
}

.sidebar
{
    width: 150px;
    height: 250px; /* remove this to allow different-sized sidebars */
    background-color: #FFFFFF;
    padding: 10px 0px 5px;
}

.sidebaritem
{
    width: 130px;
    padding: 2px;
    margin-bottom: 3px;

}
.horiz
{
	width: 150px;
	float: left;
	text-align: center;
}

.sidebaritem.first
{
    margin-top: 10px;
}

.romavacanze
{
    padding-left: 100px;
	background-color:#FFFFFF;
	font-size: 10px;
	font-face: Arial;
	text-align: center;
}

.footer
{
    padding-left: 180px;
	background-color:#FFFFFF;
	font-size: 10px;
	font-face: Arial;
	text-align: center;
}