body {background-color: #161415}

#containerone
{
background-image: url('images/bkgd_02.jpg'); position: relative;
width: 1200px; height: 600px; margin: 0 auto; top: -30px
}

#containertwo
{
background-image: url('images/bkgd_03.jpg'); position: relative;
width: 1200px; height: 600px; margin: 0 auto; top: -30px
}

#containerthree
{
background-image: url('images/bkgd_01.jpg'); position: relative;
width: 1200px; height: 600px; margin: 0 auto; top: -30px
}

#containerfour
{
background-image: url('images/bkgd_04.jpg'); position: relative;
width: 1200px; height: 600px; margin: 0 auto; top: -30px
}

#containerfive
{
background-image: url('images/bkgd_05.jpg'); position: relative;
width: 1200px; height: 600px; margin: 0 auto; top: -30px
}


#sidebar
{
position: absolute; top: 232px; left: 140px; width: 280px; height: 300px
}


#nav
{
position: absolute; left: 370px; top: 264px;
width: 420px; height: 24px; background-color: #161415
}

#seminarsnav
{
position: absolute; left: 370px; top: 300px;
width: 420px; height: 30px
}


#content
{
background-color: #161415; position: absolute; left: 378px; top: 332px;
width: 490px; height: auto
}


/* NAVIGATION ROLLOVER BUTTONS */

#rollhome a 
{ display:block; width:60px; background: url("images/buttons/home.png"); position: absolute; top: 0px}
#rollhome a:hover 
{ display:block; width:60px; background: url("images/buttons/home_blue.png")}
#rollhome a:active 
{ display:block; width:60px; background: url("images/buttons/home.png")}

#rollabout a 
{ display:block; width:60px; background: url("images/buttons/about.png"); position: absolute; top: 0px; left: 68px}
#rollabout a:hover 
{ display:block; width:60px; background: url("images/buttons/about_blue.png")}
#rollabout a:active 
{ display:block; width:60px; background: url("images/buttons/about.png")}

#rollservices a 
{ display:block; width:81px; background: url("images/buttons/services.png"); position: absolute; top: 0px; left: 136px}
#rollservices a:hover 
{ display:block; width:81px; background: url("images/buttons/services_blue.png")}
#rollservices a:active 
{ display:block; width:81px; background: url("images/buttons/services.png")}

#rollseminars a 
{ display:block; width:81px; background: url("images/buttons/seminars.png"); position: absolute; top: 0px; left: 225px}
#rollseminars a:hover 
{ display:block; width:81px; background: url("images/buttons/seminars_blue.png")}
#rollseminars a:active 
{ display:block; width:81px; background: url("images/buttons/seminars.png")}

#rollcontact a 
{ display:block; width:81px; background: url("images/buttons/contact.png"); position: absolute; top: 0px; left: 314px}
#rollcontact a:hover 
{ display:block; width:81px; background: url("images/buttons/contact_blue.png")}
#rollcontact a:active 
{ display:block; width:81px; background: url("images/buttons/contact.png")}



/* TEXT FORMATTING */

p.bodytext
{
font-family: georgia, arial, helvetica; font-size: 13px; line-height: 150%; color: #b1b3b6
}

h1
{
font-family: verdana; font-size: 16px; line-height: 100%; color: #c7c8ca
}

