* {
	margin: 0;
}

html
{
	height: 100%;
}

body {
    text-align:         center;
    font-family:        Arial,Helvetica,sans-serif;
    color:              #555;
    line-height:        18px;
    background-color:   #f8f8f8;
    height:             100%;
    width:              100%;
    /*
    background:         url(../pics/mainback.png) repeat-x left top;
	*/
}

#header {
	text-align:         center;
	width:              100%;
	height:             108px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../pics/header.png);
}

#container {
	min-height:			100%;
	height:				auto !important;
	height:				100%;
	margin:				0 auto -40px;
	width:				900px;
    background:         url(../pics/PalmTrees.png) no-repeat right bottom;
}

#bottom {
	width:              100%;
	height:             40px;
	clear:				both;
	background-image: url(../pics/bottom.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}

#pushbottom {
	height:				40px;
}

#footer {
	padding-top:        12px;
	line-height:        13px;
	font-size:          9px;
	color:              #204080;
	font-weight:        normal;
	text-align:         center;
	font-family:        Verdana;
}

#work {
	width:				900px;
	height:				100%;
    text-align:         center;
    font-size:          11px;
    color:              #404040;
    font-weight:        normal;
    font-family:        Verdana;
    padding-top:        30px;
}

#work_main {
    width:              900px;
    height:             350px;
    margin-left:        auto;
    margin-right:       auto;
    padding-top:        30px;
}

#work_booking {
    width:              900px;
    height:             50px;
    margin-left:        auto;
    margin-right:       auto;
}

#start_text {
    font-size:          14px;
    color:              #204080;
    font-weight:        normal;
    text-align:         center;
    font-family:        Verdana;
    padding-top:        20px;
}

#second_start_text {
    font-size:          15px;
    color:              #204080;
    font-weight:        normal;
    text-align:         center;
    font-family:        Verdana;
    padding-top:        20px;
}

#header_text {
    font-size:          15px;
    color:              #204080;
    font-weight:        normal;
    text-align:         left;
    font-family:        Verdana;
}

#main_start_text {
    float:              left;
    width:              450px;
    font-size:          11px;
    color:              #303030;
    font-weight:        normal;
    text-align:         left;
    font-family:        Verdana;
    padding-top:        20px;
    padding-right:      20px;
    line-height:        14px;
}

#main_picture {
    float:              left;
    width:              420px;
}

#end_text {
    font-size:          14px;
    color:              #204080;
    font-weight:        normal;
    text-align:         center;
    font-family:        Verdana;
    width:              900px;
    margin-top:        60px;
    margin-left:        auto;
    margin-right:       auto;
}

#spec_text {
    float:              left;
    width:              280px;
    font-size:          11px;
    color:              #303030;
    font-weight:        normal;
    text-align:         left;
    font-family:        Verdana;
    padding-top:        20px;
    padding-right:      20px;
    line-height:        14px;
}

#book_text {
    float:              left;
    width:              680px;
    font-size:          11px;
    color:              #303030;
    font-weight:        normal;
    text-align:         left;
    font-family:        Verdana;
    padding-top:        20px;
    padding-right:      20px;
    line-height:        14px;
}

#spec_picture {
    float:              left;
    width:              600px;
    height:             343px;
}

#phot_picture {
    float:              center;
    width:              600px;
    height:             343px;
}

#menuholder {
    width:              900px;
    text-align:         center;
    height:             30px;
    padding-top:        7px;
    float:              center;
    margin-right:       auto;
    margin-left:        auto;
}

#email {
    float:              left;
    width:              250px;
    padding-left:       50px;
    position:           relative;
}
    
#email a {
    font-family:        Verdana;
    color:              #606060;
    font-size:          10px;
    font-weight:        bold;
    text-decoration:    none;
}
    
#menu {
    float:              left;
    height:             30px;
    width:              600px;
}

#menuitem,
#menuitem a:link, 
#menuitem a:visited {
    width:              100px;
    font-size:          12px;
    font-weight:        bold;
    float:              left;
    color:              #606060;
    text-decoration:    none;
    font-family:        Verdana;
}
#menuitem a:hover {
    color:              #204080;
}

#menuitem a.active {
    color:              #204080;
}

#menuitem_selected,
#menuitem_selected a:link, 
#menuitem_selected a:visited {
    width:              100px;
    font-size:          12px;
    font-weight:        bold;
    float:              left;
    color:              #204080;
    text-decoration:    none;
    font-family:        Verdana;
}
#menuitem_selected a:hover {
    color:              #204080;
}

#menuitem_selected a.active {
    color:              #204080;
}

