/* CSS Document Direct Telecom Music On Hold */

body {
margin: 0 0 0 0;
padding: 0 0 0 0;
background-color: #222222;
font-family: Tahoma;
}

/* Main Layout */

#Wrap {
width: 780px;
height: auto;
margin: 0 auto;
margin-top: 5px;
border: 1px solid #000000;
background-color: #FFFFFF;
}

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

#HeaderBanner {
width: 780px;
height: 120px;
float: left;
background-image: url(../img/jpgs/header.jpg);
background-repeat: no-repeat;
margin-bottom: 5px;
}

#Menu {
width: 780px;
height: 1px;
float: left;
background-color: #CCCCCC;
margin-bottom: 0px;
}

#ContentWrap {
width: 780px;
height: auto;
float: left;
}

#Content {
width: 740px;
height: auto;
float: left;
padding: 20px;
}

#Flash {
width: 190px;
height: auto;
float: left;
}

#Footer {
width: 780px;
height: 10px;
float: left;
background-color: #CCCCCC;
margin-top: 0px;
}

#Bottom {
width: 780px;
height: 30px;
float: left;
}

/* Font */

.bodyfont {
font-size: 11px;
font-family: Verdana;
color: #222222;
line-height: 20px;
}

.mainheader {
font-size: 17px;
font-family: Verdana;
color: #CC0066;
font-weight: bold;
}

.smallheader {
font-size: 14px;
font-family: Verdana;
color: #999999;
font-weight: bold;
}

.smallbodyfont {
font-size: 11.5px;
font-family: Verdana;
color: #CC0066;
}

.submit {
font-family: Verdana;
font-size: 11px;
}

a:link {
color: #cc0066;
}

a:visited {
color: #CC0066;
}

a:hover {
color: #CC0066;
}

a:active {
color: #CC0066;
}

