﻿body 
{
    background-color: #f15a22;
    font-family: Trebuchet MS, Arial, Verdana, Sans-Serif;
    font-size:small;
    background-image: url(images/bg.jpg);
}

/* layout */
#holder
{
    text-align: center;
}
#header
{
    width: 766px;
}
#footer
{
    width: 766px;
}
#maincontent
{
    width: 766px;
    height: 462px;
}
#content
{
    width: 459px;
    height: 462px;
    background-image: url(images/contentbg.gif);
}
#subcontent
{
    width: 307px;
    height: 462px;
}
#flashholder
{
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align:center;
}
#textholder
{
    width: 90%;
    height: 350px;
    overflow: auto;
}
.ilink
{
	color: Black;
	text-decoration: none;
}
