body {
    background: #FFB400;
}

#page_wrap {
    width: 870px;
    height: 605px;
    margin: 0 auto;
    margin-top: 20px;
    background: url(../images/background.png) no-repeat;
}

#logospace {
    width: 100%;
    height: 180px;
}

#places {
    width: 870px;
    margin: 0 auto;
    color: #fff;
    padding-top: 5px;
    font-weight: bolder;
    margin-bottom: -10px;
    letter-spacing: 0.3em;
	text-align: center;
}

#content {
    margin-top: 0px;
    width: 820px;
    height: 347px;
    margin: 0 25px 0 25px;
}

#menu {
    width: 125px;
    height: 355px;
    float: left;
}

#menu a {
    display: block;
    width: 120px;
    height: 20px;
    margin-bottom: 12px;
    margin-left: 0px;
    background: #6781a1;
    padding: 4px 0 0 20px;
    color: #fff;
}

#menu a:hover {
    background: #BE3713;
    color: #fff;
}

#pages {
    width: 670px;
    height: 347px;
    float: right;
}

.areas {
    font-size: 10px;
}

#bookingform_container {
    width: 648px;
    height: 355px;
    background: #fff;
    padding: 0px 10px 0px 10px;
}

#bookingform_container h2 {
    margin-top: -5px;
    margin-bottom: 15px;
}

#quotationform_container {
    width: 648px;
    height: 347px;
    padding: 0px 10px 0px 10px;

    -moz-border-radius-bottomleft: 12px;
    -moz-border-radius-bottomright: 12px;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-topright: 12px;
}

#quotationform_container h2 {
    margin-top: -5px;
    margin-bottom: 15px;
    font-size: 16px;
}

.form_group {
    background: lightgrey;
    padding: 5px;
    border: 1px solid gray;
}

#form1 {
    width: 178px;
    float: left;
	-moz-border-radius-bottomleft:12px;
-moz-border-radius-bottomright:12px;
-moz-border-radius-topleft:12px;
-moz-border-radius-topright:12px;
background-color:#F5F5F5;
}

#form2 {
    width: 178px;
    float: left;
    margin-left: 200px;
	-moz-border-radius-bottomleft:12px;
-moz-border-radius-bottomright:12px;
-moz-border-radius-topleft:12px;
-moz-border-radius-topright:12px;
background-color:#F5F5F5;
}

#form2 {
    margin-left: 36px;
    margin-right: 36px;
}

#form3 {
    width: 178px;
    float: right;
	-moz-border-radius-bottomleft:12px;
-moz-border-radius-bottomright:12px;
-moz-border-radius-topleft:12px;
-moz-border-radius-topright:12px;
background-color:#F5F5F5;
}

#form1_q {
    float: left;
    width: 178px;
	
	-moz-border-radius-bottomleft:12px;
-moz-border-radius-bottomright:12px;
-moz-border-radius-topleft:12px;
-moz-border-radius-topright:12px;
background-color:#F5F5F5;
	
	
	
}

#form2_q {
    float: right;
    width: 430px;
	-moz-border-radius-bottomleft:12px;
-moz-border-radius-bottomright:12px;
-moz-border-radius-topleft:12px;
-moz-border-radius-topright:12px;
background-color:#F5F5F5;
}

div.ui-datepicker {
    font-size: 10px;
}

.form_group input {
    width: 165px;
}

#time {
    width: 120px;
}

#book_btn {
    width: 40px;
    margin-top: 10px;
    margin-right: 20px;
}

#quot_btn {
    width: 100px;
    margin-top: 10px;
    float: right;
}

#main_head {
    font-size: 12px;
    font-weight: normal;
    line-height: 160%;
}

#intro {
    width: 445px;
    float: left;
}

#intro p {
    line-height: 160%;
}

#intro a {
    color: #6781a1;
    font-weight: bolder;
}

#intro a:hover {
    color: #BE3713;
}

#golfing a {
    color: #6781a1;
    font-weight: bolder;
}

#golfing a:hover {
    color: #BE3713;
}

#golf_intro {
    float: right;
    width: 210px;
    height: 355px;
    background: #6781a1;
    padding: 0px;
    text-align: center;
}

#golf_intro p {
    color: #fff;
    padding: 0 3px 0 3px;
}

#golf_intro a {
    color: #fff;
    text-decoration: underline;
}

#golf_head {
    background: #FFB400;
    color: #000;
    padding: 5px;
    font-size: 80%;
}

#image_panel {
    float: right;
    width: 315px;
    height: 230px;
    margin-left: 10px;
}

#image_panel p {
    font-size: 10px;
    line-height: 100%;
    color: gray;
}

#intro_container {
    width: 665px;
    height: 355px;
}

