#main {width:988px; margin:0 auto; }

#header {height:555px; background:url(images/header-bg.jpg) no-repeat left 87px; position:relative;}
#header, #content, #footer { font-size:0.8125em;}

.col-1, .col-2, .col-3 { float:left;}

/*======= index.html =======*/
#page1 #content .col-1 {
width:450px;
height: 390px;
}

#page1 #content .col-2 { 
width:450px;
height: 390px;
margin-left: 20px;
}
#page1 #content .col-3 { 
width:920px;
}


/*=========================*/


#footer {height:85px;}

/* ---- Contactform ---- */

#contact-area {
margin-top: 25px;
}
#contact-area input, #contact-area textarea {
height:22px;
line-height:22px;
width: 275px;
margin: 0px 0px 10px 0px;
border: 1px solid #b5c9e5;
font-size:11px;
font-family:Verdana;
color:#666; 
padding-left:5px;
padding-top:5px;

}
#contact-area textarea {
height: 100px;
width:275px;
padding-top:5px;
float:left;
}
#contact-area textarea:focus, #contact-area input:focus {
border: 1px solid #4587BB;
}
#contact-area label {
float: left;
text-align: right;
margin-right: 15px;
width: 80px;
padding-top: 5px;
}
#contact-area .SubmitButton {
display:block;
height:25px;
text-align:center;
padding:0 0px;
font-size:11px;
font-family: Verdana, Arial, Tahoma, sans-serif;
text-decoration:none;
font-weight:bold;
cursor:pointer;
color:#FFF;
width:80px;
margin-top:5px;
margin-left:95px;
border:1px solid #8CA80B;
background: url(../images/bg-button.jpg) top left; 
}
#contact-area .SubmitButton:hover {
border:1px solid #356298;
color:#FFF;
background: url(../images/bg-button.jpg) bottom left; 
}

/* ---- Contactform ---- */

#prescription {
margin-top: 25px;
}

#prescription input, #prescription textarea {
height:22px;
line-height:22px;
width: 275px;
margin: 0px 0px 10px 0px;
border: 1px solid #b5c9e5;
font-size:11px;
font-family:Verdana;
color:#666; 
padding-left:5px;
padding-top:5px;
}

#prescription textarea {
height: 100px;
width:450px;
padding-top:5px;
float:left;
}
#prescription textarea:focus, #prescription input:focus {
border: 1px solid #4587BB;
}

#prescription label {
float: left;
text-align: left;
margin-right: 15px;
width: 250px;
padding-top: 5px;
}

#prescription .SubmitButton {
display:block;
height:25px;
text-align:center;
padding:0 0px;
font-size:11px;
font-family: Verdana, Arial, Tahoma, sans-serif;
text-decoration:none;
font-weight:bold;
cursor:pointer;
color:#FFF;
width:80px;
margin-top:5px;
margin-left:256px;
border:1px solid #8CA80B;
background: url(../images/bg-button.jpg) top left; 
}
#prescription .SubmitButton:hover {
border:1px solid #356298;
color:#FFF;
background: url(../images/bg-button.jpg) bottom left; 
}

