@charset "utf-8";
/* CSS Document */

    body{
        margin-left:50%;
        margin-top:70px;
        padding:0px;
        background:url(../images/bodybg.png) repeat-x #304654;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
        
    }
    #container{
        position:relative;
        width:640px;
        height:486px;
        margin-left:-320px;
        background:url(../images/bg1.jpg);
		
    }
    #menu{
        position:absolute;
        bottom:10px;
        left:10px;
        height:50px;
        width:620px;
    }
    #content1{
        width:389px;
        height:214px;
        position:absolute;
        top:0px;
        left:251px;
		cursor:pointer;
    }
    #content2{
        width:389px;
        height:215px;
        position:absolute;
        top:214px;
        left:251px;
		cursor:pointer;
    }
	.logo{
		position:absolute;
		top:51px;
		left:28px;
		height:112px;
	}
	.info{
		position:absolute;
		top:75px;
		left:180px;
		height:112px;
		color:white;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	#booking{
		width:240px;
		height:50px;
		position:absolute;
		left:0px;
		
	}
	#mgmt{
		width:195px;
		height:50px;
		position:absolute;
		left:240px;
	}
	#about{
		width:185px;
		height:50px;
		position:absolute;
		left:435px;
	}
	#aboutus{
		height:417px;
		top:10px;
		width:379px;
		background-color:#999;
		position:absolute;
		left:250px;
		color:#333333;
		overflow:scroll;
		border-left:1px solid #111111;
	}
	#aboutustext{
		margin:10px 10px 10px 10px;
	}
	div{
		border:0px;
	}
	img{
		border:0px;
	}
	.bold{
		font-weight:bold;
		color:#333333;
	}