            /*Style definitions for text*/
h2.define
{
color:#ff3703;
}

h3.define
{
color:#ff3703;
}

p.content
{
color:black;
}

b.define
{
color:#ff3703;
}
            /*Making the content portion of the page scaleable in the users browser window*/
		
#size
{
width:100%;
height:100%;
background-color:#FF0000;
}

#main
{
position:relative;
width: 750px;
left:20%;
}

            /* Positions page banner */
#banner
{
position:absolute;
top:0px;
left:0px;
}
            /* Main navigation links */
#FancyLinks
{
position:absolute;
top:158px;
left:0px;
}

            /*Formating for displayed contents*/
#background
{
 position: absolute;
 top:186px;
 left:0px;
 width:750px;
}

#heading
{
position: absolute;
top:60px;
left:75px;
width:730px;
}

#contents
{
position: absolute;
top:60px;
left:-20px;
width:437px;
}

#contentsTwo
{
position: absolute;
top:60px;
left:-20px;
width:545px;
}

#contentsThree
{
position: absolute;
top:290px;
width:400px;
}

#contentsFour
{
position: absolute;
top:255px;
width:233px;
}

           /* Formatting for link bar on the right hand side of the screen.*/
#links
{
position:absolute;
top:85px;
left:498px;
width:205px;
}

          

