/*
 * style sheet
 */
	body {
		background: #402822;
		font: 13px verdana,arial,helvetica,sans-serif;
                text-align: center;
                background-image: none;
        }

        .reallybold {
                    line-height: 16pt;
                    font-size: 15px;
                    font-weight: bold;
                    }

        a:link {color:#800080;
        }
        
        a:visited {color: #663333;
        }
        
        a:active {
                  color:#800080;
                  outline: none;   
        }
      
        a:hover {color: #996666;}
        
        a:link img {
                  border-color: #663333;
        }

        a:visited img {
                  border-color: #663333;
        }

        a:hover img {
                  border-color: #996666;
        }
      
      
        #container {
                width: 800px;
                margin: 0 auto;
                text-align: left;
        }

	#header {
		background: #454545;
		width: 800px;
		height: 80px;
                text-align: center;	
	}
	
	#footer {
		background: #454545;
		width: 800px;
		height: 83px;
	}
	
	#flashcontent {
		width: 800px;
		height: 460px;		
	}

	
	#content {
                background: #f9f7cf;
                color: #552525;
		width: 800px;
		height: 460px;
	}
	
	#flashPlayer{
		        width: 800px;
				padding: 10px 10px 10px 10px;
                margin: 0 auto;
                text-align: right;}
	
	.hack{
		display: inline;
		}
	
	#inset {
                padding: 10px 20px 10px 30px;
                height: 440px;
                overflow: auto;
        }

	#inset_manu {
                padding: 10px 50px 10px 60px;
                height: 440px;
                overflow: auto;
        }
		
        #left {
                float: left;
                width: 400px;
        }
		
		#left_small {
                float: left;
                width: 250px;
        }
		
        #right {
                float: right;
        }
        #right-packages {
                float: right;
                text-align: center;
                width: 300px;
        }
        
        #right-image {
                float: right;
                padding: 0px 0px 10px 10px;
        }
        
        .floatright {
                float: right;
                padding: 0px 0px 20px 15px;
        }
        
        .floatleft {
                float: left;
                padding: 0px 15px 20px 0px;
        }
        
        div.centered {
                text-align: center;
        }
                
        div.centered table {
                margin: 0 auto; 
                text-align: left;
        }
        
        h1 {
                background: #663333;
                color: #EEF3E0;
                padding: 3px 3px 3px 12px;
                font-size: 24px;
        }
        
        td      {
                font-size: 12px;
        }
        
        td.header {
                font-size: 16px;
                color:#663333;
                font-weight: bold;
                text-align: left;
        }
        td.divider {
                text-align: left;
        }
        table.day td {
                text-align: right;
                padding: 1px 0px 1px 20px;
        }
        table.award td {
                text-align: right;
                font-size: 11px;
                padding: 0px 0px 1px 10px;
        }
        
        table.day th {
                text-align: right;
                font-size: 16px;
        }
        
        table.prices {
                color:#663333;
                padding: 0px 0px 0px 0px;
                border-spacing: 0px;
                border-style: none none none none;
                border-color: gray gray gray gray;
                border-collapse: collapse;
        }
        table.prices td {
                color:#663333;
                border-spacing: 0px;
                font-size: 12px;
                padding: 2px 20px 2px 10px;
                border-style: none none none none;
                border-color: gray gray gray gray;
                border-collapse: collapse;
                text-align: right;
        }
        
        table.prices td.coltwo {
                text-align: left;
        }
        
		table.prices td.addinfo {
                text-align: center;
				padding: 10px 10px 10px 10px;
        }
        
        table.prices th {       
                font-size: 14px;
                padding: 10px 1px 10px 24px;
                background: url("tabledivider.jpg") no-repeat 0% 85%;
                text-align: left;
        }
        
        table.prices th.manu {       
                font-size: 14px;
                padding: 2px 20px 2px 48px;
                background: none;
        }
        
        table.prices th.ttop {      
                font-size: 12px;
                font-weight: bold;
                text-align: center;
                background: none;
                padding: 2px 10px 2px 10px;
        }
        
        p {
                font-size: 13px;
                text-align: justify;
        }
        
        p.package {
                text-align: center;
        }
        
        p.details {
                text-align: center;
                font-size: 11px;
        }
        
        form {
                font-size: 14px;
        }
        
        a {
                font-size: 12px;
        }
        
        td.icol {
                background: #663333;
                color: #e1dbba;
                font-size: 16px;
                text-transform: uppercase;
        }
        
        td {
                font-size: 12px;
                padding: 5px;
                text-align: center;
        }
        
        td.conditions {
                font-size: 10px;
        }
        
        table.dashed   {
                border-collapse: collapse;
                border-style: dashed;
                border-width: 2px;
                border-color: #663333;
        }
      
        table.navbar   {
                width: 800;
                border-width: 0px 0px 0px 0px;
                border-spacing: 0px;
                border-style: none none none none;
                border-collapse: collapse;
        }
      
        table.navbar td {	
        border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
        }
      