/* This takes out the fuzzy line around links when you click them, it's an optional addition */

:focus {outline: none;}



#navigation {

padding:0px;
margin-left:0px;
margin-top:75px;
position: absolute;
background-color:#030303;
width:100%;
left:0px;
top:0px;
height:40px;

}


#header {
padding:0px;
position: absolute;
margin-top:-10px;
background-color:#000000;
background: url("../images/navi-bg.jpg");
width:100%;
left:0px;
top:0px;
height:85px;

}


#rotating {
padding:0px;
position: absolute;
margin-top:115px;
background-color:#000000;
background: url("../images/rotating/caravan1.jpg");
background-repeat: no-repeat;
left:0px;
top:0px;
width:100%;
height:100%;

}


#contentbox {
padding:0px;
position: absolute;
margin-top:132px;
margin-left: 50px;
background-color:#000000;
width:200px;
height:300px;
z-index: 10;

}



#footer {

padding:0px;
margin-left:0px;
margin-top:735px;
position: absolute;
background-color:#6e4f4f;
width:100%;
left:0px;
top:0px;
height:34px;
}


body {
	margin-top: 10px;
	padding-left: 20px;
	background: #FFFFFF;
	font-family: Lucida Sans, Verdana, Arial;
	font-size: 70%;
	color: #FFFFFF;
}

p.footer {
	margin-top: 10px;
	margin-left: 12px;
	font-family: Georgia;
	font-size: 100%;
	color: #FFFFFF;
}

p.body {
	margin-top: 10px;
	margin-left: 12px;
	font-family: Georgia;
	font-size: 120%;
	color: #FFFFFF;
	line-height: 20px;
}


.romalogo {

position: absolute; top: 16px; left: 430px; z-index: 100;

}

.romacrest {

position: absolute; bottom: -165px; right: 0px; z-index: 100;

}

div.transbox
  {
  margin-top: 150px;
padding-top: 10px;
padding-left: 10px;
padding-right: 15px;
padding-bottom: 10px;
  width:264px;
  background-color:#000000;
  border:1px #777777;
  /* for IE */
  filter:alpha(opacity=75);
  /* CSS3 standard */
  opacity:0.75;
  }



.header {


	margin-left: 10px;
	margin-bottom: 5px;
margin-top: 5px;
}


