body {
    background: transparent url(../images/old/background.bmp) repeat-y scroll 0 0;
    font-family: "Georgia", "Lucida Sans", Verdana, Arial;
    font-size: 15px;
    margin: 0;
}

div.content h1 {
    border-bottom: 1px dotted #000000;
    color: #0092C8;
    margin: 0;
    position: relative;
}

a {
    border-left: 2px solid #000000;
    color: #0092C8;
    padding-left: 5px;
    text-decoration: none;
}

a:hover {
    padding-left: 9px;
}

div#logo {
	background: url(../images/logo.png);
	width: 289px;
	height: 243px;
}

h1#cover {
	float: left;
	background: url(../images/cover.png) top left no-repeat;
	text-indent: -9999px;
	width: 515px;
	height: 651px;
}

div.holder {
	margin: 75px auto 0 auto;
	width: 1100px;
}

div.box {
    background: transparent url(../images/old/box_background.gif) no-repeat scroll 0 0;
    padding: 13px;
    float: left;
    width: 510px;
	margin-top: 52px;
	position: relative;
}

div.content {
    background: #FFFFFF none repeat scroll 0 0;
    padding: 18px 0 13px 10px;
    width: 500px;
	max-height: 291px;
} .silent-text {
    color: #AAAAAA;
    font-style: italic;
} .arrow {
    background: transparent url(../images/old/arrow.gif) no-repeat scroll left top;
    height: 22px;
    left: -10px;
    position: absolute;
    top: 11px;
    width: 10px;
}