/*=======You can modify the width of the website by changing "width" parameter with .main, #header, #content, #footer. The minimum value is 758px.=======*/
.main { width:758px }
.min_width {width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 758)? "758px" : "100%"); min-width:758px;}

/*======= header =======*/
#header { height:377px; width:100%}

/*======= footer =======*/
#footer{ height:110px; width:100%}

/*======= content =======*/
#content { width:100%}

.col_1, .col_2, .col_3, .col1, .col2, .col3, .col { float:left;}

/*======= index.html =======*/
#page1 #content .col1{ width:34%}
#page1 #content .col2{ width:65%}

/*======= aboutus.html =======*/
#page2 #content .col1{ width:42%}
#page2 #content .col2{ width:57%}

/*======= services-weddings.html =======*/
#page3 #content .col1{ width:62%}
#page3 #content .col2{ width:37%}

/*======= clients.html =======*/
#page4 #content .col1{ width:47%}
#page4 #content .col2{ width:52%}

/*======= partners.html =======*/
#page5 #content .col1{ width:36%}
#page5 #content .col2{ width:63%}

/*======= contact.html =======*/
#page6 #content .col1{ width:46%}
#page6 #content .col2{ width:53%}



