/* CSS Document for Voice IP Comms */

body {
margin: 0 0 0 0;
padding: 0 0 0 0;
background-color: #FFFFFF;
font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
}

/* Main Layout */

#Wrap {
width: 750px;
height: auto;
margin: 0 auto;
margin-top: 5px;
}

#Header {
width: 750px;
height: 85px;
float: left;
background-image: url(../img/gifs/header.gif);
background-repeat: no-repeat;
}

#Menu {
width: 750px;
height: 30px;
float: left;
background-image: url(../img/jpgs/menu_bg.jpg);
background-repeat: no-repeat;
border: 1px soid black;
}

#Top_Header {
width: 750px;
height: 120px;
float: left;
background-image: url(../img/jpgs/top_header.jpg);
background-repeat: no-repeat;
}

#Break {
width: 750px;
height: 14px;
float: left;
background-image: url(../img/jpgs/break.jpg);
background-repeat: no-repeat;
border: 1px solid black;
}

#Content {
width: 710px;
height: auto;
float: left;
background-color: #FFFFFF;
padding: 20px;
}

#Footer {
width: 750px;
height: 40px;
float: left;
font-size: 10px;
color: #ffffff;
text-align: center;
padding-top: 10px;

}

/* Font */

.header {
color: #000000;
font-size: 20px;
}

.smallheader {
color: #000000;
font-size: 15px;
}

.font {
color: #000000;
font-size: 12.5px;
line-height: 20px;
}

.buttonfont {
color: #000000;
font-size: 12.5px;
line-height: 20px;
}

a:link {
color: #000000;
}

a:visited {
color: #000000;
}

a:hover {
color: #000000;
}

a:active {
color: #000000;
}
