@import url(bany_color.css);
@import url(bany_type.css);

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, imput, p, blockquote, th, td
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6
{ font-size : 100%; }

/* Removes list-style from lists */
ol, ul
{ list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var 
{ font-style : normal; font-weight : normal; }

/* Removes boarders and spacing from tables */
table
{ border-collapse : collapse; border-spacing : 0; }

/* Removes boarder from fieldset and img */
fieldset, img
{ border : 0; }


/* Left-aligns text in caption and th */
caption, th
{ text-align : left; }


html {
text-align : center;}

body {
position : relative;
width : 800px;
margin : 0 auto;
text-align : left; }

div#allcontent {
position : relative;
width : 100%;
padding-top : 230px;
}


h1 { 
text-align : center; 
padding : 15px; }

h2 {
text-align : center; 
padding : 10px; }

h4 {
padding : 10px;
text-align : center; }

div#maincontent {
Padding : 20px 120px 100px 120px; }

div#maincontent_services {
Padding : 20px 120px 40px 120px; }

div#maincontent_management {
Padding : 20px 120px 50px 120px; }

div#maincontent_contact {
Padding : 20px 120px 100px 120px; }


.centered {
text-align : center; }

/* Navigation css */


#navigation {
margin-bottom : 20px; }

#nav_main li {
display : inline; }

#home {
margin : 0px 10px 10px 480px; }

#services_2 {
margin : 0px 10px 10px 10px; }

#services {
margin : 0px 10px 10px 480px; }

#management {
margin : 0px 10px 10px 10px; }

#contact {
margin : 0px 10px 10px 10px; }

#footer {
margin : 70px 0px 10px 0px;
padding : 10px 0px 10px 0px; 
text-align : center; }



