@font-face
{
font-family: Whitehall;
src: url('Whitehall/whitehall.ttf');
}

body
{
margin:0px;
background: #202040 url("bgtst.png") 0 0;
color: white;
font-family: Whitehall, "Trebuchet MS", Helvetica, sans-serif, Verdana;
letter-spacing:1px;
font-size: 100%;
font-size: 1.05em;
}

#body
{
width:1024px;
min-width:640px;
position:relative;
margin-top:0px;
margin-left:auto;
margin-right:auto;
margin-bottom:24px;
padding:0px;
background-color:#404060;
/*background-color:maroon;*/
}

.head
{
font-size:400%;
text-align:center;
position:relative;
/*overflow:hidden;*/
margin-bottom:0px;
min-height:96px;
border-bottom-width: 2px;
border-bottom-style: ridge;
border-color:#202040;
}

.head-border-right, .head-border-left
{
position:absolute;
width:32px;
height:2px;
overflow:hidden;
background-image:url('border-gradient.png');
}

.head-border-right
{
right:0px;
bottom:0px;
background-position:right;
}

.head-border-left
{
left:0px;
bottom:0px;
}

.main
{
position:relative;
left:-32px;
margin-top:32px;
margin-left:auto;
margin-right:auto;
margin-bottom:16px;
overflow:hidden;
min-height:640px;
max-width:1600px;
padding-left:1em;
/*border-width:2px;
border-style:outset;
border-color:black;*/
color:white;
}

.main-background
{
left:0px;
top:0px;
z-index:-1;
position:absolute;
width:100%;
height:100%;
/*border-style:solid;
border-color: #7070B0;
border-width:2px;
background-color: #6060A0;
filter:alpha(opacity=25);
opacity:0.25;*/
}

.main h1
{
text-align:center;
}

.main h2
{
text-align:center;
}

.main h3
{
text-align:center;
}

.main h4
{
text-align:left;
}

.main h5
{
text-align:left;
}

.main h6
{
text-align:left;
}

.main p
{
text-indent:2em;
}

.main q
{
font-style:italic;
}

.main q q
{
font-size:85%;
}

.main blockquote
{
padding-left:4px;
border-style:groove;
border-width:2px;
border-color:#202040;
background-color:#272747;
}

.main blockquote:before, .main blockquote:after
{
font-size:200%;
content: '"';
}

p.narrow
{
margin-left:auto;
margin-right:auto;
width:480px;
}

a, a:hover, a:link, a:visited
{
color: #DDFFDD;
}

a:active
{
color: #FFFFFF;
}

img
{
border-style: none;
}
