/* ---------- main stuff ---------- */
BODY  {
background-image: url('style2_bg.png');
background-repeat: repeat-y;
background-attachment: fixed;
background-color : #ffffff;
margin-top : 0px;
margin-right : 0px;
margin-bottom : 50px;
margin-left : 0px;
}

A:link {
font-weight : normal;
color : #0070C0;
text-decoration : none;
}
A:visited {
font-weight : normal;
color : #003080;
text-decoration : none;
}
A:hover {
font-weight : normal;
color : #0070C0;
text-decoration : none;
}
A:active {
font-weight : normal;
color : #003080;
text-decoration : none;
}



/* ---------- text ---------- */
P {
font : 09pt Garamond, Lucida Sans Unicode, Georgia, Courier, serif;
color : #000000;
text-align : justify;
}

.webtext {
font : 40pt Garamond, Lucida Sans Unicode, Georgia, Courier, serif;
color : #000000;
text-align : right;
}

.spacetext {
font : 120pt Garamond, Lucida Sans Unicode, Georgia, Courier, serif;
color : #000000;
text-align : center;
}




/* ---------- web box ---------- */
.webdiv {
width: 322px;
position: absolute;
top: 0px;
left: 90px;
}



/* ---------- space box ---------- */
.spaceodiv {
width: 200px;
position: fixed;
top: 50px;
left: 427px;
}
