	body{
		margin: 0px;
		padding: 0px;
	}

	body, p, a, div, li, th{
		font-family: Arial, Helvetica, sans-serif;
		text-align: left;
		font-size: 15px;
		color: #555555;
	}

	#page-table{
		background-image:url(new_images/background_top_fader.jpg);
		background-repeat:no-repeat;
		/*border-left: 1px solid #F5F5F5;
		border-right: 1px solid #F5F5F5;*/
		border-left: 1px solid #D5D5D5;
		border-right: 1px solid #D5D5D5;
		border-top: 1px solid #D5D5D5;
		margin-top: 10px;
	}
	
	h1, h2{
		font-weight: normal;
		font-size: 17px;
	}

	p{
		line-height: 130%;
	}
	
	li{
		margin: 10px 0px;
	}

	.splitter{
		margin: 20px 0px;
	}
	
	#main-links{
		text-align: right;
		margin-right: 20px;		
	}
	
	#main-links a{
		margin: 0px 10px;
		font-size: 12px;
	}

	#main-links a:hover{
		color: #FF6600;
	}

	
	.heading{
		border-bottom: 2px solid #FF6600;
		font-size: 17px;
	}
	
	#main{
		margin: 10px;
	}

	.main-text{
		margin:10px;
	}

	.highlight{
		font-weight: bold;
	}
	
	#footer{
		position: relative;
		background-image: url(new_images/bottom_fader.jpg);
		background-repeat: no-repeat;
		background-position: bottom;
		height: 115px;
		margin-top: 20px;
	}
	
	#footer-links{
		margin-top: 20px;
		text-align: center;
		position: absolute;
		bottom: 20px;
		width: 100%;
	}
	
	#footer-links a{
		font-size: 11px;	
		text-decoration: none;
	}


	.rental-charter-table{
		border-collapse: separate;
		border-spacing: 3px;	
		border: 1px solid #F5F5F5;
	}

        .rental-charter-table th{
		padding: 5px;
                background-color: #FF6600;
        }

	.rental-charter-table td{
		background-color: #F5F5F5;
		padding: 5px;
		/*background-image: url(new_images/point.gif);
		background-repeat: no-repeat;
		background-position: 5px 15px;*/
	}


	.prices-table{
		border-collapse: separate;
		border-spacing: 3px;
		border: 1px solid #D5D5D5;
/*		margin: 10px;*/
		margin: auto;
                width: 740px;
	}

	.prices-table th, .prices-table td{
		padding: 5px;	
	}

	th{
		background-color: #FF6600;
		font-weight: bold;
	}


        .side-text {
            margin: 4px 0px;
            font-size: 19px;
            font-weight: bold;
            color: #FF6600;
            line-height: 26px;
            text-align: center;
        }