
body
{
font-family: "Verdana", "Arial", serif; 
font-size: 14px; 
background: white;
color: black;
}


h1
{
font-size: x-large;
}


h2
{
font-size: large;
}


h3
{
font-size: medium;
font-weight: 200;
}

h4
{
font-size: small;
font-weight: 400;
}

h5
{
font-size: x-small;
font-weight: 600;
}

h6
{
font-size: xx-small;
font-weight: 100;
}


p
{
line-height: 50%;
}
 



/************************* ID's *************************/ 



#page
{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: white;
color: black;
}


#title
{
position: absolute;
top: 0px;
left: 100px;
width: 160px;
height: 54px;
margin: 0;
margin-top: 0;
background-color: #FFF6D5;
border-top: 0px solid;
border-left: 1px solid;
border-right: 0px solid;
border-bottom: 1px solid;
border-color: red;
color: red;
padding: 0px;
}


#toppicture
{
position: absolute;
top: 0px;
left: 260px;
width: 640px;
height: 50px;
margin: 0;
margin-top: 0;
background-color: #FFF6D5;
border-top: 0px solid;
border-left: 0px solid;
border-right: 0px solid;
border-bottom: 1px solid;
border-color: red;
color: red;
padding: 0px;
}


#body
{
position: absolute;
top: 50px;
left: 100px;
width: 800px;
height: 100%;
margin: 0;
margin-top: 0;
background-color: white;
color: black;
border-top: 0px solid;
border-left: 0px solid;
border-right: 1px solid;
border-bottom: 0px solid;
border-color: red;
padding: 5px;
}




#pictureblock
{
position: absolute;
top: 100px;
left: 166px;
width: 300px;
height: 300px;
margin: 0;
margin-top: 0;
background-color: white;
border-top: 0px solid;
border-left: 0px solid;
border-right: 0px solid;
border-bottom: 0px solid;
padding-left: 5px;
padding-top: 5px;
}


#picset1
{
position: absolute;
top: 175px;
left: 180px;
width: 117px;
margin: 0;
margin-top: 0;
background-color: white;
border-top: 1px solid;
border-left: 1px solid;
border-right: 1px solid;
border-bottom: 1px solid;
padding-left: 10px;
padding-top: 10px;
}

#picset2
{
position: absolute;
top: 175px;
left: 325px;
width: 117px;
margin: 0;
margin-top: 0;
background-color: white;
border-top: 1px solid;
border-left: 1px solid;
border-right: 1px solid;
border-bottom: 1px solid;
padding-left: 10px;
padding-top: 10px;
}


#videoblock
{
position: absolute;
top: 100px;
left: 532px;
width: 300px;
height: 300px;
margin: 0;
margin-top: 0;
background-color: ivory;
border-top: 0px solid;
border-left: 0px solid;
border-right: 0px solid;
border-bottom: 0px solid;
padding-left: 5px;
padding-top: 5px;
}


#otherblock
{
position: absolute;
top: 435px;
left: 166px;
width: 664px;
margin: 0;
margin-top: 0;
background-color: ivory;
border-top: 1px solid;
border-left: 1px solid;
border-right: 1px solid;
border-bottom: 1px solid;
}





#nav1
{
position: absolute;
top: 40px;
left: 400px;
width: 75px;
height: 20Px;
margin: 0;
margin-top: 0;
background-color: whitesmoke;
border-top: 1px dashed;
border-left: 1px dashed;
border-right: 1px dashed;
border-bottom: 1px dashed;
font-weight: normal;
}

#nav2
{
position: absolute;
top: 40px;
left: 500px;
width: 75px;
height: 20Px;
margin: 0;
margin-top: 0;
background-color: whitesmoke;
border-top: 1px dashed;
border-left: 1px dashed;
border-right: 1px dashed;
border-bottom: 1px dashed;
font-weight: normal;
}

#nav3
{
position: absolute;
top: 40px;
left: 600px;
width: 75px;
height: 20Px;
margin: 0;
margin-top: 0;
background-color: whitesmoke;
border-top: 1px dashed;
border-left: 1px dashed;
border-right: 1px dashed;
border-bottom: 1px dashed;
font-weight: normal;
}

#nav4
{
position: absolute;
top: 40px;
left: 700px;
width: 75px;
height: 20Px;
margin: 0;
margin-top: 0;
background-color: whitesmoke;
border-top: 1px dashed;
border-left: 1px dashed;
border-right: 1px dashed;
border-bottom: 1px dashed;
font-weight: normal;
}

#nav5
{
position: absolute;
top: 40px;
left: 800px;
width: 75px;
height: 20Px;
margin: 0;
margin-top: 0;
background-color: whitesmoke;
border-top: 1px dashed;
border-left: 1px dashed;
border-right: 1px dashed;
border-bottom: 1px dashed;
font-weight: normal;
}


