/*------- default -------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
/*	background-image:url(images/images/Full_RomaBG7strip2.jpg);*/
	background-color:110e00;
	background-repeat:repeat;
	background-attachment:fixed;
	color:black;
	font-size:10px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

#imgborder {
	border: thin solid black;
}

#thickborderline {
	border-top: medium solid #96621d;
}
img{
	border-style:none;
}
.top_content{
	width:760px;
	height:auto;
	background-color:white;
	padding-top:20px;
}
.bottom_content{
	width:760px;
	height:auto;
	background-color:white;
}

/*----------------------------------*/





/* --CSS Tabs ---------------------*/
a:link, a:visited {
        color: ffffff;
        text-decoration: underline;
}
a:hover, a:active {
        color: #57441c;
        text-decoration: none;
}
#navigation {
/*        border-bottom: 1px solid #A1A1A1; */
/*        margin: 1em 0 0;*/
/*        padding: 0.6em 0 0;*/
		font-size:14px;
        font-weight: bold;
		
}
#navigation ul, #navigation ul li {
        list-style: none;
        margin: 0;
        padding: 0px;
}
#navigation ul {
        padding: 15px 0 15px;
        text-align: center;
}
#navigation ul li {
        display: inline;
}
#navigation ul li a {
        background: url(tabright.gif) no-repeat left top;
        color: #FFF;
        text-decoration: none;
        padding: 25px 0px 10px 0px;
}
#navigation ul li span {
        background: url(tableft.gif) no-repeat right top;
        padding: 25px 7px 10px 3px;
        margin: 3px 0px 3px 3px;
}
#navigation ul li a:hover span {
        text-decoration: underline;
        background-position: 100% -50px;
}
#navigation ul li a:hover {
        background-position: 0 -50px;
}
#navigation #current a {
        background-position: 0 -125px;
}
#navigation #current a span {
        background-position: 100% -125px;
}


/*- Internet Explorer...It's Hacktastic!--------------------------- */

/*\*//*/
#navigation ul li a {
        display: inline-block;
        white-space: nowrap;
        width: 1px;
}

#navigation ul {
        padding-bottom: 0;
        margin-bottom: -1px;
}
/**/

/*\*/
* html #navigation ul li a {
        padding: 0;
}
/**/
}
/* ----------------------------------------*/