@import url("navigation.css");
@import url("title.css");

div#content {
float:left;
width:880px;
padding:35px 7px 35px 67px;
}
div#contentLeft {
float:left;
width:240px;
padding:5px;
background:url(../gfx/contactBg.jpg) left bottom no-repeat;
}
div#contentMiddle {
float:left;
width:240px;
padding:5px;
background:url(../gfx/contactBg.jpg) left bottom no-repeat;
}
div#contentRight {
float:left;
width:364px;
padding:5px;
background:url(../gfx/contactBg.jpg) left bottom no-repeat;
}
.contactLineContainer {
height:14px;
}
.contactLineTitle {
width:80px;
float:left;
}
.contactLineBetween {
width:7px;
float:left;
}
.contactLineText {
float:left;
}
