body, html
{
position: relative;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
margin: 0px;
background-color: #000000;
background-image: url(../decor/top.jpg);
background-repeat:no-repeat;
background-position:center top;
font-family: georgia;
}








#root
{
position: relative;
min-width: 840px;
width: 100%;
min-height: 800px;
}

#top
{
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 390px;
background-image:url(../decor/top1.png);
background-repeat: no-repeat;
background-position: center top;
}

#container
{
position: relative;

top: 142px;
width: 780px;
min-height: 700px;
padding: 12px;
padding-bottom: 30px;
margin: auto;
background-image: url(../decor/content_bg.png);
background-repeat: y-repeat;
font-family: georgia;
}

.authors
{
font-weight: bold;
font-size: 8pt;
}

.pub_desc
{
font-size: 8pt;
font-style: italic;
}

.sec_title
{
font-size: 15pt;
font-weight: bold;
}



.text_button
{
color: blue;
cursor: pointer;
}

#menu
{
float: left;
margin-left: -35px;
margin-top: -8px;
margin-right: 28px;
margin-bottom: 20px;
width: 272px;
}

.menu_button
{
display: block;
background-color: #000000;
width: 270px;
min-height: 20px;
border: solid 1px black;
cursor: pointer;
text-decoration: none;
}

.menu_button:hover
{
background-color: #ffffff;
}

.menu_button_text:hover
{
background-color: #000000;
color:#FFFFFF;
}

.menu_button_text
{
display: block;
position: relative;
left: 10px;
width: 253px;
height: auto;
min-height: 25px;
background-color: white;
color: black;
font-weight: bold;
font-size: 10pt;
padding-left: 5px;
padding-top: 5px;
border-left: #777777 2px solid;
text-decoration: none;
}



p
{
text-align: justify;
text-justify: newspaper;
}



.h_div
{
height: 0px;
border-top: dotted 2px #888888;
margin: auto;
margin-top: 2px;
}

.h_div_top
{
width: 400px;
margin-top: 10px;
}

.h_div_bot
{
width: 12px;
margin-bottom: 10px;
}

.text_centre
{
text-align: center;
}

.a_onlyblue, .a_onlyblue:link, .a_onlyblue:visited
{
color: blue;
text-decoration: none;
}

.moreinfo
{
float: right;
margin-left: 600px;
margin-bottom: 20px;
}

.section_end
{
width: 100%;
height: 70px;
background-image: url(../decor/section_end.png);
background-position: center center;
background-repeat: no-repeat;
}

.section_start
{
position: relative;
left: -17px;
background-image: url(../decor/section_start.png);
width: 40px;
height: 19px;
}

#credits_container
{
position: relative;
float: right;
right: -20px;
top: -12px;
width: 20px;
height: 30px;
background-color: #000000;
border-bottom: 2px black solid;
border-top: 1px #AAAAAA solid;
border-left: 1px #AAAAAA solid;
}

#credits_button
{
position: absolute;
right: 0px;
top: 0px;
width: 20px;
height: 30px;
background-image: url(../decor/credits.png);
background-position: 0px 0px;
cursor: pointer;
}

#credits_button:hover
{
background-position: -20px 0px;
}

.credit, .credit:link, .credit:visited
{
font-size: 8pt;
color: black;
text-decoration: none;
}

#credits
{
position: absolute;
top: 7px;
left: 9px;
display: none;
font-size: 8pt;
color: white;
text-decoration: none;
}




.clear
{
width: 100%;
height: 10px;
clear: both;
}