body{
background-color: #badaff;
color: #000090;
font: small Arial, Helvetica, Verdana, sans-serif;
font-weight: regular;
margin: 0;
padding: 0;
}
a:link {color: blue}
a:visited {color: blue}
a:hover {color: gray}

.ar24{


}

#wrapper{
position: relative;
text-align: left;
width: 800px;
}

#main{
position: absolute;
left: 150px;
top: 10px;
width: 810px;
height: 1600px;
border: 0px solid blue;
}

#header{
position: relative;
left: 0px;
top: 50px;
height: 30px;
text-align: center;
border: 0px solid red;
}

#header p{
font-family: Tahoma,Arial,sans-serif;
font-size: 200%;
font-style: italic;
font-weight: normal;
}

#content{
position: relative;
left: 0px;
top: 100px;
height: 1000px;
border: 0px solid green;
}

#content p{
font-size: 100%;
font-style: normal;
font-weight: normal;
}

#content p.heading{
font-family: Tahoma,Arial,sans-serif;
font-size: 110%;
font-style: normal;
font-weight: normal;
margin: 30px 0px 20px 0px;
}

#content p.footnote{
font-size: 85%;
font-style: normal;
font-weight: normal;
margin: 10px 0px 30px 0px;
}

#nav{
position: absolute;
left: 10px;
top: 310px;
width: 110px;
border: 0px solid yellow;
}


