html {
height: 100%;
margin: 0;
padding: 0;
font-family: arial, tahoma;
}

body {
background-image: url(images/bg.jpg);
background-repeat:repeat-x;
background-color: #ffffff;
padding: 0;
margin: 0 auto;
min-height: 100%;
font-size: 11px;
}

#container {
min-height: 500px;
width: 750px;
margin: auto;
border: 1px solid #B3B3B3;
border-collapse: collapse;
background-color: #ffffff;
}

#header {
background-image: url(images/heading.jpg);
height: 124px;
background-position:right;
background-repeat: no-repeat;
border-collapse: collapse;
}

#contact_header {
background-image: url(images/heading.jpg);
height: 124px;
background-position:right;
background-repeat: no-repeat;
border-collapse: collapse;
}

a {
font-family: arial;
font-weight: bold;
font-size: 11px;
color: #77AEFB;
text-decoration: underline;

}

#navbar a {
font-family: arial;
font-weight: bold;
font-size: 11px;
color: #A2A3A3;
text-decoration: none;
}

#navbar a:hover {
text-decoration:underline;
}

a:hover {
text-decoration: underline;
}

h1 {
float: left;
padding-left: 20px;
padding-top: 10px;
}

h2 {
font-size: 11px;
font-weight: bold;
color: #48A043;
}


#navbar {
padding-left: 20px;
font-family: arial;
font-weight: bold;
font-size: 11px;
color: #A2A3A3;
padding-top: 10px;
padding-bottom: 10px;
border-top: 1px solid #B3B3B3;
border-bottom: 1px solid #B3B3B3;
}

p {
color: #FFFFFF;
line-height:18px;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
}

#content {
width: 475px;
}

.padding {
padding: 20px;
}

#contentbody {
height: 475px;
background-image: url(images/woman.jpg);
background-position: bottom right;
background-repeat: no-repeat;
background-color: #042E6D;
}

#footer {
text-align: right;
font-size: 10px;
color: #676767;
padding-top: 13px;
padding-right: 20px;
padding-left: 20px;
border-top: 1px solid #B3B3B3;
height: 20px;
}
