/* CSS Document */
*
{
padding: 0;
margin: 0;
}
html
{
background: #f5f5f5 url(other_pictures/back.gif) center repeat-y;
}
#top h1
{
width: 700px;
background: #fff;
padding: 5px;
margin: 0 auto;
}
#top h1 a
{
/* Header */
text-decoration: none;
display: block;
width: 700px;
height: 100px;
background: url(other_pictures/title1.gif) no-repeat;
}
#top h1 span
{
visibility: hidden;
}
#nav
{
/* Navigation Bar Sides*/
height: 40px;
background: url(other_pictures/wing.jpg) repeat-x;
}
#nav p
{
/* Navigation Bar */
width: 650px;
height: 30px;
background: url(other_pictures/nav.gif) repeat-x;
margin: 0 auto;
padding-top: 6px;
text-align: center;
font-size: 22px;
color: #fff;
}
#nav a
{
/* Navigation Text Color*/
color: #FFFFFF;
text-decoration: none;
}
#nav a:hover
{
/* Navigation Text Color when hovering*/
color: #888;
}
#body
{
/* Body Content */
width: 640px;
background: #fff;
padding: 5px;
margin: 0 auto;
height: 900px;
border:solid 0px grey;
scrolling:"auto";
}
#body a
{
/* Body Text Color*/
color: #888;
text-decoration: none;
font-family:Arial;
font-size: 18px;
}
#body b
{
/* Body Text Color*/
color: #888;
text-decoration: none;
font-family:Arial;
font-size: 18px;
}
#body c
{
/* Body Text Color*/
color: #888;
text-decoration: none;
font-family:Arial;
font-size: 5px;