/* CSS Document  Contact PAGE*/

body{
background-color:#b5b5b5;
text-align: center;
margin: 0 auto;
background-image: url(bg.png);
background-repeat: repeat-y;
background-position: center;
line-height: 1.4;
}

html{
background-image: url(bg.png);
background-repeat: repeat-y;
background-position: center;
background-color:#b5b5b5;
margin: 0;
padding: 0;
}

#container {
margin: 0 auto;
width: 650px;
text-align: left;
}

#header {
margin: 0 auto;
width: 100%;
height: 275px;
background-image: url(head.png);
background-repeat: no-repeat;
margin-left: 3px;
}

#globalNav{
Width: 18%;
margin-top: 10px;
margin-left: 3px;
float: right;
text-align: right;
}


#content {
width: 62%;
float: left;
text-align: justify;
background-image: url(Contact.png);
background-repeat:no-repeat;
padding-bottom: 25px;
padding-top: 53px;
padding-left: 5px;
margin-left: 7px;
margin-top: 5px;
}

#sidebar {
width: 33%;
padding-top: 15px;
float: right;
text-align: justify;
color: #fff;
background-color:#999999;
padding-left: 5px;
padding-right: 10px;
padding-bottom: 15px;
margin-top: 5px;
margin-right: 2px;
}


#footPane {
width: 620px;
margin: 0 18px 0 15px;
clear: both;
text-align: center;
padding-top: 5px;
padding-bottom: 5px;
}



