body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    margin: 0px;  
    background-image: url(bg-main.png); 
    background-repeat: repeat-x;
}
#linkbar
{
	position: relative; 
	top: 10px; 
	background-color: #ffff99; 
	height: 30px; 
	width: 100%;
}
#linkbar a:link
{
	height: 26px;
	position: relative;
	top: 7px;
	color: black;
	text-decoration: none;
	font-weight: bold;
}
#linkbar a:visited { 
	position: relative;
	top: 7px;
	color: black;
	font-weight: bold;
	text-decoration: none;
	}
#linkbar a:hover { 
	color: red;
	}
#linkbar a:active { 
	color: black;
	}
#topbar
{
    width: 100%;
    text-align: right;
}
#mainbar
{
    width: 760px;
    height: 520px; 
    background-image: url(main.jpg); 
    background-repeat:no-repeat;
    color: black;   
}
#bar0
{
    position: absolute;
    top: 138px;
    left: 3px;
}
#bar1
{
    position: absolute;
    top: 179px;
    left: 3px;
}
#bar2
{
    position: absolute;
    top: 223px;
    left: 3px;
}
#barx
{
    position: absolute;
    top: 280px;
    left: 5px;
    width: 260px;
    font-size: 0.7em;
}

#logobar
{
    width: 760px;
    height: 43px;
    color: black;
    font-weight: bold;
    text-align: left;
    padding-left: 8px;
    padding-top: 8px;
    background-image: url(logo.png);
    background-repeat: no-repeat;
}
#invoicetracker
{
    position :absolute;
    top:345px;
    left:20px;
    width: 239px;
}

#contactinfo
{
    position :absolute;
    top:395px;
    left:300px;
    width: 230px;
}

#special1
{
    position : absolute;
    top:190px;
    left:260px;
    width: 170px;
    font-size: x-large;
    color: black;
}

#special2
{
    position : absolute;
    top:260px;
    left:305px;
    width: 120px;
}

#special3
{
    position : absolute;
    top:130px;
    left:495px;
    width: 170px;
}

.address
{
    position : absolute;
    top:20px;
    width: 760px;
    color: #ffffcc;
    text-align: right;
    font-size: 0.9em;
}
.address a:link{ 
	color: #ffffcc;
	text-decoration: none;
	font-size: 1em;
	}
.address a:visited { 
	color: #ffffcc;
	text-decoration: none;
	font-size: 1em;
	}
.address a:hover { 
	color: black;
	}
.address a:active { 
	color: #ffffcc;
	}

#footer
{
	width:760px; 
	text-align:center;
	height: 50px;
	padding-top: 50px;
}

#maincontent
{
    width: 760px;
    height: 468px; 
    background-image: url(main.png); 
    background-repeat:no-repeat;
    color: black;   
}

#maintext
{
    position: absolute;
    top: 120px; 
    left: 20px;
    width: 700px;

}

#welcometext
{

    position : absolute;
    top:380px;
    left:560px;
    width: 181px;
}
