/* --- GENERAL LAYOUT--- */body {
background: #FFF;
background-image: url(/images/bkg_1.gif);
background-repeat: repeat;
}

#mainbox {margin: 0px;padding: 400px 66px 25px 100px;background: transparent;background-image: url(/images/background_pic.jpg);background-repeat: no-repeat;background-position: top left;border: 0;width: 400px;
height: 300px;text-align: left;}/* --- TEXT APPEARANCE--- */h1, h2, h3 {font-family: verdana, arial, helvetica, sans-serif;font-weight: bold;color: #000000;text-decoration: none;line-height: 110%;letter-spacing: 1px;}h1 { font-size: large; }h2 { font-size: medium; }p {font-family: verdana, arial, helvetica, sans-serif;font-size: small;color: #333333;line-height: 120%}/* --- LINKS--- */a:link, a:visited, a:active, a:hover { font-family: verdana, arial, helvetica, sans-serif; font-size: small; line-height: 120%; text-decoration: underline; }a:link { color: #999966; }a:visited { color: #666666; }a:active { color: #cc3333; }a:hover { color: #cc3333; }